﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@import url('bootstrap.css');*/
@import url('selfroboto.css');

*{font-family: 'XRoboto', 'Roboto Flex',  Helvetica, Arial, sans-serif;}

html, body {
    width:100%;
    *{font-family: 'XRoboto', 'Roboto Flex', Helvetica, Arial, sans-serif;}
    font-size:14px;
    overflow-y:hidden;
    /*line-height: 16px;*/
}

html{
    height:100%;
    min-width:25rem;
    overflow-x:hidden;
}
body{
    height: 100%;
    overflow-y:auto;
    font-size: 14px;
    /*padding-bottom: 20px;*/
    min-width:25rem;
}

.height100 {
    height:100% !important;   
}

.modal {
    color:var(--mud-palette-text-primary);
    background-color: var(--mud-palette-text-disabled) !important;
}


.person-circle {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.125em;
    background: url('https://api.iconify.design/bi/person-circle.svg') no-repeat center center / contain;
    background-color: var(--mud-palette-background);
    color: var(--mud-palette-appbar-text);
}
.likeLink {
    cursor: pointer;    
}

/*.viwebalerts-holder{*/
/*    z-index:1400 !important;*/
/*    margin: 0 auto !important;*/
/*    position: fixed !important;*/
/*    !*max-width:80rem;*!*/
/*    width:50% !important;*/
/*    top: 7rem;*/
/*    left:25%;*/
/*    */
/*}*/

/*@media (max-width: 1500px) {*/
/*    html, body {*/
/*        font-size: 12px;*/
/*        !*line-height:18px;*!*/
/*    }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*    html, body {*/
/*        font-size: 12px;*/
/*        !*line-height:16px;*!*/
/*    }*/
/*}*/

.profile-fields:after
{
    content: '\A';
white-space: break-spaces;
}
.vilogin-resetPass:after {
    content: '\A';
    white-space: break-spaces;
}

.mud-table-container {
    overflow-y: auto;
    max-height: calc(100% - 8rem);
}
@media (max-width: 1199px) {
    html, body {
        font-size: 13px;
        /*line-height:14px;*/
    }
}
@media (max-width: 991px) {
    html, body {
        font-size: 12px;
        /*line-height:14px;*/
    }
}
@media (max-width: 767px) {
    html, body {
        font-size: 10px;
        /*line-height:14px;*/
    }
}

@media (max-width: 576px) {
    html, body {
        font-size: 8px;
        /*line-height:14px;*/
    }
}


/*.viwebalerts-holder{*/

/*}*/

.btn{
    padding: .18rem 1.5rem; 
    min-width: 10rem;    
}

