@font-face {
    font-family: 'icofont';
    src:    url('fonts/icofont.eot?060922');
    src:    url('fonts/icofont.eot?060922') format('embedded-opentype'),
        url('fonts/icofont.ttf?060922') format('truetype'),
        url('fonts/icofont.woff?060922') format('woff'),
        url('fonts/icofont.svg?060922') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    margin:0;
    color:#495377;
    font-size: 0.9375rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';     
    position: relative;
    font-weight: normal;
}
.h2, h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 110%;
    font-weight: 600;
}
p {
    margin-bottom: 0.5rem;
}
b, strong {
    font-weight: 600;
}
pre {
    white-space: pre-wrap;
}
.btn-group label {
    border: 0;
    border-left: 1px solid #dee2e6;
    margin-bottom: 0;
}
.btn-group label:first-child {
    border-left: 0;
}
.text-body,
.table,
.form-control-plaintext,
.form-control.invitations {
    color: #495377 !important;
}
.form-control-plaintext {
    border: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
select.form-control, .was-validated select.form-control:valid, .was-validated select.form-control:invalid {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='%23495057'><polygon points='0,25 80,25 40,65'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    padding-right: 25px;
}
.text-dark {
    color:#3f4041 !important;
}
.border-body {
    border-color: #495377 !important;
}
.border-dashed {
    border-style: dashed !important;
    border-width: 0.1rem !important;
}
.form-text {
    color: #323e66 !important;
    background-color: #ebf1fc;
    font-size: 90%;
    margin: .75rem 0 0.5rem 0;
    border-radius: 0.25rem;
    display: inline-block;
    padding: .375rem .75rem;
    max-width: 650px;
}
.custom-control + .form-text {
    margin-left: 1.5rem;
}
.admin-panel .form-text, .container.login .form-text {
    color: #6c757d !important;
    background: none !important;
    margin: .3rem 0;
    padding: 0;
    display: block;
}
.container.login .form-password-text {
    font-size: 80%;
}
.bg-main {
    background-color: #fff;
}
.bg-primary {
    background-color: #3771e0 !important;
}
.badge-primary {
    background-color: #3771e0;
}
.header-bar {
    margin: 1.5rem 0 1rem 0;
}
.header-bar + .alert {
    display: inline-flex;
}
.session-register .header-bar + .alert {
    margin-bottom: 0 !important;
}
.container.login .header-bar + .alert {
    display: flex;
}
#error-messages, #success-messages {
    justify-content: start;
    align-items: center;
}
.header-bar h2 {
    margin: 0;    
    font-size: 1.5rem;
}
.header-bar.border-bottom {
    padding-bottom: 1.5rem;
}
.back-bar {
    margin-bottom: 2.5rem;
}
.back-bar + .header-bar {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.back-bar .back-link {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: -0.5rem;
}
thead {
    background-color: #ebf1fc;
}
.table thead th {
    font-weight: normal;
    border-bottom: 0;
}
.table thead th a {
    color: #323e66;
}
.table td, .table th {
    border-width: 0.5px;
}
.table-active, .table-active:hover, 
.table-active > td, .table-hover .table-active:hover > td,
.table-hover tbody tr:hover td, 
.table-hover tbody tr:hover th {
     background-color: #ebf1fc;
}
.table-hover .table-no-hover td {
    background-color: #fff !important;
}
.table tr th {
    white-space: nowrap;
}
.table td {
    vertical-align: middle;
}
.table td.box, .table th.box  {
    width: 2.5rem;
    text-align: right;
    padding-right: 0;
}
.actions-list {
    display: none;
    margin: 0.85rem 0;
}
.filter-bar + .actions-list {
    border-top: 1px solid #E1E2E4;
    padding-top: 0.85rem;
}
.filter-nav .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.progress-bar.bg-danger {
    background-color: #FB7F7E !important;
}
.alert-info {
    background-color: #ebf1fc;
    border-color: #ebf1fc;
    color: #323e66;
}
.alert-danger {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.alert-success {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
}
.alert p {
    margin: 0.25rem 0;
}
.nav-tabs .nav-link {
    border-width: 0 0 3px 0;
    color: #323e66;
    padding: .725rem 1rem;
}
.nav-tabs .nav-item {
    margin-right: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #3771e0;
    color: #3771e0;
}
.calendar.position-absolute, .copy-to-clipboard.position-absolute, .btn-search.position-absolute {
    top: 0;
    right: 0;
    padding: 5px;
}
.btn-search.position-absolute {
    left: 2px;
    width: 30px;
}
.search-form .form-control {
    padding-left: 2.5rem;
}
.hidden {
    display: none !important;
}
body > .container {
    min-height: 100%;
}
body .container.login {
    max-width: 400px;
}
body:not(.public) > #page {
    min-width: 1024px;
}
#header {
    margin-bottom: 1.5rem;
}
#header img.logo {
    max-width: 250px;
}
#page {
    min-height:100%;
    overflow:hidden;
}
#content{
    max-width: 1600px;
    margin: 0 3rem;
}
img {
    border-style:none;
}
a, a:focus, .btn.btn-link {
    text-decoration:none;
    color: #487de3;
    outline:none;
}
a:hover, .btn.btn-link:hover {
    color: #487de3;
    text-decoration: none;
}
.form-group div.color .form-control.color {
    width: 40px;
    margin: 0 0 0 10px;
    display: inline-block
}
.form-group div.color .form-control {
    width: 150px;
    display: inline-block
}
label em {
    color: red;
}
.form-section {
    border-bottom: 1px solid #e1e2e4;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
input:focus, textarea:focus {
    outline: none;
}
.form-control,
.form-control:focus,
.form-control:hover,
.form-control[readonly], .form-control[disabled] {
    background-color: #fff;
}
.form-control[disabled], select[disabled] {
    opacity: 0.5;
}
.custom-data .form-control {
    margin: 0 0 5px 0;
}
p.upload-error, p.error, .error label {
    color: #ff0000 !important;
}
.error .form-control, .error .form-control:focus, .error .form-control:hover,
.error.input-group .dropdown-toggle,
.form-control.error, .form-control.error:focus, .form-control.error:hover, .error .input-group {
    border-color: #ff0000 !important;    
}
.nav-tabs li a.error, .nav-tabs li button.error {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}
.form-control + div.error {
    margin-top: .25rem;
}
.form-group p.error, .form-group span.error {
    font-size: 90%;
    color: #ff0000;
    display: block;
    margin: 0.25rem 0 0 0;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.color {
    width: 2.5rem;
    border-color: #ced4da;
}
.btn-success {
    background-color: #25d366;
    border-color: #25d366;
}
.btn.btn-primary, .page-item.active .page-link {
    background-color: #3771e0;
    border-color: #3771e0;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #264f9c;
    border-color: #264f9c;
}
.btn-outline-primary {
    color: #3771e0;
    border-color: #3771e0;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #3771e0;
    border-color: #3771e0;
}
.btn-secondary {
    background-color: #efefef;
    border-color: #efefef;
    color: #344067;
}
.btn-secondary:hover, .btn-secondary:focus  {
    background-color: #e2e6ea;
    border-color: #e2e6ea;
    color: #344067;
}
.input-group .dropdown-toggle {
    border: 1px solid #ced4da;
    border-left: 0;
}
.breakout-rooms-box {
    max-height: 500px;
    overflow-y: auto;
}
.invitations-box div.form-control {
    height: 205px;
}
.invitations-box .edit-tools, .breakout-rooms-box .edit-tools {
    margin-left: 0.25rem;
}
.invitations-box .edit-tools a, .breakout-rooms-box .edit-tools a {
    margin-left: 0.35rem;
}
.available-roles .edit-tools .icon, .invitations-box .edit-tools .icon, .breakout-rooms-box .edit-tools .icon,
.available-roles .edit-tools .icon::before, .invitations-box .edit-tools .icon::before, .breakout-rooms-box .edit-tools .icon::before {
    font-size: 24px;
}
.breakout-rooms-box .edit-tools { 
    margin: 0 0.5rem;
}
.invitations-box span.first-name, .invitations-box span.last-name {
    display: inline-block;
    word-break: break-all;
}
.invitations-box li {
    font-size: 90%;    
}
.invitations-box li.edit-mode input.form-control {
    padding: 5px;
    margin-right: 5px;
    width: 50%;
}
.invitations-box li .invitation, .invitations-box li .edit-invitation {
    width: 45%;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
}
.edit-tools a {
    margin: 0 0 0 0.75rem;
    background-color: #3771E0;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
}
.edit-tools a:first-child {
    margin: 0;
}
span.icon {
    display: inline-flex;
    align-items: center;
    align-self: center;
    line-height: 1;
    font-size: 32px;
    font-family: 'icofont' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn span.icon {
    margin: -0.25rem 0.3rem -0.25rem -0.45rem;
}
.email .show-address-book {
    position: absolute;
    top: 5px;
    right: 0;
}
.breakout-rooms {
    max-width: 750px;
    width: 100%;
}
.breakout-rooms h3, .invitations h3 {
    font-size: 95%;
    font-weight: normal;
}
.breakout-rooms-box {
    margin: 5px 0;
    min-height: 300px;
    width: 100%;
}
.move-to-breakout-rooms {
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
}
.breakout-rooms-box .room-name {
    cursor: pointer;
}
.breakout-room, .add-breakout-room-user, .breakout-room-users .breakout-room-user:last-child {
    padding: .5rem;
    border-bottom: 1px solid #dee2e6 ;
}
.breakout-room-user {
    padding: 5px;
}
.add-breakout-room-user .form-control, .breakout-room-user .form-control {
    margin-right: 5px;
}
.breakout-room-user h3, .breakout-room-user div.edit-user {
    width: 55%;
}
.breakout-room.edit-mode h3 {
    display: none;
}
.move-to-breakout-rooms a {
    display: block;
    color: #3f4041 !important;
    padding: 5px;
}
.move-to-breakout-rooms a.selected {
    font-weight: bold;
}
.breakout-room-users .breakout-room-user h3 {
    padding: 3px 0;
}
.move-to-breakout-rooms > a:nth-of-type(even),
.breakout-room-users .breakout-room-user:nth-child(even),
.ac_results-hold ul li:nth-child(even) {
    background-color: #f5f5f5;
}
.add-breakout-room input.form-control, .breakout-room input.form-control, .breakout-room h3 {
    width: 75%;
    word-break: break-all;
}
.input-file-group {
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.input-file-group .file-text {
    min-width: 310px;
    display: inline-block;
    padding: 0 0.5rem;
}
.input-file-group label {
    margin: 0;
}
.input-file-group label input {
    display: none;
}
.sort-bar a {
    cursor: pointer;
}
.no-data-message {
    padding: 3rem;
    text-align: center;
    font-size: 1.25rem;
}
.w-xs {
    width: 4rem;
}
.w-sm {
    width: 8rem;
}
.w-md {
    width: 13rem;
}
.w-lg {
    width: 100%;
    max-width: 30rem;
}
.w-xl {
    width: 100%;
    max-width: 50rem;
}
#register_end_of_registration_value {
    min-width: 450px !important;
}
.hide {
    display: none;
}
.must-hide {
    display:none;
    clear: both;
}
.form-group .must-hide {
    padding-left: 1.5rem;
    padding-top: 0.5rem;
}
.confirm-bar {
    margin: 1.5rem 0;
}
.confirm-bar .btn:not(:first-child), 
.action-bar .btn:not(:first-child) {
    margin-left: 0.75rem;
}
.action-bar .search-form {
    margin-left: 2rem;
}
.thumbnail {
    border: 0;
    padding: 0.5rem 0;
}
#footer, #footer a {
    color: #495377;
    border-color: #495377;
}
#footer a:hover {
    color: #495377;
    text-decoration:underline;
}

/* invite-box */
.form-control .scroll {
    overflow: auto;
    width:100%;
    height:205px;
    padding:0;
    margin:0;
    border:none;
}
.form-control .scroll-info {
    padding:0;
    min-height:205px;
    border:none;
}
.form-control .scroll-info {
    height:205px
}
.form-control .scroll ul {
    width:100%;
    padding:0;
    margin:0;
    overflow:hidden;
    list-style:none;
}
.form-control .scroll ul {
    border-bottom:none;
    height: auto;
}
.form-control .scroll ul li {
    width:100%;
    overflow:hidden;
    padding: 0.3rem 0.5rem;
}
.group-bar {
    padding: .75rem;
}
.edit-tools span.icon:before, .edit-tools span {
    font-size: 28px;
}
.edit-tools a, .edit-tools a:focus, .edit-tools a:hover {
    color: #fff;
}
.edit-tools a.move span.icon:before {
    content: "\e91e";
}
.edit-tools a.apply span.icon:before {
    content: "\e91c";
}
.edit-tools .copy-to-clipboard .icon:before {
    content: "\e91f";
}
.edit-tools .download .icon:before {
    content: "\e91d";
}
.edit-tools a.edit span.icon:before {
    content: "\e90d";
}
.edit-tools a.duplicate span.icon:before,
.edit-tools a.affiliates span.icon:before {
    content: "\e908";
}
.edit-tools a.erase span.icon:before,
.edit-tools a.remove span.icon:before,
.edit-tools a.cancel span.icon:before,
.edit-tools a.destroy span.icon:before,
.edit-tools a.session-erase span.icon:before,
.hide-tooltip .icon:before,
.remove-link .icon:before {
    content: "\e90c";
}
.edit-tools a.play-recording span.icon:before {
    content: "\e91a";
}
.edit-tools {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    white-space: nowrap;    
    visibility: hidden;
    text-align: right;
}
div.row:hover > div > .edit-tools,
tr:hover > td > .edit-tools,
tr > td > .slide-block .group-bar:hover .edit-tools,
.show-hide-tools:hover .edit-tools,
.show-hide-tools.edit-mode .edit-tools,
.edit-tools.show {
    visibility: visible;
}
.show-hide-tools .edit-tools a.cancel,
.show-hide-tools .edit-tools a.apply  {
    display: none;
}
.show-hide-tools.edit-mode .edit-tools a.cancel,
.show-hide-tools.edit-mode .edit-tools a.apply  {
    display: inline-flex;
}
.show-hide-tools.edit-mode .edit-tools a.edit,
.show-hide-tools.edit-mode .edit-tools a.remove {
    display: none;
}
/*---custom file---*/
.add-del-block button.btn {
    width: 40px;
}
.add-del-block button.btn-sm {
    width: 30px;
}
.with-autocomplete {
    position:relative;
    z-index:100;
}
.message-form .scroll-content {
    width: 100% !important;
}
.view-message .form-group label {
    text-align: right;
    min-width: 55px;
    margin-right: 5px;
}
.names-list-hold {
    display: flex;
    flex-wrap: wrap;
}
.names-list {    
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.names-list div {    
    margin: 2px 6px 2px 0;    
    padding: 0 4px;    
}
.names-list-hold .names-input input {
    border: 0px;
}
.names-list a, .names-list a.btn-close .icon, .names-list a.btn-close .icon:before {    
    color: #ffffff;
    font-size: 16px !important;
    line-height: 1;
    display: inline-flex;    
}
.add-mes {
    float:right;
    display:inline;
    margin: 1px 1px 0 0;
}

/* Left Side */
#left-side {
    width: 250px;
}
.side-menu .sidenav {
    margin: 1.5rem 0;
    padding:0;
    width:100%;
    list-style:none;
}
.side-menu .sidenav li {
    margin: 0.25rem 0;
}
.side-menu .sidenav li a {
    padding: 0.525rem 1.2rem 0.525rem 2.5rem;
    display: block;
    font-size: 105%;
    color: #344067;
    border-right: 2px solid transparent;
}
.side-menu .sidenav li a .icon {
    margin-right: 1rem;    
}
.side-menu .sidenav li.active > a,
.side-menu .sidenav li > a:hover,
.side-menu .sidenav li > a:focus {
    color: #3771e0;
    border-color: #3771e0;
}
.side-menu .sidenav li a .badge {
    background-color: #87aaec;
    color: #ffffff;
    font-size: 85%;
}
label.hide {
    display:none !important;
}
/* Dashboar Blocks */
.dashpage .intro {
    font-size: 1.25rem;
}
.dashpage .statistics {
    width: 275px;
}
.dashblock {
    width: 100%;
    max-width: 850px;
}
.dashblock.hover, .dashblock:hover {
    cursor:move;
}
.slide-block, .slide-block .block {
    clear:both;
    position:relative;
}
#popup-fader {
    position:absolute;
    z-index:10000;
    top:0;
    left:0;
    width:100%;
    display:none;
    background:#000;
}
.popup-block {
    position:absolute;
    top:0;
    left:50%;
    z-index:10010;
    display:none;
    width:450px;
    margin-left:-200px;
    background-color: #fff;
    border: 1px solid #e1e2e4;
}
.popup-block .action-bar {
    padding: 1rem;
}
.popup-block.video-popup {
    width:830px;
    margin-left:-415px;
}
.popup-block.video-popup .main-content {
    padding: 1rem;
}
.popup-block.video-popup video {
    width: 100%;
    height: auto;
}
.popup-block h2 {
    font-size: 120%;
}
.popup-block a.close {
    position:absolute;
    top:1rem;
    right:1rem;
    cursor:pointer;
}
.popup-block .main-content {
    padding: 0.5rem 1rem;
}
div.address-book{
    width:100%;
    overflow:hidden;
    display:none;
    position:relative;
    clear:both;
}
.drop-menu.rounded-lg {
    padding: .15rem .5rem;
}
.drop-box {
    display:none;
    position:absolute;
    z-index:9001;
}
.drop-box a:hover, .drop-box a:focus  {
    color: #3771e0 !important;
}
.edit-block h3 {
    margin:0;
    font-weight: 600;
}
h3.form-group-title {
    margin-bottom: 1.5rem;
}
.select-field-type .add-del-block a {
    margin: 1px 6px 0 0;
}

