﻿.breadcrumb
{
    padding-left:0px;
    font-size:12px;
    padding-bottom:0px;
}
*, *:focus, *:hover 
{
    outline: none;
}
a
{
    color:rgb(0,140,255);
}
a.btn
{
    color:#fff;
}
a.btn-success
{
    color:#fff !important;
}
input,
input.form-control,
input.form-control :focus
{
    background: #fff;
    background-color: #fff;
}
html,
body
{
  font-family:'Roboto-Light',sans-serif !important;
  color:#343a40;
  font-size: 14px;
}
div.container.testinfo 
{
    color:#ff6a00; 
    font-size:12px;
    padding-top:5px;
    padding-bottom:5px;
}
nav.navbar
{
    margin-bottom:0px !important;
    color:rgb(52, 58, 64) !important;
    background:rgb(235,239,243) !important;
}
a.navbar-brand 
{
    padding:0px;
    display:block;
    text-align:center;
    margin-bottom:0px;
    margin-top:0px;
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
img.logo
{
    max-height:40px;
    margin-right:30px;
}

.navbar-collapse.collapse.show
{
    padding-top:10px;
}
div.navbar-text
{
    display:none;
}
div.navbar-text a
{
    color:rgb(31,43,43);
    font-weight:bold;
    font-size:14px;
}
ul.nav-tabs a.nav-link
{
    color: #888888;
    font-family:Roboto-Regular,sans-serif;
}

ul.nav-tabs a.nav-link.active
{
    color: #007bff !important;
    font-weight: bold;
    font-family: Roboto-Light,sans-serif !important;
}

.container 
{
    max-width: 1200px;
}
h1
{
    color:#343a40;
    font-family:Roboto-Light, sans-serif !important;
    font-size:30px;
    margin-bottom:30px;
}
h4.card-title
{
    font-family:'Roboto-Regular', sans-serif !important;
    font-size:20px;
    text-transform:none;
    margin-bottom:0px;
    color:#343a40
}
h5.card-title
{
    font-family:'Roboto-Regular', sans-serif !important;
    font-size:18px;
    color:rgb(26,63,143);
}
div.bg-main
{
    background:url("../../Content/images/background.png") no-repeat center center;
    background-size:cover;
}
div.auth-container
{
}
div.auth-container form
{
    background-color:#fff;
    box-shadow: 0px 0px 15px 15px  rgba(0, 0, 0, 0.2);
    border:2px solid rgba(0, 0, 0, 0.25);
    border-radius:4px;
    margin: 0px 0px 0px 0px;
    padding:20px 50px 20px 50px;
}
div.auth-container form div.form-group
{
    margin-bottom:20px;
}
div.auth-container form div.form-group label
{
    padding-bottom:5px;
}
div.auth-container form div.logo
{
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}
div.auth-container form div.logo img
{
    width:100%;
    max-width:200px;
}
div.app-description 
{
    padding-top: 10px;
    padding-bottom:20px;
}
div.app-description div.text
{
    background-color: #fff;
    max-width:450px;
    font-size:16px;
    line-height:24px;
    text-align:justify;
    padding-top:20px;
    padding-bottom:20px;
    color:#888;
    border:2px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 15px  rgba(0, 0, 0, 0.2);
}
div.app-description div.text span.title
{
    font-family:Roboto-Regular;
}
div.page-menu a.menu-item
{
    width:251px;
    display:block;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    color:#888;
}
div.page-menu a.menu-item,
div.page-menu a.menu-item:hover,
div.page-menu a.menu-item div.label,
div.page-menu a.menu-item:hover div.label
{
    padding-top:10px;
    color:#343a40;
    text-decoration:none;
    border-bottom:0px;
}
.border-top 
{
  border-top: 1px solid #e5e5e5;
}
.border-bottom 
{
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow 
{
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy 
{
  font-size: 1rem;
  line-height: inherit;
}

html 
{
  position: relative;
  min-height: 100%;
}
.footer .text
{
    color:#333;
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
}
.footer .appblock>.row
{
    color:#333;
    float:right;
    font-size:12px;
    padding:15px 25px;
    background-color:rgb(235, 243, 239);
    border-radius: 5px;
    overflow:hidden;

}
.footer .appblock .desc
{
     margin-right:15px;
     text-align:left;
}

.footer .appblock .applinks img
{
    height:35px;
}

label.error,
.field-validation-error
{
    color: #f55f5f;
    font-size: 12px;
}
table.table td,
table.table th
{
    vertical-align:middle;
}
.btnAddLanding, .btnOpenLanding {
    font-family: 'Roboto-Regular', sans-serif !important;
    background-color: #0687d8;
    color: #fff;
    padding: 5px 10px 5px 10px;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 10px 0 0;
}
.btnAddLanding:hover, .btnOpenLanding:hover {
    text-decoration: none;
    color: #fff;
    background-color: #5da6d3;
}
.btnAddLanding.active {
    background-color: #5da6d3;
}


a.btn.start,
button.btn.start {
    font-size: 0px;
    background-image: url("../../Content/icons/start.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.stop,
button.btn.stop
{
    font-size: 0px;
    background-image: url("../../Content/icons/stop.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.statistic,
button.btn.statistic
{
    font-size: 0px;
    background-image: url("../../Content/icons/statistic.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.small,
button.btn.small
{
    font-size:12px;
    padding:5px 10px;
}
a.btn.link,
button.btn.link
{
    font-size: 0px;
    background-image: url("../../Content/icons/link.png");
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.speaker,
button.btn.speaker
{
    font-size: 0px;
    background-image: url("../../Content/icons/speaker.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.speaker.active,
button.btn.speaker.active
{
    background-image: url("../../Content/icons/speaker_active.png");
}

a.btn.delete,
button.btn.delete
{
    font-size: 0px;
    background-image: url("../../Content/icons/delete.png");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.accept,
button.btn.accept
{
    font-size: 0px;
    background-image: url("../../Content/icons/accept_active.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.cancel,
button.btn.cancel
{
    font-size: 0px;
    background-image: url("../../Content/icons/cancel_active.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.excel,
button.btn.excel
{
    font-size: 0px;
    border-radius: 4px;
    background-image: url("../../Content/icons/excel.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.exclamation-off {
    font-size: 0px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(220, 53, 69, 1)' class='bi bi-exclamation-circle' viewBox='0 0 16 16'> <path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/> <path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z'/> </svg>");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.exclamation-on {
    font-size: 0px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(220, 53, 69, 1)' class='bi bi-exclamation-circle-fill' viewBox='0 0 16 16'> <path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/> </svg>");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}

a.btn.edit,
button.btn.edit
{
    font-size: 0px;
    background-image: url("../../Content/icons/edit_active.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.ubadge,
button.btn.ubadge
{
    font-size: 0px;
    background-image: url("../../Content/icons/badge.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}

a.btn.certificate,
button.btn.certificate
{
    font-size: 0px;
    background-image: url("../../Content/icons/certificate.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.exportsvg,
button.btn.exportsvg {
    font-size: 0px;
    background: url(../../Content/icons/export.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}

a.btn.hide,
button.btn.hide {
    font-size: 0px;
    height: 32px;
    width: 32px;
    background-size: 20px;
    background: #aaa;
}
a.btn.copy,
button.btn.copy
{
    font-size: 0px;
    background-size: 20px;
    background-image: url("../../Content/icons/copy.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.up 
{
    font-size: 0px;
    background-size:30px;
    background-image: url("../../Content/icons/arrow-up-short.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 0px;
}
a.btn.down
{
    font-size: 0px;
    background-size: 30px;
    background-image: url("../../Content/icons/arrow-down-short.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 0px;
}

a.btn.windows,
button.btn.windows {
    font-size: 0px;
    background-image: url("../../Content/icons/window.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}

a.btn.visible,
button.btn.visible {
    font-size: 0px;
    background-image: url("../../Content/icons/eye-fill.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}

a.btn.unvisible,
button.btn.unvisible {
    font-size: 0px;
    background-image: url("../../Content/icons/eye-slash-fill.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.back,
button.btn.back {
    font-size: 0px;
    background-image: url("../../Content/icons/back.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}

a.link-ext,
button.link-ext
{
    font-size: 18px;
    padding-left:5px;
    padding-right: 5px;
    text-decoration: none !important;
}
a.btn.switch,
button.btn.switch
{
    font-size: 0px;
    background-image: url("../../Content/icons/manager.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.switch.active,
button.btn.switch.active
{
    font-size: 0px;
    background-image: url("../../Content/icons/manager_active.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.plus,
button.btn.plus
{
    font-size: 0px;
    border-radius: 4px;
    background-image: url("../../Content/icons/plus.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
    cursor:pointer;
}
a.btn.sync,
button.btn.sync
{
    font-size: 0px;
    border-radius: 4px;
    background-image: url("../../Content/icons/sync.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.refresh,
button.btn.refresh
{
    font-size: 0px;
    border-radius: 4px;
    background-image: url("../../Content/icons/refresh.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.export,
button.btn.export
{
    font-size: 0px;
    border-radius: 4px;
    background-image: url("../../Content/icons/export.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}

a.btn.search,
button.btn.search
{
    font-size: 0px;
    border-radius: 4px;
    background-image: url("../../Content/icons/search.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.clear,
button.btn.clear
{
    font-size: 0px;
    border-radius: 4px;
    background-image: url("../../Content/icons/delete.png");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.notice,
button.btn.notice
{
    font-size: 0px;
    background-image: url("../../Content/icons/send_notice.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    height: 32px;
    width: 32px;
}
a.btn.hashtag,
button.btn.hashtag 
{
    font-size: 20px;
    color:rgb(6, 135, 216);
    padding:0px;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
    font-weight: bold;
}
h3 
{
    font-size: 30px;
    color: #444;
    font-weight: bold;
    margin-top:40px;
}
h4 
{
    font-size: 20px;
    line-height: 30px;
    color: rgb(27,106,176);
    font-weight: bold;
    margin-top:20px;
}
h1.display-4,
h2.display-4,
h3.display-4,
h4.display-4 
{
    font-size: 2.5em;
    color:rgb(52,51,51);
}
.gj-grid-md
{
    white-space:normal;
    font-family:inherit;
}
.gj-grid-md tr[data-role=pager]
{
    font-size: 1rem;
    color: #495057;
}
.gj-grid-md tr[data-role=pager] select,
.gj-grid-md tbody.pager tr[data-role="pager"] .gj-grid-md-limit-select,
.gj-grid-md tr[data-role=pager] span.sort-direction 
{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.gj-grid-md .sort-direction
{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    cursor:pointer;
    border:1px solid #ced4da;
    border-radius:0.25rem;
}
.gj-grid-md .sort-direction:before
{
    content: '↓'
}
.gj-grid-md .sort-direction.desc:before
{
    content: '↑'
}
.gj-grid-md th
{
    font-size:14px;
    color:#344a40;
    font-family:'Roboto-Light';
    font-weight:normal;
}
.gj-icon.chevron-right:before 
{
    color:#000;
    font-size:22px;
    content: ">";
}
button:disabled .gj-icon.chevron-right:before 
{
    color:#aaa;
}
.gj-icon.chevron-left:before 
{
    color:#000;
    font-size:22px;
    content: "<";
}
button:disabled .gj-icon.chevron-left:before 
{
    color:#aaa;
}
.gj-button-md.gj-button-md-icon 
{
    display: inline-table;
}
.gj-grid-md tbody tr.gj-grid-md-select td div div
{
    background-color: #dedede;
}
.gj-grid-md tbody tr:hover
{
    background-color:inherit;
}
.breadcrumb
{
    background-color:#ffffff;
}
nav li.separator
{
    padding-right:5px;
    padding-left:5px;
}
/*Grids customization*/
.gj-grid-wrapper div[data-type='grid']
{
    border:0px;
}
.gj-grid-md td:first-of-type,
.gj-grid-md th:first-of-type
{
    padding-left:18px;
}
.gj-grid-wrapper thead th 
{
    height: 30px;
}
.gj-grid-wrapper tbody.pager
{
    border-bottom:0px;
    border-bottom-color:#fff;
}
.gj-grid-wrapper tbody.data>tr[data-role='row']>td
{
    border-top:0px;
    border-bottom:0px;
}
.gj-grid-wrapper tbody.data>tr[data-role='row']>td>div[data-role='display']>div
{
    border:1px solid rgba(0, 0, 0, 0.25);
    border-radius:5px;
    padding:10px;
}
.gj-grid-wrapper tbody td div[data-role='display']>div.row div.key
{
    color:#888;
}
.gj-grid-wrapper tbody td div[data-role='display']>div.row>div.action a
{
    float:right;
}
.gj-grid-wrapper tbody td div[data-role='display']>div.row>div.data div.row+div.row
{
    margin-top:10px;
}
.gj-grid-wrapper tbody td div[data-role='display']>div.row>div.data div.title
{
    font-size:14px;
    font-weight:bold;
    color:#000;
    padding-bottom:5px;
}
.gj-grid-wrapper tbody td div[data-role='display']>div.row>div.data div.link
{
    color:rgb(80,142,251);
    font-size:12px;
    font-weight:normal;
}
.gj-grid-wrapper tbody td div[data-role='display'] > div.row > div.data div.link.tel
{
    padding-left: 25px;
    margin-top: 5px;
    background: url("../../Content/icons/phone.png") no-repeat left center;
    background-size: 20px;
}
.gj-grid-wrapper tbody td div[data-role='display'] > div.row > div.data div.tag
{
    margin-top: 5px;
    color:#14d991;
    font-weight:bold;
}
.gj-grid-wrapper tbody td div[data-role='display']>div.row>div.data div.link.mail
{
    padding-left: 25px;
    margin-top:5px;
    background:url("../../Content/icons/mail.png") no-repeat left center;
}
.gj-grid-wrapper tbody td div[data-role='display']>div.row>div.data div.value
{
    color:#000;
    font-size:14px;
    font-weight:normal;
    padding-bottom:5px;
}
div.label
{
    margin-top: 5px;
    display:inline-block;
    float:left;
    overflow:hidden;
    padding: 5px 10px;
    color: #888;
    font-size:12px;
    border-radius:5px;
    cursor:pointer;
    background: #eaeaea;
    font-weight: bold;
}
/*Users grid*/
.users-grid-container .gj-grid-wrapper 
{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
    margin-bottom: -1.25rem !important;
}
#users_grid
{
    border:0px;
}
#users_grid tbody.data>tr>td
{
    border:0px;
    padding:0px;
    background:rgb(243,243,243);
}
#users_grid tbody.data>tr>td div.user
{
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom:15px;
    padding-top:15px;
    border:0px;
    border-radius:0px;
    border-bottom:1px solid rgb(204, 213,218);
}
#users_grid tbody.data>tr:last-child>td div.user
{
    border-bottom:0px;
}
#users_grid tbody.data>tr>td div.user div.data>div.row>div
{
    padding-top:15px;
    padding-bottom:5px;
}
#accounts_grid
{
    border:0px;
}
#accounts_grid tbody.data>tr>td
{
    border:0px;
    padding:0px;
    background:rgb(243,243,243);
}
#accounts_grid tbody.data>tr>td div.account
{
    margin-left:1.25rem;
    margin-right:1.25rem;
    padding-bottom:5px;
    padding-top:15px;
    border:0px;
    border-radius:0px;
    border-bottom:1px solid rgb(204, 213,218);
}
#accounts_grid tbody.data>tr:last-child>td div.account
{
    border-bottom:0px;
}
#accounts_grid tbody.data>tr>td div.account div.data>div.row>div
{
    padding-bottom:5px;
}
#smses_grid .sms .value.status_0
{
    color:#14a1e9;
}
#smses_grid .sms .value.status_1
{
    color:#14e9a1;
}
#smses_grid .sms .value.status_2
{
    color:#e914a1;
}
#emails_grid .email .value.status_0
{
    color:#14a1e9;
}
#emails_grid .email .value.status_1
{
    color:#14e9a1;
}
#emails_grid .email .value.status_2
{
    color:#e914a1;
}

#pushes_grid .push .value.status_0
{
    color:#14a1e9;
}
#pushes_grid .push .value.status_1
{
    color:#14e9a1;
}
#pushes_grid .push .value.status_2
{
    color:#e914a1;
}
#pushes_grid .push .value.status_3
{
    color: #73241D;
}
#events_grid .event
{
    border:1px solid rgba(0, 0, 0, 0.125);
    border-radius:5px;
    padding:10px;
}
#events_grid .event .value.type_0
{
    color:rgb(60,88,153);
    text-transform:uppercase;
    font-family:Roboto-Regular;
}
#events_grid .event .value.type_1
{
    color:rgb(60,88,153);
    text-transform:uppercase;
    font-family:Roboto-Regular;
}
#events_grid .event .value.type_2
{
    color:rgb(60,88,153);
    text-transform:uppercase;
    font-family:Roboto-Regular;
}
.file-input 
{
    padding: 3px 0px 8px 10px;
}
.modal-body th,
.modal-body td
{
    min-width:80px;
}
.search-container input[type=text]
{
    margin-bottom:5px;
}
button.sctDateNext,
button.sctDatePrev
{
    font-size:18px;
    padding-top:0px;
    padding-bottom:0px;
    font-weight:bold;
    color:#007bff;
}
button.sctDate
{
    font-size:18px;
    line-height:18px;
    color:#007bff;
    padding-top:5px;
    padding-bottom:0px;
}
.invite h3
{
    margin-top:0px;
}
.invite .image,
.invite .info,
.register .info
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.invite .info .place,
.register .info .place
{
    color:#000;
    font-size:15px;
    text-align:left;
    margin-top:15px;
}
.invite .info .date,
.register .info .date
{
    color:#000;
    font-size:15px;
    text-align:left;
    font-weight:bold;
    margin-top:5px;
}

.invite .description,
.register .description
{
    margin-top:30px;
    color:rgb(52,51,51);
    font-size:16px;
}
.invite .description a,
.register .description a
{
    color:rgb(6, 135, 216);
}
.register .org-icon
{
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 35px;
}
.register .org-fullname
{
    font-weight:bold;
    font-size:14px;
    color:rgb(52,51,51);
}
.register .org-post
{
    margin-top: 10px;
    font-size: 14px;
    color: rgb(52,51,51);
}
.register .org-phone 
{
    margin-top: 10px;
}
.register .org-phone a
{
    font-size: 14px;
    color: rgb(6, 135, 216);
}
.register .org-email
{
    margin-top: 10px;
    word-break:break-all;
}
.register .org-email a
{
    font-size: 14px;
    color: rgb(6, 135, 216);
    text-decoration: underline;
}
div[role='alert']
{
    border:0px;
    font-size:15px;
    font-family:inherit;
    color:#000;
    margin:14px 0px 14px 0px;
    padding:10px 20px;
}
div.alert.alert-info
{
    background-color:rgb(235, 243, 249);
}
div.live 
{
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: #f55f5f;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
}
div.card-subtitle 
{
    color:#0faff5;
    font-size:16px;
}
div.form-messages 
{
    color: #000;
    background-color:rgb(235, 243, 249);
    border-radius:7px;
    font-size: 15px;
    padding: 10px 20px;
}
div.form-messages.error
{
    color: #942727;
}
div.form-messages.success
{
    display:block;
    background: #109863;
}
div.reason-red
{
    color: #F05757;
}

div.reason-green
{
    color: #39DE63;
}

div.reason-blue
{
    color: #1BAEF7;
}
span.circle-green
{
    cursor:pointer;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #39DE63;
}
span.circle-red
{
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #F05757;
}
span.circle-blue
{
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1BAEF7;
}
@media (min-width: 768px) 
{
    body 
    {
      margin-bottom: 95px;
    }
    .footer 
    {
        position:absolute;
        bottom:0px;
        height:95px;
        width:100%;
    }
    .footer .text
    {
        padding-top:30px;
        padding-bottom:30px;
    }
    .footer .appblock
    {
        padding-top:25px;
        padding-bottom:25px;
    }
    .footer .appblock>.row
    {
        padding:5px 15px;
    }
    html 
    {
        font-size: 14px;
    }
    a.navbar-brand 
    {
        display:contents;
    }
    div.navbar-text
    {
        display:inline-block;
    }
    div.navbar-text
    {
        min-width:320px;
    }
    div.app-description div.text
    {
        margin-top:30px;
        border:none;
        background-color: rgba(255,255,255,0.8);
        box-shadow: none;
    }
    span.hashtag.manage
    {
        margin-right:20px;
    }
    span.hashtag.manage a
    {
        display:table-cell;
        vertical-align:middle;
    }
    span.hashtag.manage a.hashtagname 
    {
        font-size: 22px;
        line-height:22px;
        font-weight: bold;
        text-decoration: underline;
    }
    .select2-container .select2-selection--single
    {
        padding-left:5px;
        padding-top:3px;
        border-color:rgb(206, 212, 218);
        height:33.5px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow
    {
        top:3px;
    }
}
ul.ui-widget.ui-autocomplete
{
    max-height:200px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.upload-container
{
    position:relative;
}

.upload-container input
{
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 50px 20px 80px 60px;
    text-align: center !important;
    width: 100%;
}
.upload-container.strict input
{
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 20px 20px 40px 60px;
    text-align: center !important;
}
.upload-container input:hover
{
    background: #ddd;
}

.upload-container:before
{
    display:block;
    position: absolute;
    bottom: 20px;
    left: 60px;
    text-align:center;
    content: "Или перетащите файл сюда";
    color: #3f8188;
    font-weight: 900;
}
.upload-container.strict:before
{
    display: block;
    position: absolute;
    top: 50px;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    content: "Или перетащите файл сюда";
    color: #3f8188;
    font-weight: 900;
}
.landing-module-icon
{
    min-width:50px;
    min-height:35px;
    object-fit: cover;
}
.landing-module-icon.empty
{
    background: url("../../Content/icons/landingpage/typeicons/empty.svg") no-repeat center center;
}
.landing-module-icon.header
{
    background: url("../../Content/icons/landingpage/typeicons/header.svg") no-repeat center center;
}
.landing-module-icon.maintheme
{
    background: url("../../Content/icons/landingpage/typeicons/maintheme.svg") no-repeat center center;
}
.landing-module-icon.speakers
{
    background: url("../../Content/icons/landingpage/typeicons/speakers.svg") no-repeat center center;
}
.landing-module-icon.programm
{
    background: url("../../Content/icons/landingpage/typeicons/programm.svg") no-repeat center center;
}
.landing-module-icon.place
{
    background: url("../../Content/icons/landingpage/typeicons/place.svg") no-repeat center center;
}
.landing-module-icon.text
{
    background: url("../../Content/icons/landingpage/typeicons/text.svg") no-repeat center center;
}
.landing-module-icon.partners
{
    background: url("../../Content/icons/landingpage/typeicons/partners.svg") no-repeat center center;
}
.landing-module-icon.particandaccom
{
    background: url("../../Content/icons/landingpage/typeicons/particandaccom.svg") no-repeat center center;
}
.landing-module-icon.photogallery
{
    background: url("../../Content/icons/landingpage/typeicons/photogallery.svg") no-repeat center center;
}
.landing-module-icon.videogallery
{
    background: url("../../Content/icons/landingpage/typeicons/videogallery.svg") no-repeat center center;
}
.landing-module-icon.havequestions
{
    background: url("../../Content/icons/landingpage/typeicons/havequestions.svg") no-repeat center center;
}
.landing-module-icon.contactpersons
{
    background: url("../../Content/icons/landingpage/typeicons/contactpersons.svg") no-repeat center center;
}
.landing-module-icon.materials
{
    background: url("../../Content/icons/landingpage/typeicons/materials.svg") no-repeat center center;
}

.valueShort {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 1.4em;
}

.ui-front {
    z-index: 1051;
}

.ui-menu .ui-menu-item {
    height: 38px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 6px 1em 3px 0.4em;
}
.ui-icon {
     width: 16px; 
     height: 16px; 
}

    /* select with custom icons */
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 3em;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: 0.1em;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 4em;
}

/* select with CSS avatar icons */
option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px;
}

.avatar .ui-icon {
    background-position: left top;
}

.conteinerLink {
    display: grid;
}

h5.card-title {
    padding-top:10px;
}

.closeIframe {
    width: 50vw;
    height: 50vh;
    overflow: scroll;
}

iframe.blocFrame {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.btn-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.btn-imageLoad {
    font-family: 'Roboto-Regular', sans-serif !important;
    background-color: #0F10110D;
    color: #020609D4;
    padding: 6px 12px;
    outline: none;
    text-decoration: none;
    border: 1px solid #0F10110D;
    border-radius: 0.25rem;

    display: flex;
    align-items: center;
    gap: 5px;
}

button.btn-imageLoad::before {
    font-family: fontAwesome;
    content: url("../../Content/icons/imageLoad.png");
    height: 20px;
}

.btn-imageDel {
    font-family: 'Roboto-Regular', sans-serif !important;
    background-color: transparent;
    color: #020609D4;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    height: 20px;
}

button.btn-imageDel::before {
    font-family: fontAwesome;
    content: url("../../Content/icons/trash.png");
}

.gridSpeakers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.containerTag {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    margin: 0 0 10px 0;
}

.boxTag {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #e9e9e9;
    padding: 9px;
    border-radius: 0.25rem;
}

.hideRow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
}

.contImgGrid {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: max-content;
    grid-template-areas:
        "contImgGrid titleGrid";

    gap:15px;
}

.contImgGrid {
    grid-area: contImgGrid;
}

.titleGrid {
    grid-area: titleGrid;
    word-break: break-all;
}

.circular--square {
    border-radius: 50%;
    width: 50px;
    height:50px;
}

.modal-body {
    overflow-x: hidden;
}
img.user-icon
{
    width: 70px;
    height: 70px;
    border-radius:35px;
    object-fit: cover
}
img.user-image
{
    height: 200px;
    width: 200px;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .gridSpeakers {
        grid-template-columns: repeat(2, 1fr);
    }
}
.select2-search
{
    width: 100% !important;
}

.addAdminMT {
    margin-top: 0;
}

.hint
{
    font-size: 12px;
    color: #8a8a8a;
}

#email-sendaddress{
    width: 100%;
    min-height: 33.5px;
    max-height: 150px; /* Ограничение по высоте (6 строк) */
    overflow-y: auto; /* Включаем скролл, если превышен лимит */
    resize: none; /* Запрещаем ручное изменение размера */
    padding: 5px;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 425px) {
    .addAdminMT {
        margin-top: 6px;
    }
}