h1:focus {
    outline: none;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
input.remove-img {
    width: 20px !important;
    height: 20px !important;
}
input.remove-img-25 {
    width: 25px !important;
    height: 25px !important;
}
input.remove-img-30 {
    width: 30px !important;
    height: 30px !important;
}
.grid-text-big .rgRow td, .grid-text-big .rgAltRow td {
    padding-top:1px !important;
    padding-bottom:1px !important;
    font-size:14px !important;
    vertical-align:middle !important;
}
.grid-text-big .rgRow, .grid-text-big .rgAltRow { height:30px !important;}
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,*/
/*select,*/
/*textarea {*/
/*    width: 100%;*/
/*}*/

input[type="checkbox"] {
    width: 13px;
    margin-right: 5px;
}

input[type="submit"] {
    font-weight: bold !important;
}

input[type="submit"]:hover {
    background-color: #EE7600;
    color: white;
}

a {
    text-decoration: underline;
}

select {
    height: 2.393rem;
}

.cancelBtn:focus, .cancelBtn:hover {
    background-color: grey;
}

.okBtn:focus, .okBtn:hover {
    background-color: orange;
}

.height-150 {
    height: 150px;
}

.m-top10-percent {
    margin-top: 10%;
}

.m-bottom10-percent {
    margin-bottom: 10%;
}

.margin-left-right-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.title {
    color: orange;
}

.margin-15 {
    margin: 15px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.padding15 {
    padding-left: 15px !important;
}
.ptop10 { padding-top: 10px;}

.panel {
    border: 2px solid #333300 !important;
    padding: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.required::after {
    content: '*';
    color: red;
}

.color-red {
    color: red;
}

.font-size-12 {
    font-size: 12px;
}

.mdc-table td{
    padding:.2rem !important;
}

.hrc{
    height:auto !important;
}


.vilogin-not-auth-div{
    /*border:2px solid #333300 !important;*/
    /*border-radius: 4px;*/
    padding: .5rem 0;
    max-width: 75%;
    margin: 0 auto;
    text-align: center !important;
    white-space: pre-line;
}
.vilogin-username, .vilogin-pass {
    width:50%;
    margin: 0 auto;
}

.vilogin-content-holder{
    position: initial !important;
    text-align: center !important;
}
.virazor-login-form .vidropmenuholder-div{
    /*right:1rem !important;*/
    position: initial !important;
}
.virazor-layout-form{
    height:100%;
    min-height:100%;
    max-height:100%;
    overflow-y:auto;
}

::deep .titleholder ::deep .mud-tooltip-root {
    width: 100% !important;
}

/* .vilogin-username:after {*/
/*    content: '\A';*/
/*}*/

.vi-mat-table, .mdc-paginator{
    background-color: white !important;
}

.mdc-table thead {
    /*width: 100%;*/
    /*position: sticky;*/
    /*display: table;*/
}
.mdc-table th{
    line-height: 1rem !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

.logoImage{
    /*content:url(/Images/Logos/VoIPstreet_logo.jpg);*/
    content:url(/images/Logos/VoIPstreet_logo.jpg);
}
.logoImageDark{
    content:url(/images/Logos/VoIPstreet_logodark.jpg) !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.lalign { text-align: left !important; }
.ralign { text-align: right !important; }
.calign { text-align: center !important; }

.font14 {
    font-size: 14px;
}

.fontbold {
    font-weight: bold;
}

.textcenter {
    text-align: center !important;
}

.error, .success, .did_error, .did_success, .warning {
    text-align:left;
    border: 1px solid;
    margin: 5px 0;
    padding: 10px 5px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 10pt;
}

.error, .did_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/Denied.png');
}

.success, .did_success {
    color: #4F8A10;
    background-color: #CCFF99;
    background-image: url('../Images/Confirmed.png');
}

.warning {
    color: darkgoldenrod;
    background-color: #fffde5;
    background-image: url('../Images/warning.png');
}

.lsr_success {
    color: #4F8A10;
    background-image: url('../Images/confirm.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 35px;
    background-position: 10px center;
}

.lsr_error {
    color: #D8000C;
    background-image: url('../Images/error.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 35px;
    background-position: 10px center;
}

.lsr_warning {
    color: darkgoldenrod;
    background-image: url('../Images/warning.png');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 35px;
    background-position: 10px center;
}

.validate-numbers .mud-table-cell { font-size:1rem; }
.validate-numbers .mud-input-control.mud-input-control-margin-dense { margin-top:0; margin-bottom:0; }
/*.validate-numbers .mud-input.mud-input-outlined .mud-input-outlined-border { height:80%;}*/
.validate-numbers .mud-input.mud-input-outlined.mud-input-adorned-start {padding-inline-start:5px;}
/*.validate-numbers .mud-input {font-size:.9rem;}*/
.validate-numbers .mud-input .mud-typography {font-size:.75rem;}
.validate-numbers .mud-input.mud-input-outlined.mud-input-adorned-start {padding-inline-end:5px;}
.validate-numbers .mud-input>input.mud-input-root-outlined.mud-input-root-adorned-start {padding-inline-end:5px;}
.validate-numbers .mud-input>input.mud-input-root-outlined.mud-input-root-margin-dense {padding:8px 10px 2px;}
.validate-numbers .mud-input>input.mud-input-root { height:1em;}
.validate-numbers .mud-button { min-width:50px; }
.validate-numbers .mud-button-filled-size-small { padding:2px 5px; font-size:.7rem; }
.validate-numbers .gap-3 { gap:.5rem !important; }
/*.validate-numbers .mud-input-label-outlined { padding: 0 1px !important;}*/
.validate-numbers .mud-shrink~label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined { transform:translate(7px, -6px) scale(0.75);}
.validate-numbers .mud-input:focus-within~label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined { transform:translate(7px, -5px) scale(0.75); }
.validate-numbers .mud-table-dense * .mud-table-row .mud-table-cell:last-child {padding-inline-start:0;padding-inline-end:10px;}

.red {
    color: Red !important;
}

.green {
    color: Green !important;
}

.bold {
    font-weight: bold !important;
}

.link {
    cursor: pointer !important;
    color: #337ab7 !important;
}

.ActionBtn:focus, .ActionBtn:hover {
    background-color: orange;
}

.max-width-100-percent {
    max-width: 100% !important;
}

.display-none {
    display: none !important;
}

div .form-group{
    margin-bottom: 1rem !important;
}
.form-group input[type=text]:hover,
.form-group input[type=email]:hover,
.form-group input[type=password]:hover,
.form-group textarea:hover,
.form-group select:hover {
    border-color: orange;
}

.left2 { margin-left: 2px; }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 4;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

    /*From old bootstrap.css*/

#lsr-table .modal-dialog { width:500px;}
.modal-dialog { max-width:50%;}