/* .custom-fields */
.custom-fields-hold .custom-field-box {
    padding: 8px 16px;
    border-color: #efefef;
    border-width: 0 0 1px 0;
    border-style: solid;
}
.custom-fields-hold .add-dell-items-hold {
    margin-top: 10px;
}
.custom-fields-hold .custom-field-box:first-child {
    border-width: 1px 0;
}
.custom-fields-hold .add-del-block a {
    margin-top: 0;
}
.custom-fields-hold .ui-state-highlight {
    border:1px dashed #bee4ff;
    background:#eff8ff;
    width:100%;
    min-height:70px;
    margin: 0 -16px;
}
.custom-fields-hold .add-del-block {
    float:left;
}
/* attach-box */
.add-dell-hold .file{
    width:425px;
}
.add-dell-hold .file .text {
    float:left;
    width:350px;
    padding: 4px 0 0 0;
    font-size: 10.5px;
    font-style: italic;
    color: #858585;
}
.add-dell-hold .add-dell-el {
    width: 100%;
    clear: left;
    padding: 2px 0;
    min-height: 28px;
}
.add-dell-hold .add-del-block {
    float:left;
}
p.required em {
    color: red;
}
.error p:first-letter {
    text-transform: uppercase;
}
.ui-widget-header {
    background-color: #9DB5CD !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #c3d5e5 !important;
}
.ui-sortable-placeholder {
    visibility: visible !important;
    border:1px dashed #333;
    background:#ccc;
}
.highlight {
    font-weight: 600;
}
.custom-instructions {
    max-width: 550px;
    margin: 0 auto;
}
.agenda-file.remove-link {
    float: right;
}
.agenda-file.remove-link .icon {
    margin: 0;
}
.add-dell-el .file .text {
    width: 140px;
}
.add-dell-el.uploaded .file .text {
    width: 350px;
}
.add-dell-hold .file-uploaded {
    width: 400px;
}
.add-dell-hold .file-name-uploaded {
    width: 390px;
}
.add-participant-form {
    min-width: 300px;
}
.invitations-box .item {
    width: 48%;
}
.ac_results-hold {
    background:#fff;
    border: 1px solid #e1e2e4;
    overflow:auto;
    height:200px;
    z-index:9999;
    border-radius: 5px;
}
.ac_results-hold .scroll-content{
    width:100% !important;
}
.ac_results-hold .ac_results{
    height:100% !important;
}
.ac_results-hold ul{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    font-size: 95%;
    height:auto !important;
    overflow:hidden !important;
    max-height:none !important;
    background-color: #ffffff;
}
.ac_results-hold ul li{
    padding: 0.5rem 0.3rem;
    overflow:hidden;
    background-color: #ffffff;
}
.ac_results-hold ul li.ac_over{
    background:#dfedff;
}
.ac_results-hold ul li span{
    width:33%;
    float:left;
    padding:3px 0;
}
.scroll-slider {
    background-color: #8f8f8f;
    border-radius: 6px;
    width: 8px !important;
    left: 2px !important;
}
.scroll-bar {
    width:12px !important;
    background-color: #fff;
    opacity: 0.5;
}
.scroll-line-bottom {
    width:100% !important;
}
.scroll-hold {
    padding-right: 0 !important;
}
.scroll-content{
    width:100%;
}
.scrollable {
    height: 383px;
}
.open-close, .room-name, .btn-drop, thead a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.asc .icon, .desc .icon, .room-name .icon, .btn-drop.icon, .open-close .icon {
    font-size: 1rem;
}
.asc .icon:after, .desc .icon:after, .room-name .icon:after, .btn-drop .icon:before, .open-close .icon:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    border-bottom: .3em solid;
    border-top: 0;    
    font-size: 1rem;
    margin: 0 0.25rem;
}
a.desc .icon::after, .btn-drop .icon:before, .active .room-name .icon:after, .active .open-close .icon:after {    
    border-top: .3em solid;
    border-bottom: 0;    
    margin-top: .3em;
}
.copy-to-clipboard .icon:before {
    content: "\e913";
}
.calendar .icon:before {
    content: "\e912";
}
.show-address-book .icon:after{
    content: "\e908";
}
.download span.icon:before, .download-export span.icon:before {
    content: "\e909";
}
.close .icon:after, .btn-close .icon:before, .delete .icon:before {
    content: "\e90c";
}
.icon-session span.icon:before {
    content: "\e907";
}
.btn.btn-import span:before {
    content: "\e909";
}
.btn.btn-export span:before {
    content: "\e90a";
}
.back-link .icon:before {
    content: "\e90e";
}
.contact-organizer .icon:before {
    content: "\e903";
}
.system-check .icon:before {
    content: "\e916";
}
.faqs .icon:before {
    content: "\e906";
}
.support .icon:after {
    content: "\e917";
}
.users span.icon:before {
    content: "\e90f";
}
.serviceplans span.icon:before {
    content: "\e910";
}
.telephony > span.icon:before {
    content: "\e911";
}
.deactivate_user span.icon:before {
    content: "\e914";
}
.activate_user span:before {
    content: "\e916";
}
.impersonate span.icon:before {
    content: "\e90f";
}
.service_make_default span.icon:before {
    content: "\e914";
}
.add span.icon:before {
    content: "\e908";
}
.dashboard .icon:before {
    content: "\e900";
}
.schedule .icon:before {
    content: "\e901";
}
.recordings .icon:before {
    content: "\e902";
}
.messages .icon:before {
    content: "\e903";
}
.address .icon:before {
    content: "\e904";
}
.usage-statistics .icon:before {
    content: "\e905";
}
.help .icon:before {
    content: "\e906";
}
.btn-search span.icon:before {
    content: "\e91b";
}
.add-group span.icon:before {
    content: "\e90b";
}
.alert-success span, .alert-danger span.icon {
    margin-left: -0.35rem;
    margin-right: 0.45rem;
}
.alert-success span.icon:before {
    content: "\e915";
}
.alert-danger span.icon:before {
    content: "\e914";
}
.alert-link {
    word-break: break-all;
}
.online-box.message-state {
    margin-right: 0.25rem;
}
.online-box:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #25d366;
    display:inline-block;
    border-radius: 50%;
}
.tooltip-box {
    width: 300px;
    position: absolute;
    z-index: 999;
}
.show-tooltip {
    cursor: pointer;
}
.pass-graybar {
    height: 5px;
    background-color: #CCC;
    width: 100%;
    position: relative;
    margin: 5px 0;
    border-radius: 2px;
}
.pass-colorbar {
    height: 5px;
    background-image: url(../images/password-strength.png);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.pass-wrapper {
    padding: 5px 0 0 0;
}
.pass-percent, .pass-text {
    font-size: 1em;
}
.pass-percent {
    margin-right: 5px;
}
.chart-title {
    text-transform: lowercase;
}
.chart-title::first-letter {
    text-transform: uppercase;
}
.cke_top {
    max-width: 600px !important;
}
.cke_editable_inline {
    padding: 3px;
}
.cke_contextmenu {
    display:none !important;
}
.mobile .container {
    max-width: 600px;
    font-size: 1rem;
}
.mobile h2 {
    font-size: 1.5rem;
}
.mobile .btn {
    font-size: 1.2rem;
    max-width: 350px;
}
.mobile .logo {
    max-width: 350px;
}
a.facebook, a.twitter {
    display: inline-block;
    height: 32px;
    margin-right: 7px;
    width: 32px;
}
a.facebook {
    background: url(../images/session_registration/fb_color.png) no-repeat 0 0;
}
a.twitter {
    background: url(../images/session_registration/tweet_color.png) no-repeat 0 0;
}
@media (max-width: 768px) {
    #footer a:first-child {
        border: 0 !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }
    #footer, #footer a {
        font-size: 0.875rem;
    }
}

