@font-face {
    font-family: 'open_sansbold';
    src: url('./content/font/OpenSans-Bold-webfont.eot');
    src: url('./content/font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('./content/font/OpenSans-Regular-webfont.eot');
    src: url('./content/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#components-reconnect-modal {
    display: none !important;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    background-color: #d6d7d7;
}
b {
    font-weight: bold !important;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(160, 31, 98, 1);
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.clear-cookie {
    color: dodgerblue !important;
}

.header-height {
    height: 80px;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    min-height: 650px;
    min-width: 1000px;
}

.login-div {
    margin: auto;
    min-width: 730px;
    width: 730px;
    background-color: #fff;
    height: 626px;
    box-shadow: 0 0 20px #333;
    transform: translateY(25%);
    overflow: hidden;
    background-image: url('../content/images/map-image.png');
}

.login-logo {
    margin: auto;
    min-width: 730px;
    width: 730px;
    height: 40px;
}

.login-top-span {
    position: relative;
    top: 16px;
    left: 16px;
    font-size: 18px;
    font-weight: bold;
}

.fields-div {
    width: 436px;
    position: relative;
    top: 60px;
    left: 50px;
    height: 284px;
    font-weight: bold;
    font-size: 14px;
}

.span16 {
    font-size: 16px;
}

.input-txt-80 {
    font-size: 16px !important;
    width: 250px !important;
    height: inherit !important;
    padding: 1px !important;
    background: rgba(255, 255, 255, .5) !important;
    border-width: 2px !important;
    border-style: inset !important;
    border-color: rgb(118, 118, 118) !important;
    border-radius: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    text-align: right !important;
}

.location-radio-btn {
    display: flex !important;
    flex-direction: row !important;
}

.location-radio-text, .rz-radiobutton-label {
    margin-inline: 3px !important;
    flex-direction: row !important;
}

.rz-radiobutton {
    width: 13px !important;
    height: 13px !important;
}

/*.rzi {
    background-color: dodgerblue !important;
    width: 7px !important;
    height: 7px !important;
}*/

.login-btn {
    font-weight: bold;
    float: right;
    width: 100px;
    background: linear-gradient(#4e5657, #040407);
    border-color: black;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.login-btn:hover {
    background: linear-gradient(#4e5657, #040407) !important;
    box-shadow: none !important;
}

.login-btn-top-margin {
    margin-top: 85px;
}

.login-btn-top-margin-small {
    margin-top: 20px;
}

.session-btn-top-margin {
    margin-top: 3px !important;
}

.info-btn-top-margin {
    margin-top: -9px !important;
}

.login-error {
    top: 164px;
    position: absolute;
    color: red;
    font-weight: bold;
}

.login-field-space {
    height: 12px;
}

.login-field-small-space {
    height: 4px;
}

.login-field-large-space {
    height: 67px;
}

.login-field-blank-spacer {
    height: 60px;
}

.login-error-admin {
    color: red;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    padding-right: 52px;
}

.login-error-mywire {
    color: red;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 52px;
}

.login-footer-div {
    color: white;
    font-weight: bold;
    position: relative;
    top: 114px;
    padding-top: 10px;
    text-align: center;
    height: 46px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    float: left;
    font-size: 14px;
}

.login-label {
    width: 130px;
    font-weight: bold;
}

.login-80 {
    width: 80px;
    cursor: pointer;
}

.login-120 {
    width: 120px;
    cursor: pointer;
}

.login-left {
    margin-left: 360px;
}

/* New */

textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}

/* improved for speech bubbles */
.received, .sent {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

/* Admin */
.navbar-wrapper {
    background-color: #3E3E3E !important;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100px;
    flex-direction: row;
}

.navbar-tab-unselected {
    height: 100px !important;
    width: 20% !important;
    background-color: #3E3E3E !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: unset !important;
    font-size: 20px !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.navbar-tab-selected {
    height: 100px !important;
    width: 20% !important;
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    border: none !important;
    box-shadow: none !important;
    border-radius: unset !important;
    font-size: 20px !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.navbar-tab-unselected:hover {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
}

.navbar-tab-selected:hover {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
}

.rz-ripple {
    visibility: hidden !important;
}

.table-header-row {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
    border: solid 1px grey !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.table-header-row-2 {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
    border: solid 1px grey !important;
    font-family: 'Titillium Web', sans-serif !important;
    width: 100px !important;
}

.table-body-row {
    border: solid 1px lightgrey !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.table-body-row-2 {
    border: solid 1px lightgrey !important;
    font-family: 'Titillium Web', sans-serif !important;
    width: 100px !important;
}

.table-body-row-color-1 {
    background-color: white !important;
}

.table-body-row-color-2 {
    background-color: #FAEAF3 !important;
}

.new-button {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.outer-table-div {
    overflow: hidden;
    height: 1000px !important;
}

.label-font {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 16px !important;
    color: black !important;
    font-weight: bold !important;
}

.rz-column-title-content {
    color: black;
    font-size: .85em;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
}

.custom-radzen-cell {
    color: var(--rz-grid-cell-color);
    font-size: var(--rz-grid-cell-font-size);
    line-height: var(--rz-grid-cell-line-height);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 12px !important;
}

.table-body-row {
    background-color: inherit !important;
}

.parent-wrapper {
    max-width: 1228px !important;
    max-height: 1208px !important;
}

.rz-dialog-titlebar {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 32px !important;
    padding: 10px !important;
    text-align: center !important;
}

.rzi {
    background-color: transparent !important;
}

.rz-dialog-title {
    color: white !important;
}

.rzi-times {
    color: white !important;
}

.rz-chkbox-icon {
    transform: translateX(-5px) translateY(-5px) !important;
}

.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td {
    background-color: #FAEAF3 !important;
}

.rz-grid-table {
    cursor: pointer;
}

.expires-string {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-right: 20px;
    text-align: right;
    margin-top: 10px;
}

.migrate-string {
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-right: 20px;
    text-align: right;
    margin-bottom: 20px;
}

.migratecomplete-string {
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.rz-transcript-btn {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    color: white !important;
}

.tab-menu {
    margin-left: 20px;
}

.mywire-login-modal {
    width: 400px;
    background-color: #ffffff;
    padding: 30px;
    margin: auto;
    z-index: 10;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-top-nav {
    background-color: #3e3e3e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100px;
    flex-direction: row;
}

.main-top-nav-right {
    list-style: none;
    float: right;
    margin-bottom: 0px;
    /*min-width: 1050px;*/
}

.main-top-nav-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.main-top-nav-right li {
    float: left;
    width: 170px;
    text-align: center;
    padding-top: 30px;
    height: 70px;
}

.main-top-nav-right li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    font-size: 16pt;
    text-decoration: none;
}

.main-top-nav-right li > a:hover,
.main-top-nav-right li > a:focus {
    text-decoration: none;
    color: #000;
}

.nav-span {
    font-family: 'Titillium Web', sans-serif;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    font-size: 16pt;
    text-decoration: none;
}

.nav-span:hover {
    text-decoration: none;
    color: #000;
}

.layout-footer {
    font-family: 'Titillium Web', sans-serif;
    height: 40px;
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.layout-footer-div {
    color: #fff;
    padding-top: 10px;
    font-size: 10pt;
    min-width: 1330px;
    margin: 0px 20px 0px 20px;
}

.layout-footer-left-div {
    float: left;
    width: 33.33333%;
    text-align: left;
}

.layout-footer-left-link-div {
    width: 180px;
    float: left;
}

.layout-footer-center-div {
    float: left;
    width: 33.33333%;
    text-align: center;
}

.layout-footer-right-div {
    float: left;
    width: 33.33333%;
    text-align: right;
}

.layout-footer-div a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    text-decoration: none;
}

.layout-footer-div a:hover,
.layout-footer-div a:focus {
    text-decoration: none;
    color: #999;
}

