/* Style Sheet for Raspberry Phone */

/* CSS_Ui */

.NoSelect {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}

.UiText {
    font-family: Roboto, Arial, Helvetica;
    color:#333333;
    font-size: 14px;
    margin-top: 10px;
}

.UiTextHeading{
    font-family: Roboto, Arial, Helvetica;
    color:#333333;
    font-size: 17px;
    margin-top: 7px;
    border-bottom: 1px solid #383838;
    margin-bottom: 7px;
    cursor: pointer;
    padding-bottom: 3px;
}
.UiTextHeading::before{
    content: "\f078";
    font-family: FontAwesome;
    color: #8e8e8e;
    font-size: 14px;
    margin-right: 3px;
    float: right;
}
.UiTextHeadingIcon{
    padding: 3px;
    font-size: 14px;
    border-radius: 3px;
}

.UiButtonBar {
    text-align:center; 
    border-top:1px solid #e6e6e6; 
    background-color:#F3F3F3; 
    height:49px;
    vertical-align: middle;
    line-height: 49px;
}

.UiButtonBar button {
    margin: 0px;
    line-height: 100%;
    padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #0b213a;
    background-color: #395f88;
    border-radius: 4px;
    min-width: 30px;
    min-height: 24px;
    font-family: Roboto, Arial, Helvetica;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 1px;
    margin-right: 1px;
    outline: none;
    cursor: pointer;
    box-shadow: inset 1px 1px 1px 0px rgba(250, 250, 250, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.UiButtonBar button:hover {
    background-color: #2c5077;
    background-image: linear-gradient(#597ca2, #2c5077);
    border: 1px solid #092139;

    color: #FFFFFF;
}
.UiButtonBar button:active {
    border: 1px solid #092139;
    background-color: #092139;
    background-image: none;

    color: #FFFFFF;
}
.UiButtonBar button:focus {
	outline: none;
}
.UiButtonBar button:disabled {
    cursor: default;
    color: #CCCCCC;
}

.UiButtonBarHtml {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

.UiWindowButtonBar {
    text-align:center; 
    height: 49px;
    vertical-align: middle;
    line-height: 49px;
}
.UiWindowButtonBar button {
    margin: 0px;
    line-height: 100%;
    padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #0b213a;
    background-color: #395f88;
    border-radius: 4px;
    min-width: 80px;
    font-family: Roboto, Arial, Helvetica;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 1px;
    margin-right: 1px;
    outline: none;
    cursor: pointer;
    box-shadow: inset 1px 1px 1px 0px rgba(250, 250, 250, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.UiWindowButtonBar button:hover {
    background-color: #2c5077;
    background-image: linear-gradient(#597ca2, #2c5077);
    border: 1px solid #092139;

    color: #FFFFFF;
}
.UiWindowButtonBar button:active {
    border: 1px solid #092139;
    background-color: #092139;
    background-image: none;

    color: #FFFFFF;
}
.UiWindowButtonBar button:focus {
	outline: none;
}
.UiWindowButtonBar button:disabled {
    cursor: default;
    color: #CCCCCC;
}

.UiInputText{
    margin-bottom: 5px !important;
    font-size: 18px !important;
    color: #333333 !important;
    width: 100% !important;

    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 3px !important;
}
.UiWindowField{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:15%;
    padding-right:15%;

    font-family: Roboto, Arial, Helvetica;
    color:#333333;
    font-size: 14px;
    line-height: 1.5;

    /* height: 100%; */
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}
.UiSideField{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:5%;
    padding-right:5%;

    font-family: Roboto, Arial, Helvetica;
    color:#CCCCCC;
    font-size: 14px;
    line-height: 1.5;
}
.UiSideField .UiInputText{
    color: #CCCCCC !important;
    border-bottom: 1px solid #a3bad9 !important;
}
.UiSideField .UiText{
    color: #CCCCCC !important;
}
.UiSideField input[type=checkbox] + label{
    color: #CCCCCC !important;
}
.UiSideField .UiTextHeading{
    color: #F3F3F3 !important;
}
.UiSideField input[type=text]:focus {
    border-bottom: 1px solid #416493 !important;
}
.UiSideField .Settings_VolumeOutput_Container{
    border: 1px solid rgb(204,204,204,20%) !important;
    background-color: rgb(255,255,255,20%) !important;
}
.UiSideField select{
    color: #cccccc !important;
    border-bottom-width: 1px !important;
}
.UiSideField select:focus{
    border-bottom-width: 1px !important;
}
.UiSideField .pill-nav input[type=radio] + label{
    color: #CCCCCC !important;
}
.UiSideField .croppie-container .cr-viewport, .croppie-container .cr-resizer{
    border: none !important;
}

.PastePreviewContainer {
    display: block;
    width: 150px;
    height: 150px;
    border: 10px solid #FFFFFF;
    border-radius: 200px;
    background-color: #F3F3F3;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.PastePreview {
    max-width: 340px;
    max-height : 340px;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    margin: 5px;

    background-color: #F3F3F3;
    border: 10px solid #FFFFFF;
    border-radius: 200px;
}

.dtmfButtons{
    font-size: 20px;
    color: #efefef;
    width: 45px;
    height: 45px;
    border: 1px solid #484848;
    border-radius: 100%;
}
.dtmfButtons:hover{
    color: #FFFFFF;
    background-color: #222222;
}
.dtmfButtons:active{
    color: #cccccc;
    background-color: #000000;
}

.dtmfButtons div{
    font-size: 20px;
    line-height: 9px;
    margin: 0px;
    margin-top: 7px;
    padding: 0px;
}
.dtmfButtons span{
    font-size: 9px;
    line-height: 9px;
    margin: 0px;
    padding: 0px;
}

/* CSS_TabPageTemplate */

audio{
    outline: none;
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-family: Roboto, Arial, Helvetica;
    font-size: 14px;
    line-height: 1.5;
    color: #CCCCCC;
    cursor: default;
    background-color: #222222;;
    overflow: hidden;
    user-select: none !important;
}

.pageContainer{
    min-width: 320px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.smallFlag {
    height: 12px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    margin-right: 5px !important;
    border: 1px solid #868686 !important;
    border-radius: 2px !important;
    background-color: #868686 !important;
}

/* ScrollBar Styling */
.scroller {
    overflow-y: auto;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #516896 transparent;
}

.scroller::-webkit-scrollbar {
    width: 10px;
    /* Width */
}

.scroller::-webkit-scrollbar-track {
    background: transparent;
    /* Track */
}

.scroller::-webkit-scrollbar-thumb {
    background: #516896;
    /* Handle */
    border-radius: 50px;
}

.scroller::-webkit-scrollbar-thumb:hover {
    background: #697ca2;
    /* Handle on hover */
}

.NoItems {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
    border: 2px dashed #9cb5d7;
    border-radius: 15px;
    padding: 20px;
    color: #9cb5d7 !important;
}

.SelectItemArrow {
    float: left;
    margin-top: -10px;
    margin-right: -16px;
    margin-left: -10px;
}

.helpFieldset {
    background-color: #f9f9f9;
    border-right: none;
    border-left: none;
    border-color: #293442;
    font-size: 13px;
    color: #515e6f;
}

.FormTextRight {
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}

.textField {
    border: 1px solid #80add4 !important;
    border-radius: 5px;
    padding-left: 3px !important;
    line-height: 22px !important;
    background-color: #f7f7f7 !important;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.contentLoading {
    display: none;
    /* Start Hidden - must activate me :) */
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    background-color: #FFFFFF;
    text-align: center;
    color: #333333;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* Optional */
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
    line-height: 16px;
    font-size: 11px;
    background-color: #e6e6e6;
    background-image: repeating-linear-gradient(-45deg, #e6e6e6, #e6e6e6 10px, #cfd9e8 10px, #cfd9e8 20px);
}

.required:before {
    content: "\f069";
    font-family: FontAwesome;
    color: red;
    font-size: 7px;
    vertical-align: text-top;
    margin-right: 3px;
}

.on_white{
    color: #333333;
}
.on_white:hover{
    color: #F3F3F3;
}

/* CSS_UiImportant */
/* ====================================================================================== */
.ui-widget {
    font-family: Roboto, Arial, Helvetica !important;
}
.ui-widget-overlay {
    background-color: #000000 !important;
    opacity: .6 !important;
}
/* Popup Menu */
.ui-menu{
    top: 0px;
    left: 0px;
    
    position: fixed !important;
    z-index: 9999;
    min-width: 200px !important;
    box-sizing: border-box;
    padding: 5px 0px 5px 0px !important;
    border-radius: 5px !important;
    background-color: #fafafa !important;
    border: 1px solid #dfdfdf !important;
    box-shadow: 0 0 10px rgb(127 127 127 / 20%) !important;
    color: #404040 !important;
}
.ui-menu .ui-state-active{
    color: #404040 !important;
    background-color: #e8e8e8 !important;
    border-color: transparent !important;
}

.ui-menu .ui-menu-item {
    list-style-image: none !important;
}
.ui-menu .ui-menu-item-wrapper {
    padding-left: 0.6em !important;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em !important;
}
.ui-menu .ui-icon {
    left: 0.6em !important;
    font-size: 16px !important;
    line-height: 14px !important;
    height: 16px !important;
    width: 16px !important;
    text-align: center !important;
}

/* Windows */
.ui-dialog{
    position: fixed !important;
    /* box-sizing: border-box; */
}

.ui-dialog .ui-dialog-content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    width: 100% !important;
    padding: 0 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none
}

.ui-button{
    min-width: unset !important;
    min-height: unset !important;
}

.ui-dialog .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0b213a !important;
    background: #395f88 !important;
    font-weight: normal !important;
    color: #fff !important;
}

.ui-widget-header {
    border: 1px solid transparent !important;
    color: #222222 !important;
    font-family: Roboto, Arial, Helvetica !important;
    font-size: 17px !important;
    font-weight: normal !important;
}
.ui-icon-closethick:before {
    content: "\f00d"; /* Close */
    font-family: FontAwesome;
    display: block;
    font-size: 15px;
}
.ui-icon {
    text-indent:0px !important;
}
.ui-dialog .ui-widget-header .ui-state-default, .ui-dialog .ui-widget-header .ui-button {
    border: 1px solid transparent !important;
    background: transparent !important;
    font-weight: normal !important;
    color: #222222;
} 
.ui-dialog .ui-widget-header .ui-state-default, .ui-dialog  .ui-widget-header .ui-button:hover {
    border: 1px solid #b01607 !important;
    background: #b01607 !important;
    color: #fff !important;
    font-weight: normal !important;
}
.ui-dialog .ui-widget-header .ui-state-active, .ui-dialog .ui-widget-header .ui-button:active {
    border: 1px solid #b01607 !important;
    background: #b01607 !important;
    font-weight: normal !important;
    color: #fff !important;
}

.ui-menu .ui-widget-header{
    font-size: 16px !important;
    cursor: unset !important;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: none !important;
}
.ui-widget-header .ui-icon {
    background-image: none !important;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: none !important;
}
.ui-state-active .ui-icon,.ui-button:active .ui-icon {
    background-image: none !important;
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: none !important;
}
.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: none !important;
}
.ui-button .ui-icon {
    background-image: none !important;
}


/* CSS_HtmlElements */
/* ====================================================================================== */
fieldset {
    border: 1px solid #333333;
    border-radius: 5px;
    text-align: left;
}

legend {
    line-height: initial !important;
    text-align: left;
}

hr {
    height: 1px;
    border: none;
    background-color: #CCCCCC;
    clear: both;
}

button {
    margin: 0px;
    line-height: 100%;
    padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 5px;
    min-width: 30px;
    min-height: 24px;
    font-family: Roboto, Arial, Helvetica;
    color: #dedede;
    font-size: 14px;
    margin-left: 1px;
    margin-right: 1px;
    outline: none;
    cursor: pointer;
}

button:hover {
    background-color: #333333;
    border: 1px solid #404040;
    color: #FFFFFF;
}

button:active {
    border: 1px solid #333333;
    background-color: #222222;
    background-image: none;
    color: #FFFFFF;
    box-shadow: 0px 0px 0px 2px rgba(65, 100, 147, 0.25);
    transition: box-shadow 240ms;
}

button:focus {
    outline: none;
}

button:disabled {
    cursor: default;
    color: #CCCCCC;
}

button:disabled:hover {
    cursor: default;
    color: #CCCCCC;
}

button:disabled:active {
    box-shadow: none;
    transition: none;
}

/* Text Field */
input[type=text] {
    color: #dcdcdc;
    font-size: 14px;
    padding: 0px;
    line-height: 22px;
    border: none;
    border-bottom: 2px solid #a3bad9;
    background-color: transparent;
}

input[type=text]:focus {
    outline: none;
    border-bottom: 2px solid #416493;
}

/* Password Field */
input[type=password] {
    color: #416493;
    font-size: 14px;
    padding: 0px;
    line-height: 22px;
    border: none;
    border-bottom: 2px solid #a3bad9;
    background-color: transparent;
}

input[type=password]:focus {
    outline: none;
    border-bottom: 2px solid #416493;
    background-color: transparent;
}

/* Select Dropdown */
select {
    min-width: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmlld0JveD0iMCAwIDMyMCA1MTIiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzQiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImNhcmV0LWRvd24uc3ZnIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjMgKDI0MDU1NDYsIDIwMTgtMDMtMTEpIj4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExMCI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGRlZnMKICAgICBpZD0iZGVmczgiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxIgogICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMTAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIyMDI2IgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjE0NzciCiAgICAgaWQ9Im5hbWVkdmlldzYiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjEuNDEwMTU2MiIKICAgICBpbmtzY2FwZTpjeD0iNzMuNzYyNzEyIgogICAgIGlua3NjYXBlOmN5PSIyNjAuMzM4OTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmc0IiAvPgogIDxwYXRoCiAgICAgZD0iTTMxLjMgMTkyaDI1Ny4zYzE3LjggMCAyNi43IDIxLjUgMTQuMSAzNC4xTDE3NC4xIDM1NC44Yy03LjggNy44LTIwLjUgNy44LTI4LjMgMEwxNy4yIDIyNi4xQzQuNiAyMTMuNSAxMy41IDE5MiAzMS4zIDE5MnoiCiAgICAgaWQ9InBhdGgyIgogICAgIHN0eWxlPSJmaWxsOiM0MTY0OTM7ZmlsbC1vcGFjaXR5OjEiIC8+Cjwvc3ZnPgo8IS0tCkZvbnQgQXdlc29tZSBGcmVlIDUuNC4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tCkxpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgKEljb25zOiBDQyBCWSA0LjAsIEZvbnRzOiBTSUwgT0ZMIDEuMSwgQ29kZTogTUlUIExpY2Vuc2UpCi0tPgoK');
    background-size: 10px;
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #416493;
    padding: 0px;
    line-height: 22px;
    vertical-align: middle;
    padding-right: 16px;
    border: none;
    border-bottom: 2px solid #a3bad9;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap !important;
    border-radius: 0px !important;
}

select:focus {
    outline: none;
    border-bottom: 2px solid #416493;
}

/* Check Boxes */
input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    padding: 0px;
    line-height: 22px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type=checkbox] + label:before {
    font-family: FontAwesome;
    content: "\f096";
    /* fa fa-square-o */
    /* content: "\f204"; */
    color: #416493;
    width: 20px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
}

input[type=checkbox]:checked + label:before {
    font-family: FontAwesome;
    content: "\f046";
    /* fa fa-check-square-o */
    /* content: "\f205"; */
    color: #416493;
    width: 20px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
}

/* Radio Boxes */
input[type=radio] {
    display: none;
}

input[type=radio] + label {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type=radio] + label:before {
    content: "\f10c";
    font-family: FontAwesome;
    color: #416493;
    margin-right: 3px;
    font-size: 16px;
    vertical-align: middle;
}

input[type=radio]:checked + label:before {
    font-family: FontAwesome;
    content: "\f192";
    color: #416493;
    margin-right: 3px;
    font-size: 16px;
    vertical-align: middle;
}
/*
input[type=range]{

}
*/

.pill-nav {
    display: inline-block;
    color: black;
    text-align: center;
    font-size: 16px;
    border: 1px solid #416493;
    border-radius: 3px;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    line-height: initial;
}
.pill-nav input[type=radio]{
    display:none;
}
.pill-nav .radio_pill{
    cursor: pointer;
    font-size: 14px;
}
.pill-nav input[type=radio] + label {
    color: #416493;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin-right: 0px;
}
.pill-nav input[type=radio] + label:before {
    font-family: initial !important;
    content:  initial !important;
    margin-right: initial !important;
    font-size:  initial !important;
    vertical-align:  initial !important;
}
.pill-nav input[type=radio]:checked + label{
    background-color: #416493;
    color: white;
}
.pill-nav input[type=radio]:checked + label:before {
    font-family: initial !important;
    content: initial !important;
    margin-right: initial !important;
    font-size: initial !important;
    vertical-align:  initial !important;
}

.pill-nav button:disabled {
    cursor: default;
    color: #666666;
    background-color: #333333;
}
.pill-nav button {
    border: none;
    margin: 0px;
    border-radius: 2px;
}

/* CSS_Phone */
/* ====================================================================================== */

.settingsMenu{
    display: block;
    float: right;
}

.noneSelected {
    text-align: center;
    padding: 25px
}

.Settings_VolumeOutput_Container{
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 50px;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    background-color: #FFFFFF;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.Settings_VolumeOutput{
    width: 5%;
    height: 4px;
    border-radius: 50px;
    background-color: rgb(14, 192, 23);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.2), inset -2px -2px 3px rgba(0, 0, 0, 0.2);
}

.clearsearchTextBtn {
    border-radius: 100px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    padding: 0px;
    font-size: 13px;
    box-shadow: none;
    color: #333333;
    min-width: 0px;
    line-height: 16px
}

.clearsearchTextBtn:before {
    content: "\f05c";
    font-family: FontAwesome;
}

.clearsearchTextBtn:hover {
    background-color: transparent;
}

.clearsearchTextBtn:active {
    background-color: transparent;
}

.cleanScroller{
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #a6a6a6 transparent;
}
.cleanScroller::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.cleanScroller::-webkit-scrollbar-thumb {
    background: #a6a6a6;
    border-radius: 5px;
}

.cleanScroller::-webkit-scrollbar-track {
    background: transparent;
}

.contactArea {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;

    /* For Firefox */
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 1;
    padding: 5px;
    box-sizing: border-box;
}

.buddy {
    padding: 5px;
    height: 38px;
    cursor: pointer;
    color: #333333;
    border-left: 3px solid transparent;
    position: relative;
    border-bottom: 1px solid #333333;
}

.buddy:hover {
    background-color: #333333;
}

.buddySelected {
    padding: 5px;
    height: 38px;
    cursor: pointer;
    color: #333333;
    background-color: #404040;
    position: relative;
    border-bottom: 1px solid #333333;
    border-left: 3px solid #3c5f82;
}
.buddyActiveCall {
    padding: 5px;
    height: 38px;
    cursor: pointer;
    color: #333333;
    background-color: #404040;
    position: relative;
    border-bottom: 1px solid #333333;
    border-left: 3px solid #40bd3f;
}
.buddyActiveCallHollding {
    padding: 5px;
    height: 38px;
    cursor: pointer;
    color: #333333;
    background-color: #404040;
    position: relative;
    border-bottom: 1px solid #333333;
    border-left: 3px solid #d2a70a;
}

.lineIcon {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background-color: #cc9009;
    border: 1px solid #3e3e3e;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    float: left;
    text-align: center;
    line-height: 36px;
    padding: 0px;
    font-size: 24px;
    color: #F3F3F3;
}
.buddyIcon {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background-size: 36px;
    background-color: #CCCCCC;
    border: 1px solid #3e3e3e;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    float: left;
}
.callAnswerBuddyIcon{
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background-size: 100px;
    background-color: #CCCCCC;
    border: 1px solid #3e3e3e;
    display: inline-block;
}

.profileContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.contact {
    padding: 5px;
    height: 38px;
    color: #4c4c4c;
    /* border-left: 3px solid transparent; */
    position: relative;
    cursor: pointer;
}

.contactNameText {
    margin-left: 50px;
    margin-top: 3px;
    font-size: 14px;
    color: #cdcdcd;

    margin-right: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contactDate {
    float: right;
    font-size: 11px;
    color: #999999
}

.presenceText {
    margin-left: 50px;
    margin-top: 0px;
    font-size: 11px;
    color: #999999;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchClean {
    border: 1px solid #404040;
    border-radius: 5px;
    padding: 1px;
    padding-left: 5px;
    background-color: #222222;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25);
    height: 26px;
    box-sizing: border-box;
    display: inline-block;
}

.searchClean:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #393f47;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.searchClean INPUT {
    border: none;
    margin-left: 5px;
    outline: none;
    background-color: transparent;
}

.searchClean INPUT:focus {
    border: none;
}

.answerCall {
    text-align: center;
    padding: 25px;
    margin-top: 10px;
}

.dialCall {
    text-align: center;
    padding: 25px;
    margin-top: 10px;
}

.progressCall {
    text-align: center;
    padding: 25px;
    margin-top: 10px;
}

.videoCall {
    margin-top: 10px;
}

.stream {
    display: none;
}
.streamSelected {
    height: 100%;
    width: 100%;

}
.streamSection {
    padding: 5px;
    background-color: #292929;
    border-radius: 5px;
    border: 1px solid #404040;
    vertical-align: top;
    position:relative;
}

.streamSectionBackground {
    background-size: 250px; /* normalise retinal scaling */
    background-position-x: center;
    background-position-y: bottom;
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.chatHistory {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    user-select: none;

    /* For Firefox */
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 1;
    padding: 5px;
    box-sizing: border-box;
}

.roundButtons {
    border-radius: 100px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #404040;
    background-color: transparent;
    padding: 0px;
    font-size: 16px;
    box-shadow: none;
    color: #dcdcdc;
    min-width: 0px;
}

.roundButtons:hover {
    border: 1px solid #404040;
    background-color: #333333;
}

.roundButtons:active {
    border: 1px solid #404040;
    background-color: #222222;
    color: #FFFFFF;
}

.toolBarButtons {
    border-radius: 5px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border: 1px solid #CCCCCC;
    background-color: #ececec;
    padding: 0px;
    font-size: 14px;
    box-shadow: none;
    color: #333333;
    min-width: 0px;
    vertical-align: middle;
}

.toolBarButtons:hover {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
}

.toolBarButtons:active {
    border: 1px solid #666666;
    background-color: #666666;
    color: #FFFFFF;
}

.meterContainer {
    display: inline-block;
    width: 5px;
    height: 28px;
    border: 1px solid #CCCCCC;
    background-color: #ececec;
    padding: 0px;
    vertical-align: middle;
    position: relative;
    border-radius: 3px;
}

.meterLevel {
    background-color: #19ad19;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 2px;
}

.sendImagePreview {
    padding-top: 2px;
    padding-bottom: 8px;
    border-bottom: 1px solid #404040;
    font-family: Roboto, Arial, Helvetica;
    font-size: 14px;
    color: #272f39;
    outline: none;
}


.sendMessagePreview {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #404040;
    font-family: Roboto, Arial, Helvetica;
    font-size: 14px;
    color: #272f39;
    margin-bottom: 5px;
}

.sendMessagePreviewLeft {
    margin-right: 30px;
}

.sendMessagePreviewHtml {
    background-color: rgba(215, 232, 247, 0.8);
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    text-align: left;

    max-height: 300px;
    max-width: 85%;
    overflow-y: auto;
    overflow-x: hidden;
}

.previewImage {
    cursor: pointer;
    max-width: 320px;
    border-radius: 5px;
    border: 1px solid #929292;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.previewHyperlink {
    color: blue;
}
.sendMessagePreviewContainer{
    width: 100%;
}
.sendMessagePreviewContainer TD {
    vertical-align: middle;
    text-align: center;
}
.sendMessageContainer {
    width: 100%;
    height: 80px;
}
.sendMessageContainer TD {
    vertical-align: top;
    text-align: center;
}
.chatMessage {
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    font-family: Roboto, Arial, Helvetica;
    font-size: 14px;
    color: #cccccc;
    background-color: transparent;
}

.buddyIconSmall {
    display: block;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

.theirChatMessage {
    padding-left:5px;
    margin-top: 5px;
    margin-right: auto;
    max-width: 85%;
}

.theirChatMessage TD {
    vertical-align: top;
    text-align: left;
}
.theirChatMessage AUDIO {
    width: 100%;
    height: 30px;
    outline: none;

    border-radius: 5px;
    background-color: #f2f3f4;
    color: #333333;
}
.theirChatMessage  VIDEO {
    max-width: 640px;
    width: 100%;
    outline: none;
    /* max-height: 360px; */
    background-color: #000000;
    border-radius: 5px;
}
.theirChatMessageText {
    display: inline-block;
    background-color: rgba(231, 231, 231, 0.8);
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #272f39;
    position: relative;
}

.ourChatMessage {
    padding-right: 5px;
    margin-top: 5px;
    margin-left: auto;
    max-width: 85%;
}

.ourChatMessage TD {
    vertical-align: top;
    text-align: left;
}
.ourChatMessage AUDIO {
    width: 100%;
    height: 30px;
    outline: none;

    border-radius: 5px;
    background-color: #f2f3f4;
    color: #333333;
}
.ourChatMessage VIDEO {
    max-width: 640px;
    width: 100%;
    outline: none;
    /* max-height: 360px; */
    background-color: #000000;
    border-radius: 5px;
}
.ourChatMessageText {
    display: inline-block;
    background-color: rgba(215, 232, 247, 0.8);
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #272f39;
    position: relative;
}

.messageDate {
    font-size: 11px;
    color: #666666;
}
.messageText{
    user-select: text;
    cursor: text;
}

.chatMessageDropdown{
    cursor: pointer;
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
}
.callRecordings{
    font-size:11px
}
.callRecordings button{
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;

    float: left;
    margin-right: 10px;

    color: #333333;
    background-color: #CCCCCC;
    border: 1px solid #222222;
    border-radius: 50px;
}
.callRecordings button:hover{
    color: #cccccc;
    background-color: #333333;
    border: 1px solid #222222;
}
.callRecordings img{
    width: 100%;
    max-width: 400px; /* 854x480 (16:9) */
    border-radius: 5px;
    filter: blur(1px);
    transform: scale(1.1);
}
.callRecording{
    background-color: #CCCCCC;
    border-radius: 10px;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.callRecording DIV{
    overflow: hidden;
    border-radius: 5px;
}
.videoPoster{
    border-radius: 50px !important;
    margin: 0px !important;
    border: none !important;
    color: #cccccc !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0px !important;

    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}
.videoPoster:hover{
    color: #e0e0e0 !important;
}
.videoPoster I{
    border: 1px solid #cccccc;
    border-radius: 50px;
    width: 48px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.5);
}

.previewVideo{
    max-height: 720px;
    max-width: 100%;
    background-color: #666666;
    border: 1px solid #222222;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
    border-radius: 5px;
    transform: rotateY(180deg);  
}

.emojiButton BUTTON{
    font-size: 21px;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 30px;
    min-height: 30px;
    line-height: 28px;
    text-align: center;
}

.FullScreenVideo{
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000000 !important;
    margin: 0px !important;
    padding: 0px !important;
    z-index: 99999 !important;
}

.StageContainer{
    width: 100%;
    min-height: 360px;
    /* max-height: 508px; */
    background-color: #000000;
    z-index: 99;

    position: relative;
}
.StageContainer_FS{
    position: fixed !important;
    top: 125px !important;
    left: 0px !important;
    width: 100% !important;
    /* height: 100% !important; */
    height: calc(100% - 125px - 75px) !important;
}

.StageContainer .VideosContainer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;

    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.StageContainer .VideosContainer .VideoWrapper{
    border-radius: 5px;
    background-color: #2a2a2a;
    margin: 2px;

    display: inline-block;
    position: relative;
    vertical-align: middle;
    align-self: center;
}
.StageContainer .VideosContainer .VideoWrapper .callerID{
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 98%;
    text-align: left;
    color: #cccccc;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-size: 100%;
    overflow: hidden;
    z-index: 999;
}
.StageContainer .VideosContainer .VideoWrapper .Actions{
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    color: #cccccc;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-size: 100%;
    z-index: 999;
}
.StageContainer .VideosContainer VIDEO{
    border: 1px solid transparent;
    border-radius: 7px;
    object-fit: contain;
    background-color: #2a2a2a;
    z-index: 998;

    box-sizing: border-box;
    width: 100%;
    height: 100%;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.PreviewContainer{
    text-align: center;
    height: 80px;
    width: 100%; /* Gets overwritted */
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    z-index: 99;
}
.PreviewContainer_FS{
    position: fixed;
    top: 35px;
}
.PreviewContainer VIDEO{
    margin-left: 5px;
    border-radius: 5px;
    background-color: #2a2a2a;
    height: 100%;
}

.CallControl{
    z-index: 99999;
    margin-top:10px;
}
.CallControl_FS{
    position:fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 65px;
    padding-top: 10px;
    background-image: linear-gradient(transparent, black);
}

.canvas-container{
    display: inline-block;
}

.callStatus {
    background-color: #333333;
    border-radius: 50px;
    padding: 5px;
    padding-left: 15px;
    text-align: left;
}

.answerButton{
    background-color: #059609;
    border: 1px solid #055d05;
    padding-left: 15px;
    padding-right: 15px;
}
.answerButton:hover {
    background-color: #0aa80f;
    border: 1px solid #055d05;
}

.answerButton:active {
    background-color: #017a05;
}

.hangupButton {
    background-color: #dc0000;
    border: 1px solid #870000;
    padding-left: 15px;
    padding-right: 15px;
}
.hangupButton:hover {
    background-color: #ff1b1b;
    border: 1px solid #870000;
}

.hangupButton:active {
    background-color: #d80000;
}

.dotOnline {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotOnline:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #3fbd3f;
}

.dotOffline {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotOffline:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #666666;
}

.dotRinging {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotRinging:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #ff7300;
}

.dotInUse {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotInUse:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #ff0000;
}

.dotDoNotDisturb {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotDoNotDisturb:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #ff6600;
}

.dotReady {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotReady:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #3fbd3f;
}

.dotOnHold {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotOnHold:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #99fd99;
}

.dotFailed {
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dotFailed:before {
    content: "\f1eb";
    font-family: FontAwesome;
    color: #c70000;
}

.missedNotifyer {
    background-color: #ff0000;
    border: 1px solid #640000;
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 20px;
    color: #FFFFFF;
    min-width: 0px;
    padding: 0px;
    right: 2px;
    top: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 0px;
    text-align: center;
}


.startDragDrop {
    outline: 2px dashed #184369;
}

.progressBarContainer {
    border: 1px solid #787878;
    width: 250px;
    height: 10px;
    background-color: #fafafa;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.progressBarTrack {
    background-color: #19cc19;
    width: 0%;
    height: 10px;
    box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.5);
}

.audioStats {
    padding:10px;
    overflow: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-color: #222222;
    z-index: 99999999;
}
.audioStatsSet{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.audioGraph {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 10px;

    margin-left: auto;
    margin-right: auto;
}

.buddyProfilePic {
    display: block;
    width: 150px;
    height: 150px;
    border: 10px solid #FFFFFF;
    border-radius: 200px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center;
    margin-top: 10px;
    background-color: #F3F3F3;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.ProfileTextLarge {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 22px;
}

.ProfileTextMedium {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 16px;
}

.ProfileTextSmall {
    font-size: 11px;
    color: #4c4c4c;
    line-height: 12px;
}

.ConferenceParticipant {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 240px;
    padding: 10px;
    box-sizing: content-box;
    vertical-align: top;
    height: 37px;
    font-size: 14px;
    color: #4c4c4c;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}

.ConferenceParticipant .Talking {
    border: 3px solid green;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-color: #CCCCCC;
    box-shadow: 1px 1px 5px rgba(0,255,0,0.25);
    float: left;
    margin-right: 10px;
}

.ConferenceParticipant .NotTalking {
    border: 3px solid white;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-color: #CCCCCC;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    float: left;
    margin-right: 10px;
}

.FlagCall {
    color: orange;
    font-size: 18px;
    vertical-align: text-top;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.SendingMessage {
    font-size: 13px;
}
.SentMessage {
    color: #0099c7;
    font-size: 13px;
}
.FailedMessage {
    color: red;
    font-size: 13px;
}
.DeliveredMessage {
    color: #0099c7;
    font-size: 13px;
}
.CompletedMessage {
    color: #0a9c11;
    font-size: 13px;
}

/* Tags */
.tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.tags li {
    user-select: none;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-left: 0px;
    margin-right: 2px;
    color: #333333;
    border: 1px solid #888888;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 0px;
    padding-left: 2px;
    padding-right: 5px;
    line-height: 18px;
    font-size: 12px;
    cursor: pointer;
}
.tags li:hover::before {
    content: "\f1f8";
}
.tags li::before {
    content: "\f02b";
    font-family: FontAwesome;
    width: 16px;
    display: inline-block;
    line-height: 16px;
    height: 16px;
    vertical-align: middle;
    text-align: center;
}
.tags input[type=text]{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    line-height: initial;
    color: #333333;
    border: none;
    width: 60px;
}
.tags .tagText:hover::before{
    content: "\f067";
}
.tags .tagText::before{
    content: "\f067";
}
.cdrTag{
    margin-right: 10px;
}
.cdrTag::before {
    content: "\f02b";
    font-family: FontAwesome;
    width: 16px;
    display: inline-block;
    line-height: 16px;
    height: 16px;
    vertical-align: middle;
    text-align: center;
}

.messageReadMore{
    text-align: left;
    font-size: 12px;
}
.messageReadMore span{
    text-decoration: underline;
    color: #0061c7;
}

.cdrComment{
    font-size: 12px !important;
    color: #444444 !important;
    line-height: initial !important;
    text-align: left;
}
.cdrComment input[type=text]{
    font-size: 12px !important;
    color: #444444 !important;
    background-color: #FFFFFF;
    border: none !important;
    line-height: initial !important;
    box-sizing: border-box;
    width:100%;
    border-radius: 3px;
    padding: 3px;
}

.inCallButtons{
    width: 45px !important;
    height: 45px !important;
    font-size: 20px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dialTextInput{
    font-size: 20px;
    color: #CCCCCC;
    text-align: center;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #404040;
    background-color: transparent;
    outline-style: none;
}
.dialButtons{
    font-size: 18px; 
    border: none;
    color: #CCCCCC;
    background-color: #404040;
    border-radius: 100px;
    width:50px;
    height:50px;
}
.dialButtons:hover{
    color: #f3f3f3;
    background-color: #333333;
}
.dialButtons:active{
    color: #cccccc;
    background-color: #222222;
}
.dialButtons:disabled{
    color: #666666;
}
.dialButtons:disabled:hover{
    color: #666666;
    background-color: transparent;
    border: none;
}
.dialButtons div{
    font-size: 24px;
    line-height: 9px;
    margin: 0px;
    margin-top: 7px;
    padding: 0px;
}
.dialButtons span{
    color: #999999;
    font-size: 9px;
    line-height: 9px;
    margin: 0px;
    padding: 0px;
}



.timelineMessage{
    margin-left: 20%;
    color: #F3F3F3;
    border-left: 3px solid #3c5e82;
}
.timelineMessageDot{
    position: relative;
    left: -6.5px;
    color: #3c5e82;
}
.timelineMessageArea{
    color: #F3F3F3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.timelineMessageDate{
    color: #d0d0d0;
    font-size: 12px;
}
.timelineMessageText{
    color: #bdbdbd;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    margin-left: 10px;
}