@media (max-width: 1280px) {
    .action-bar .search-form {
        margin-left: 0.5rem;
    }
    .confirm-bar .btn:not(:first-child), .action-bar .btn:not(:first-child) {
        margin-left: 0.5rem;
    }
    #header img.logo {
        max-width: 200px;
    }
}

@media (max-width: 1440px) {
    body {
        font-size: 0.85rem;
    }
    h1 {
        font-size: 2rem;
    }
    .w-xs {
        width: 3.5rem;
    }
    .w-sm {
        width: 6.5rem;
    }
    .w-md {
        width: 8rem;
    }
    .header-bar h2 {
        font-size: 1.35rem;
        margin: 0;
    }
    .dashpage .statistics {
        width: 225px;
    }
    .dashpage .intro img {
        max-width: 200px;
    }
    .dashpage .intro {
        font-size: 1rem;
    }
    .invitations-box .item {
        width: 100%;
    }
    .btn, .form-control {
        font-size: 0.85rem;
    }
    .btn.color {
        width: 2rem;
    }
    .btn-sm {
        font-size: 0.75rem;
    }
    .custom-control {
        min-height: 1.2rem;
    }
    .table td, .table th {
        padding: .6rem;
    }
    .table-sm td, .table-sm th {
        padding: .275rem;
    }
    .custom-control-label::before,
    .custom-control-label::after {
        top: 0.215rem;
        left: -1.3rem;
        width: 0.915rem;
        height: 0.915rem;
    }
    #content {
        margin: 0 1rem;
    }
    #left-side {
        width: 200px;
    }
    .side-menu .sidenav li a {
        padding: 0.55rem 0.75rem 0.55rem 1rem;
    }
    span.icon, span.icon:before {
        font-size: 24px;
    }
    .edit-tools a {
        padding: 0.15rem;
        margin: 0 0 0 0.45rem;
    }
    .invitations-box .edit-tools a, .breakout-rooms-box .edit-tools a {
        margin-left: 0.25rem;
    }
    .edit-tools span.icon::before, .edit-tools span,
    .invitations-box .edit-tools .icon, .breakout-rooms-box .edit-tools .icon, 
    .invitations-box .edit-tools .icon::before, .breakout-rooms-box .edit-tools .icon::before {
      font-size: 18.5px;
    }
    .side-menu .sidenav li a .icon, .side-menu .sidenav li a .icon:before {
        font-size: 26px;
    }
    .invitations-box li {
        font-size: 95%;    
    } 
    .add-del-block button.btn {
        width: 34px;
    }
}