@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf'),url('../fonts/OpenSans-Bold.ttf');
    font-display: swap;
}

@-webkit-keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

/**** Bootstrap changes start ***/
button, button:focus {
    outline: none!important;
}

.btn-primary:not(.btn_special), .btn-success:not(.btn_special), .btn-warning{
    color: var(--color8);
    background-color: var(--color1);
    border: 1px solid transparent;
}

.btn-default:not(.btn_special), .btn-danger:not(.btn_special) {
    background-color: var(--color7)!important;
    color: var(--color5)!important;;
    border-color: transparent;
}

.btn-primary:not(.btn_special):hover,  .btn-success:not(.btn_special):hover,  .btn-warning:hover{
    background-color: var(--color2);
    border-color: transparent;
}

.btn-default:not(.btn_special):hover, .btn-danger:not(.btn_special):hover {
    background-color: var(--color6)!important;
    border-color: transparent;
}

.btn-primary:not(.btn_special).disabled, .btn-primary:not(.btn_special)[disabled], fieldset[disabled] .btn-primary:not(.btn_special), .btn-primary:not(.btn_special).disabled:hover, .btn-primary:not(.btn_special)[disabled]:hover, fieldset[disabled] .btn-primary:not(.btn_special):hover, .btn-primary:not(.btn_special).disabled:focus, .btn-primary:not(.btn_special)[disabled]:focus, fieldset[disabled] .btn-primary:not(.btn_special):focus, .btn-primary:not(.btn_special).disabled:active, .btn-primary:not(.btn_special)[disabled]:active, fieldset[disabled] .btn-primary:not(.btn_special):active, .btn-primary:not(.btn_special).disabled.active, .btn-primary:not(.btn_special).active[disabled], fieldset[disabled] .btn-primary:not(.btn_special).active ,
.btn-success:not(.btn_special).disabled, .btn-success:not(.btn_special)[disabled], fieldset[disabled] .btn-success:not(.btn_special), .btn-success:not(.btn_special).disabled:hover, .btn-success:not(.btn_special)[disabled]:hover, fieldset[disabled] .btn-success:not(.btn_special):hover, .btn-success:not(.btn_special).disabled:focus, .btn-success:not(.btn_special)[disabled]:focus, fieldset[disabled] .btn-success:not(.btn_special):focus, .btn-success:not(.btn_special).disabled:active, .btn-success:not(.btn_special)[disabled]:active, fieldset[disabled] .btn-success:not(.btn_special):active, .btn-success:not(.btn_special).disabled.active, .btn-success:not(.btn_special).active[disabled], fieldset[disabled] .btn-success:not(.btn_special).active,
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: var(--color7);
    border: 1px solid var(--color10)!important;
    color: var(--color10);
}

/*#publish_button.disabled, #publish_button[disabled] {
    opacity:1;
}*/


.btn-primary:not(.btn_special):focus, .btn-primary:not(.btn_special):active, .btn-primary:not(.btn_special).active, .open .dropdown-toggle.btn-primary:not(.btn_special) ,
.btn-success:not(.btn_special):focus, .btn-success:not(.btn_special):active, .btn-success:not(.btn_special).active, .open .dropdown-toggle.btn-success:not(.btn_special) ,
.btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: var(--color1);
}

.btn-danger:not(.btn_special):focus, .btn-danger:not(.btn_special):active, .btn-danger:not(.btn_special).active, .open .dropdown-toggle:not(.btn_special).btn-danger,
.btn-default:not(.btn_special):focus, .btn-default:not(.btn_special):active, .btn-default:not(.btn_special).active, .open .dropdown-toggle:not(.btn_special).btn-default {
    background-color: var(--color1);
}
/*
.btn_special.disabled, .btn_special[disabled], fieldset[disabled] .btn_special, .btn_special.disabled:hover, .btn_special[disabled]:hover, fieldset[disabled] .btn_special:hover, .btn_special.disabled:focus, .btn_special[disabled]:focus, fieldset[disabled] .btn_special:focus, .btn_special.disabled:active, .btn_special[disabled]:active, fieldset[disabled] .btn_special:active, .btn_special.disabled.active, .btn_special.active[disabled], fieldset[disabled] .btn_special.active ,
.btn_special:focus, .btn_special:active, .btn_special.active, .open .dropdown-toggle.btn_special ,
.btn_special, .btn_special:hover {
 keep color for users and groups buttons
    color: initial;
    background-color: initial;
    border: initial;
}*/


.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    height: 28px;
    line-height: 24px;
    min-width: 28px;
}
.pager .next>a, .pager .next>span {
    float:none;
}
.pager .previous>a, .pager .previous>span {
    float:none;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    border: solid 1px var(--color1)!important;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
ul.yiiPager a:link {
   color: var(--color1)!important; 
}
ul.yiiPager .selected a {
    background: var(--color1)!important;
    color: var(--color3)!important;
}


.closet {
    font-size: 20px;
    background-color: transparent;
    border-color: transparent;
    float: right;
}




.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: var(--color5);
    opacity: 1;
}

.close:hover,.close:focus {
    color: var(--color5);
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.close .customsvg {
    height:16px;
    stroke: var(--color5);
}

/*
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}*/

/**** Bootstrap changes end ***/


/**** Template copied from main  ***/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1);
    color: var(--color3);
    opacity: 0.6;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
    background-color: var(--color1);
    opacity: 0.6;
}

.groups {
    background-color: var(--color1);
}

.dynamicgroups {
    background-color: var(--color1);
}

.dynamicgroups .dynamicgroups_label {
    background-color: var(--color1);
    color: var(--color3);
}

.dynamicgroups .dynamicgroups_label:hover, .dynamicgroups .dynamicgroups_label:focus, .dynamicgroups .dynamicgroups_label:visited {
    color: var(--color3);
}

#divx {
    background-color: var(--color3);
    border-top:1px solid var(--color11);
}

.bar {
    background-color: var(--color1);
}

.border-bar {
    border: 1px solid var(--color1);
}

.logo-img path {
    fill: var(--color9);
}

.listpictures {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--color1);
}

.listpictures a,  .listpictures a:hover{
    color: var(--color3);
}

.listpictures span {
    color: var(--color3);
}

.groups .groups_label {
    background-color: var(--color1);
    color: var(--color3);
    width: calc(100% - 45px);
}

.ucoipbarbuttons:hover {
    cursor: pointer;
}

.deletefile {
    background-color: #ff1a1a;
    color: var(--color3);
    opacity: 0.1;
}

.deletefile:hover {
    background-color: #ff1a1a;
    color: var(--color3);
    opacity: 1;
}

.deletefile:focus {
    background-color: #ff1a1a;
    color: var(--color3);
}

.selectfile {
    background-color: #3399ff;
    color: var(--color3);
    opacity: 0.1;
}

.selectfile:hover {
    background-color: #3399ff;
    color: var(--color3);
    opacity: 1;
}

.album {
    background-color: var(--color1);
    color: var(--color3);
}

.arrow-button {
    color: var(--color1)! important;
}

.groups .groups_label:hover, .groups .groups_label:focus, .groups .groups_label:visited {
    color: var(--color3);
}

.colorchat-buttons {
    color: var(--color3)! important;
}

.chat-pannel {
    background-color: var(--color1)! important;
}

.buttoncoloruser {
    background-color: var(--color1);
    color: var(--color3);
}
.ucoipbar_btn_top {
    /*border: 1px solid <?php echo $layout_config['header']['bgcolor'] ?>;*/
    padding-top: 2px;
    padding-bottom: 2px;
    text-align:center;
    background-color:var(--color1)!important ;
    color: var(--color3);
}

.ucoipbar_btn_bottom {
    /*border: 1px solid <?php echo $layout_config['header']['bgcolor'] ?>;*/
    padding-top: 2px;
    padding-bottom: 4px;
    text-align:center;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    font-weight:bold;
    width: 100%;
}
.editComment {
    border: solid 1px var(--color1);
}
.ucoipbar_btn {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align:center;
    background-color:var(--color1)! important ;
}
.ucoipbar_btn_unselected {
    background-color:var(--color7)! important;
    color: var(--color1)!important;
    fill: var(--color1);
    stroke: var(--color1);
}
.ucoipbar_btn_selected {
    color: var(--color3);
    fill: var(--color3);
    stroke: var(--color3);
}

.ucoipbar_labels {
    margin-top:5px;
    font-weight: bold;
}
.ucoipbar_labels>i {
    margin-right:8px;
    font-size: 1.2em;
}

.ucoipbar_labels_padding {
    padding:5px 10px 5px 10px;
}


/*
 Circle inside other
*/
#outer-circle {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: relative;
}
#inner-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid white;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -6px 0px 0px -6px;
}



.active .tabpar, #dynamicgroups-area .dropdown-menu>li>a, #groupoptions li>a, #videoconfoptions li>a {
    fill: var(--color1)! important;
    color: var(--color1)! important;
}
                    
.tabpar0 {
    fill: var(--color1)! important;
}

.tabpar1 {
    background-color: var(--color1)! important;
    fill: var(--color3);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 32px;
    position: relative;
    margin-top: -32px;
    cursor: pointer;
}

.plusdiv {
    position: relative;
    top: -10px;
    color: var(--color1)! important;
    cursor: pointer;
}
                
#updateFeedBtn {
    color: var(--color1);
    border-color: var(--color1) ;
}

.cht_hist {
    color : var(--color1)! important;
}

.chtEmo {
    color : var(--color1)! important;
}

.chtfileTran {
    color : var(--color1)! important;
}

#arrowbox:after {
    background-color: var(--color1) ;
}

.headerbgcolor {
    color: var(--color1)! important ;
}

.backg {
    background-color: var(--color1)! important ;
}

.newsfeed > .panel-footer > .comments > .list-view > .items > .comment > .media-body > .list-view {
    border-left: 2px solid var(--color1)! important;
    left: 32px;
    position: relative;
}

.newsfeed > .panel-footer > .comments > .list-view > .items > .comment > .media-body > .list-view > .items > .comment > .media-body > .items > .comment-actions > .btn-group {
    right :46px;
}

.btn-sm.highlightPostBtn .fa-thumb-tack {
    color: var(--color1) ;
}

 #buttininp {
    position: relative;
    float: right;
    top: -34px;
    height: 34px;
    border-style: none;
    background-color: var(--color1)  ;
}

.crossininp {
    position: relative;
    float: right;
    bottom: -4px;
    color: var(--color3);
}

.pxcustom {
    color:var(--color3);
    background: var(--color1) ! important;
    border-radius: 0px 9px 9px 0px;
}

.pxcustom .btn-primary {
    background-color: var(--color1) ! important;
}

#mailautoreplyswitch + .toggle-group > .btn-primary {
    background-color: var(--color1) ! important;
}


.postfeed_uploadpic {
    color: var(--color1) ! important;
}

.datepicker-months .table-condensed tbody tr td .month.active {
     background-color: var(--color1) ! important;
}

#lstGrpsNewsFeed {
    text-overflow: ellipsis-word;
    color : var(--color1) ! important;
}

#dropdown-menu_post li .selectedA {
    color : var(--color1) ;
}

.newpostbutton.active {
    color : var(--color1) ;
}

.ui-autocomplete.ui-menu {
    color : var(--color1);
    border: .8px solid #ccc;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width : 245px;
    position: fixed;
}

.events_position_line {
    color : var(--color1);
    border-bottom: 1px solid var(--color1);
    width: 100%;
    height: 10px;
    text-align: center;
}

.events_position_day {
    background-color: var(--color3);
    color: #000000;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}

.mentions-input .highlighter-content strong {
    background-color: var(--color1);
}

.more_options {
    color : var(--color1);
}

.user_search {
    border: ridge;
    height: 40px !important;
    margin-top: 0px;
    border-color: #f9f9f9;
    border-right: none;
}


.user_search_symbol {
    display: inherit;
    position: inherit;
    height: 39px !important;
    float: right;
    margin-right: -4px;
    margin-top: -39.5px;
    padding-top: 11px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top: none;
    border-bottom: none;
    background: #565050;
    color: var(--color3);
}

.pagination span.active {
    background-color: var(--color1);
    color: white;
    border: 1px solid var(--color1);
}

.toggle_file_type {
    color: var(--color1);
}

.layoutColor {
    color: var(--color1)!important;
}

.highlightedPost {
    border-color: var(--color1)!important;
}

.birtday_reminder {
    background-color: var(--color1)!important;
}

@-moz-document url-prefix() {
    .chtEmo+.popover.left {
        padding-top: 2px;
    }
}



/**** Template end ***/









.svgs_on_lists .customsvg{
    stroke: var(--color1);
    fill: var(--color1); 
    height:14px;
}

.users_container {
    line-height: 25px;
    margin-top: 10px;
}

.users_container_span {
    margin-left: 8px;
    display: inline-grid;
}

.users_container_names {
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    text-align: center;
}


.scheduled_viewer_names {
    white-space: nowrap;
    font-size: 10px;
    text-align: left;
    margin-left:6px;
}

.attendees_viewer {
    width:130px;
    float:left;
}

.attendees_viewer_names {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    text-align: left;
    margin-left:6px;
}

.form-title {
    font-weight: bold;
    font-size: 130%;
    margin-left: 1px;
    display: inline-block;
    margin-bottom: 5px;
}

.poll-options {
    width: 100%;
    display: inline-block;
}

.poll {
    padding: 10px;
    margin-bottom:10px;
    display: inline-block;
    width: 100%;
}

.formPic {
    display: inline-block;
    position: absolute;
    right: 0px;
}

.formPic .btn {
    font-size: 20px;
    padding-right: 0px;
    color: #333;
    background-color: var(--color3);
    height: 16px;
    border-radius: 50%;
    width: 17px;
}

.formPic .btn .fa {
    position: absolute;
    left: 0px;
    top: 0px;
}

.poll-separator {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.deleteOption {
    display: none;
}

.tableFixed {
    table-layout: fixed;
}

.table_list>tbody>tr:hover {
    background-color:#f5f5f5;
}
.table_list>tbody>tr>td {
    border-top: none!important;
}

.table_list_buttons {
    vertical-align: middle!important;
}

.table_list_buttons .switchbtn {
    vertical-align: middle;
}


.formMiniTable .formHide {
    display: none;
}

.welcome_buttons {
    width: 240px;
    float: left;
}

#welcome_add_button {
    font-size: 31px;
    position: relative;
    color: var(--color1)! important;
    cursor: pointer;
    line-height: 1;
}

.welcome_remove_button, .web_page_remove_button {
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.web_page_remove_button {
    margin-left: 5px;
    display: inline-block;
}

#add_web_page {
    display: inline-flex;
    font-size: 25px;
    color: var(--color1)! important;
    cursor: pointer;
    vertical-align: middle;
}

.highlightPostBtn {
    font-size: 15px;
    padding: 3px 10px;
    vertical-align: top;
}

#newsfeed .highlightPostBtn, .newsfeed .highlightPostBtn {
    float: right;
    bottom: 3px;
    position: relative;
}

#newsfeed .highlightPostBtn.layoutColor, .newsfeed .highlightPostBtn.layoutColor, .panel-newsfeed-message .btn-sm.highlightPostBtn, .btn.newsfeed_btn.btn-default.btn-sm highlightPostBtn{
    float: unset !important;
    bottom: unset !important;
    position: unset !important;
}

.highlightedPost .newsfeed-actions {
    position: relative;
    left: 35px;
}

.highlightPostBtn .fa-thumb-tack, #form-setHighlight .fa-thumb-tack {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-sm.highlightPostBtn .fa-thumb-tack {
    font-size: 18px;
}

#newsfeed-form .newsfeed_btn .fa-thumb-tack {
    color:#bbb;
}

newsfeed-actions {
    font-size: 1.5em;    
}
.newsfeed-actions .fa-angle-down {
    font-size: 1.5em;
    color: darkgrey;
}

.webpage .fileinput-preview img {
    width: 25px;
    border-radius: 50%;
    height: 25px;
}

.carousel-control.right {
    width: 45px;
    right: 385px;
}

.carousel-control.left {
    width: 45px;
    left: 15px;
}

.form-horizontal .control-label {
    text-align: left;
}

#mainArea .navbar-nav.navbar-right>li {
    display: inline-block;
    float: none;
}

#folder_picture_uploader .jcrop-keymgr, #icon_picture_uploader .jcrop-keymgr {
    display: none!important;
}

.linkThumbnail, .folderThumbnail {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.linkThumbnail img, .folderThumbnail img {
    width:100%;
    height: auto;
}

.ucoipbar_btn_top {
    cursor:pointer;
    /*font-size: initial;*/
    border-radius: 4px;
    text-decoration: none;
    width:100%;
}

.ucoipbar_btn_unselected .customsvg{
    stroke: var(--color1);
    fill: var(--color1);
}
.ucoipbar_btn_selected .customsvg{
    stroke: var(--color3);
    fill: var(--color3);
}

.phone_disabled {
    color: gray!important;
}

.phone_disabled  hr {
    border-top: 2px solid gray!important;
}

.callAlert {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
    box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
}

#VideoConf_Upcoming, #VideoConf_Prev {
    border-radius: 4px 4px 0px 0px;
    height: 24px;
    line-height: 24px;
    color: var(--color5);
    text-align: center;
}

.VideoConfs_selected {
    background-color: var(--color3);
    border: 1px solid var(--color7);
    border-bottom: none;
}

.VideoConfs_unselected {
    background-color: var(--color6);
}

#VideoConf_Upcoming .customsvg, #VideoConf_Prev .customsvg {
    height:15px;
}

.VideoConfs_Options {
    margin-top: 13px;
    height:24px;
    border-bottom: 1px solid var(--color7);
}

.VideoConfs_Options .alert {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
    box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
    line-height: initial;
}


#videoconfoptions  {
    top: 36px;
    right: -4px;
    left: initial;
}

#videoconfoptions:before {
    right:69px;
}

#videoconfoptions:after {
    right:70px;
}

#videoconfoptions2  {
    top: 36px;
    right: -4px;
    left: initial;
}

#videoconfoptions2:before {
    right:36px;
}

#videoconfoptions2:after {
    right:37px;
}

#general_advanced_settings input {
    min-width: 69px;
}

.ellipsis-anim span {
    opacity: 0;
    -webkit-animation: ellipsis-dot 1s infinite;
    animation: ellipsis-dot 1s infinite;
}

.ellipsis-anim span:nth-child(1) {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.ellipsis-anim span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ellipsis-anim span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#profile_box {
    width: 390px;
    height: 188px;
    top: 50px;
    right: 38px;
    border-radius: 30px;
    background-color: #e9eaed;
    position: absolute;
    box-shadow: 0 0 10px #888;
    display:none;
}

#videoConfs-area .panel-default {
    background-color: transparent;
    border-style: none;
    height: auto;
    margin-top: 20px;
}

#videoConfs-area .panel-heading {
    background-color: transparent;
    border-style: none;
    height: auto;
    padding: 0px 3px 0px 3px;
}

#videoConfs-area .panel-body {
    padding-top: 5px;
    background-color: var(--color3);
    padding-left: 0px;
    padding-right: 0px;
}

.vConfRow:hover {
    background-color: var(--color6)!important;
}
.vConfRow td {
    border-top:none!important;
}

.vConfRow #svg_video_full {
    fill: var(--color1);
    stroke: var(--color1);
    height:14px;
}

.history_label {
    /*font-weight: bold;*/
}

.history_owner {
    color:var(--color1);
    font-size: 9px;
}

/*.viewEventOptions {
    float:right;
    position:relative;*/
    /*border-radius: 50%;*/
    /*background-color: rgb(51, 51, 51);*/
  /*  font-size: 14px;
    vertical-align: middle;
    text-align: center;
}*/

/*.viewEventOptions > span {
    cursor: pointer;
    color: var(--color3);
    display: table-cell;
    padding: 6px 7px 6px 7px;
    font-size: 13px;
}

.viewEventOptions > i {
    position: relative;
}*/

.vConfTimeIcon .flaticon-time:before, .vConfTimeIcon .flaticon-time:before, .vConfTimeIcon .flaticon-time:after, .vConfTimeIcon .flaticon-time:after {
    font-size: 13px!important;
}

#seeEvent td, #seeEvent th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*#label_seeEvent {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 100px);
    display: inline-block;
    padding-top: 2px;
}*/

#events .dropdown-menu {
    right: auto;
    text-align: right;
    width: auto;
    left: 44px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 9px;
}

#events .dropdown-menu > a {
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333;
    line-height: 1;
}

.ui-autocomplete.ui-menu {
    z-index: 2000;
}

#event_date, #event_enddate, #event_starttime, #event_endtime,
#authhist_startdate, #authhist_enddate, #authhist_starttime, #authhist_endtime, #event_date_ooo, #event_enddate_ooo {
    width: 160px;
    float: left;
    margin-right: 4px;
}

.eventCalendar {
    position: absolute;
    font-size: 19px;
    line-height: 1.9;
    cursor: pointer;
    right: 12px;
    margin-top: -2px;
}

.eventClock {
    position: absolute;
    font-size: 19px;
    line-height: 1.9;
    cursor: pointer;
    right: 12px;
    margin-top: -2px;
}

.eventCalendar .clockpicker-align-right.popover>.arrow, .eventClock .clockpicker-align-right.popover>.arrow {
    right: 8px;
}

.eventClock .flaticon-time:before {
    margin-left: 0px;
}

.clockpicker-popover {
    z-index: 2000;
}

.eventTime {
    width: 32%;
    min-width: 66px;
    float: left;
    margin-right: 5px;
}

#events .alert {
    position: absolute;
    z-index: 1;
    width: calc(100% - 55px);
}

.eventClock svg , .eventCalendar svg {
    height: 16px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

/*#addEvent {
    border-color: gray;
    min-width: 93px;
}*/

.dropdown-item.addEventItem {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 7px 7px 7px 7px;
}

.eventDate {
    float:right;
}

.eventManageBtn {
    border-style: none;
    color: black;
}

.eventManageBtn:hover, .eventManageBtn:active .eventManageBtn:active, .eventManageBtn.active, .open .dropdown-toggle.btn-default.eventManageBtn {
    /*box-shadow: none;
    background-color: transparent;
    color: #525252!important;*/
}

.calendar_events_row:hover{
    background-color: #f5f5f5;    
}

.eventManageBtn .customsvg {
    height:18px;
}

.eventManageBtn #svg_videoconf {
    stroke:var(--color1);
}
.eventManageBtn #svg_calendarevent {
    stroke:inherit;
    height:18px;
}
#svg_aniversary {
    stroke:#FBB03B;
    height:18px;
}


.eli1{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;

}

#cc_refresh {
    font-size:1.5em;
    cursor:pointer;
}

.cc_box {
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
    position: relative;
    border-radius: 5px;
    text-align: center;
}

.cc_box span {
    font-weight: bold;
}

.cc_box1 {
    background-image: linear-gradient( 135deg, #00FF00 10%, #00b300 100%);
}

.cc_box2 {
    background-image: linear-gradient( 135deg, #FF9999 10%, #FF4D4D 100%);
}

.cc_box3 {
    background-image: linear-gradient( 135deg, #FFEB99 10%, #FFCC00 100%);
}

#updateFeedBtn {
    border: none;
    outline:none;
    min-width: 120px;
    position: fixed;
    z-index: 1;
    bottom: calc(100% - 100px);
    background-color: whitesmoke;
    border-style: none;
    border-radius: 10px;
    display: none;
    -webkit-box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
    box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.33);
}

#seecontact_photo2 {
    margin-left: 145px;
}

.profilepicture {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 12px 0px 0px 0px;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav {
    margin: 0;
}

.social-media-nav {
    float: left;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 12px;
}

.social-media-nav img {
    width: 25px;
}

.social_position{
    position: inherit;
    margin: auto;
}

.img-personal-box {
    border-radius: 50%;
}

.img-personal-box-avatar {
    border-radius: 50%;
    width: 96px; 
    position: absolute;
    margin-top: -44px;
}

#personal th {
    vertical-align:top !important;
}

#layout .paint_box {
    width:36px;
    height: 36px;
    position: relative;
    loat: left;
    utline: none;   
}

#layout .paintbrush_box {
    /*width: 44px;
    height: 44px;
    margin-top: -4px;
    border-radius: 11px;*/
    cursor:pointer;
    outline:none;
    /*border: none;
    background: none;*/
}

#layout .paint_box input::-webkit-color-swatch {
    border: none;
    border-radius: 9px;
    padding: 0;
}

#layout .paint_box input::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 9px;
    padding: 0;
}

#layout .paint_box input[type="color"] {
    -webkit-appearance: none;
    border: none;
    background: none;
    width: 33px;
    height: 32px;
    top: -1px;
    position: relative;
    border-radius: 9px;
}

.pagination {
    display: block;
    cursor: pointer;
}

#nav_pagination .mobile_pag .dropdown-menu {
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0px;
    top: 150%;
    min-width: 95px !important;
}

.mobile_pag .dropdown-toggle:after {
    content: '\25BE';
    position: relative;
    left: 5px;
    pointer-events: none;
}

.mobile_pag .dropdown {
    margin-top: 12px;
}

.mobile_pag .dropdown #menu1 {
    border-radius: 0px;
}

.mobile_pag .btn {
    padding: 8px 16px 7px 16px;
    margin-bottom: 4.6px;
}

.pagination li.active {
    background-color: #FF8C00;
    color: var(--color3);
    border: 1px solid #FF8C00;
}

.pagination .pages {
    padding: 8px 15px;
    border: 1px solid #ddd;
}

.pagination .pag_back, .pagination .pag_next {
    color: black;
    padding: 8px 16px;
    border: 1px solid #ddd;
    margin-top: 12px;
    margin-bottom: 12px;
}

.pagination .pag_back:hover:not(.active), .pagination .pag_next:hover:not(.active) {
    background-color: #ddd;
}

.reticence_before {
    background-color: unset !important;
    pointer-events: none;
    cursor: auto !important;
    border:none;
    display:none;
    padding: 8px 3px 8px 3px;
}

.reticence_after {
    background-color: unset !important;
    pointer-events: none;
    cursor: auto !important;
    border:none;
    display:none;
    padding: 8px 5px 8px 3px;
}
                
.permission_table {
    display: inline-block;
    min-width: -webkit-fill-available;
}

.permission_table_scroll {
    margin-top: 20px;
    max-width: 100%;
    display: inherit;
    overflow-y: hidden;
}

.saveicon_desktop {
    margin-top: 2px;
    width: 19px;
    margin-left: 8px;
}

.associate_users {
    height: 35px;
    width: 33px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: -1px;
}

.associate_check {
    background-color: var(--color3);
    margin-left: -4px;
    width: 20px;
    border-radius: 50%;
}

.linecolor {
    position: absolute; 
    padding-top: 1%;   
    padding-left: 12px;
    cursor:pointer;
    height: 15px;
    padding-bottom: 0px;
}

.subcomment_line {
    border-left: 6px solid green;
}

.group_btn_sub {
    right: 0px !important;
}

.event_panel {
    padding-top:0px;
    padding-bottom: 23px;
    min-height: 118px;
    max-height: 310px;
    margin-bottom: 10px;
}

.event_info {
    padding-bottom: 10px;
}

.events_information {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

#events #datepicker #year, #events #datepicker #month {
    color: var(--color1);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap; 
    display:inline-block; 
    margin-bottom:23px; 
    float: left;
}
#events #datepicker #year {
    margin-left: 5px;
}

#events #nmonth,#events #pmonth {
    float:right;cursor:pointer; display:inline-block; margin-right:5px; padding-left: 6px;
}
#events #pmonth .customsvg,#events #nmonth .customsvg {
    transform: rotate(45deg);
    stroke:var(--color1);
    fill: var(--color1);
}

#events #spinner {
    margin-top:20px;
    height:20px; width:20px
}


#events_month {
    min-height: 151px;
}

.birthday_cake {
    position: relative;
    top:4.4px;
}

.panel .panel-heading {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0px 10px;
}

.photo_sel {
    margin-left: -2px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
}

.photo_del {
    margin-left: 3px;
    font-size: 12px;
}

#followme_selectable {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 250px;
}
#followme_selectable li {
    cursor: move;
}
.panel .panel-body .actions {
    margin-bottom: 10px;
}


.panel.panel-nopad .panel-body {
    padding: 0;
}

.panel .panel-heading .panel-heading-buttons {
    float: right;
}

.panel .panel-links {
    margin-top: 10px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(34, 85, 106, 0.15);
}

.samba tr {
    border-style:hidden;
}

.breadcrumb {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 7px;
}

hr {
    margin-bottom: 10px;
}

.tooltip {
    font-size: 10px!important;
    position: fixed;
}

body {
    font-family: Open Sans,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    background-color: var(--color8);
    font-size: 12px;
    color:var(--color5);
    margin: 0;
    padding: 0;
    padding-top: 56px;
}

h1, h2, h3 {
    margin: 0;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
    color: #CCC;
    font-weight: bold;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.4em;
}

.panel-heading h3 {
    font-size: 1em;
    color: var(--color5);
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
}

.panel-heading h3 span {
    font-size:1.2em;
}

a {
    color: var(--color1);
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--color1);
    text-decoration: none;
}

a:focus, .btn {
    outline: none;
    text-decoration: none;
}

a.profileLink {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#newsfeed textarea {
    resize: vertical;
    min-height: 50px;
    border: none!important;
    border-radius: 10px!important;
}
textarea:focus {
    border: none!important;
    border-radius: 10px!important;
}

header nav {
    background-color: var(--color1);
    color: var(--color3);
    min-height: 60px;
    /*box-shadow: 0px 4px 0px #bbb;*/
}

header .glyphicon {
    position: relative;
    top: 2px;
}

header a:not(.dropdown-menu-a), header a:not(.dropdown-menu-a) :hover, header a:not(.dropdown-menu-a) :visited, header a:not(.dropdown-menu-a) :focus {
    color: var(--color3);
    background-color: transparent !important;
}

#ununswercall_icon {
    top:3px;
    margin-right:15px;
}

nav.mainmenu {
    background-color: #e6e6e6;
    width: 200px;
    border-right: none;
    padding: 10px;
}

.mainmenu h3 {
    color: #999;
    text-shadow: 2px 2px 2px var(--color3);
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}


#application-form,
#bookmark-form, 
label
, .customlayout{
    color:var(--color1);
}
#application-form .form-group label, #bookmark-form .form-group label{
    margin-bottom:10px;
}
#application-form .form-group:not(:first-child) label,#bookmark-form .form-group:not(:first-child) label, .customlayout .panel-body:not(:first-child) .view_abel{
    margin-top:10px;
}

.apps {
    overflow: hidden;
    margin: 0 -4px 15px;
}

.app {
    float: left;
    position: relative;
    /* Firefox */
    width: -moz-calc(20% - 8px);
    /* WebKit */
    width: -webkit-calc(20% - 8px);
    /* Opera */
    width: -o-calc(20% - 8px);
    /* Standard */
    width: calc(20% - 8px);
    margin: 4px;
    text-align: center;
}

.see_answers {
    position: relative; 
    padding-top: 1%;
    margin-left: 5px;
    cursor:pointer;
    height: 15px;
    padding-bottom: 0px;
}

.commentanswer {
    position: relative; 
    padding-top: 1%;
    margin-left: 10px;
    cursor:pointer;
    height: 15px;
    padding-bottom: 0px;
}

@media all and (max-width: 767px) {
    .app {
        /* Firefox */
        width: -moz-calc(25% - 8px);
        /* WebKit */
        width: -webkit-calc(25% - 8px);
        /* Opera */
        width: -o-calc(25% - 8px);
        /* Standard */
        width: calc(25% - 8px);
    }
}

#logo {
    margin-bottom: 20px;
}

#menuleft {
    height: calc(100% - 55px);
    overflow: auto;
    top:55px;left:0px;width:140px; position:fixed;display:none;background-color: var(--color2);z-index:10;
}

#menuleft #menu_buttons #svg_albuns {
    height: 22px!important;
    width: 22px!important;
    margin-left: -7px!important;
}

#menuleft #svg_albuns {
    height: 28px!important;
    width: 28px!important;
    margin-left: -2px!important;
}


#menuleft::-webkit-scrollbar {
    width: 0.5em;
    visibility: hidden;
}

#menuleft::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    visibility: hidden;
}

#menuleft::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

#mailautoreply {
    display:none;
}

#login-top-form {
    position: absolute;
    right: 0px;
    top: 55px;
    width: 230px;
    background-color: var(--color1);
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 9999;
}

#login-top-form .form-group {
    margin-bottom: 5px;
}

.mCSB_container {
    margin-right: 5px;

}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    border-radius: 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    border-radius: 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    width: 18px;
}

.mCustomScrollBox > .mCSB_scrollTools {
    right: -7px;
}

.mCSB_horizontal > .mCSB_container {
    margin-bottom: 2px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    height: 10px;
}

.shortcuts {
    text-align: left;
}

.shortcuts .shortcut {
    text-align: center;
    background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat-x scroll 0 0 #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px 1em;
    padding: 15px 0;
    text-decoration: none;
    vertical-align: top;
    width: 91px;
}

.shortcuts .shortcut:hover {
    background: linear-gradient(to bottom, #FAFAFA 0%, #E1E1E1 100%) repeat-x scroll 0 0 #E8E8E8;
}

.shortcuts .shortcut .shortcut-icon {
    color: #555555;
    font-size: 2em;
    margin-bottom: 0.15em;
    margin-top: 0.25em;
    width: 100%;
}

.shortcuts .shortcut-label {
    color: #666666;
    display: block;
    font-weight: 400;
    margin-top: 0.5em;
}

.news-items {
    margin: 0;
    padding: 0;
}

@-moz-document url-prefix() {
    .news-items {
        resize: both;
        overflow: auto;
    }
    .chtEmo+.popover.left {
        padding-top: 2px;
    }
}

.panel.panel-default.notice {
    word-break: break-word;
}

.news-items .items li, .news-items>li {
    border-bottom: 1px dotted #CCCCCC;
    display: table;
    margin-bottom: 1em;
    padding: 0 0 1em;
    width: 100%;
    word-break: break-all;
}

.news-item-detail {
    display: table-cell;
}

.news-item-title {
    font-size: 1em;
    font-weight: bold;
    padding-right: 20px;
}

.news-item-preview {
    color: #555555;
    margin-bottom: 0;
    max-height: 200px;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    text-align: justify;
    word-break: break-word;
}

.news-item-preview img {
    width: 100%;
    max-width: 100%;
}

.news-item-preview .img, .feed-message .img {
    display:block;
    width:100%;
    height:40px;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat-x scroll 0 0 rgba(255, 255, 255, 0);
    bottom: 0px;
    max-width: 100%;
}

.notice-body img {
    max-width: 100%;
}

.summaryText {
    margin-bottom: 5px;
    text-align: right;

}

.poll-title {
    font-weight: bold;
    font-size: 1.2em;
}

.poll-options .progress {
    margin-bottom: 2px;
    height: 5px;
}

.poll-options p {
    margin-bottom: 2px;
}

.poll-votes {
    margin-top: 10px;
    text-align: center;
}

.input-poll-option {
    margin-bottom: 10px;
}

#profile-form-confirmation .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #EBCCD1;
    background-color: #F2DEDE;
    color: #A94442;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#profile-form .control-label {
    margin-left: -10px;
}

#profile-form, #voip-form, #email-form, #layout-form, #year, #notifications-form {
    color:#77797f;
}

#profile-form input, #voip-form input, #email-form input, #layout-form input,
#profile-form select, #voip-form select, #email-form select, #layout-form select,
#profile-form textarea, #voip-form textarea, #email-form textarea, #layout-form textarea {
    color:#77797f;
    cursor:pointer;
}

.birtday_reminder {
    text-align: center;
    color: var(--color3);
    border-color: #e9eaed;
    border-right-width: 15px;
    border-left-width: 15px;
    border-style: solid;
    font-weight: bold;
    bottom: 7px;
    height: 40px;
    line-height: 34px;
    vertical-align: middle;
    cursor: pointer;
}

#arrowbox {
    position: absolute;
    right:8px;
    height: 33px;
}

#arrowbox:after {
    content: '\25BE';
    text-align: center;
    position: relative;
    top: -34px;
    height: 34px;
    width: 35px;
    float:right;
    color: var(--color3);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: inline-block;
    line-height: 32px;
    pointer-events: none;
}

.paintbrush:after {
    content: '\f1fc';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 1.2em;
    right: -8px;
    bottom: 24px;
    color: whitesmoke;
}

.sidebar {
    background-color: #434A54;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
                
.btn-default1 {
    color: #fff;
}

.btn-default1:hover {
    color: #cecab5;
}

#questionmark {
    color: grey !important;
    font-size: 2.5em;
    margin-left: 8px;
}

.table-profile-mini th {
    background-color: #f1f1f1;
    color: #999;
}

footer {
    text-align: center;
    margin: 20px 0;
    margin-bottom: 60px;
    color: #666;
}

span.required {
    display: none;
}

.explorer_actions {
    text-align: right;
}

.explorer_actions a {
    color: #999999;
}

.explorer_actions span {
    margin-left: 5px;
}

.fileinput-preview img {
    max-width: 100%;
}

#Contact_picture .fileinput-preview img {
    max-width: 400px;
}

.absolute-text {
    position: absolute;
    top: -70px;
    font-family: "verdana";
    background: rgba(38,39,39,0.59);
    width: 100%;
    text-align: center;
    z-index: 1;
}

.tabpar {
    margin-left: 10px;
    margin-right: 10px;
}

.saveicon {
    float: right;
    margin-right: 17px;
    background-color:var(--color1)!important;
}

.fixedscroll {
    position: fixed;
    z-index: 100;
    bottom: 34px;
    right: 325px;
}

.fixedheader {
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 510px;
}

.table-perm {
    width: auto;
    position: relative;
    overflow: hidden;
    border-collapse: collapse;
}  

/*thead*/
.head-perm {
    position: relative;
    display: block; /*seperates the header from the body allowing it to be positioned*/
    overflow: visible;
}

.head-perm th {
    height: 32px;
}

.head-perm th:nth-child(1) {/*first cell in the header*/
    position: relative;
    display: block; /*seperates the first cell in the header from the header*/
}

/*Permission tbody*/
.body-perm {
    position: relative;
    display: block; /*seperates the tbody from the header*/
    height: 700px;
    overflow-y: overlay;
    overflow-x: auto;
}

.body-perm tr td:nth-child(1) {  /*the first cell in each tr*/
    position: relative;
    display: block; /*seperates the first column from the tbody*/
    height: 40px;
}

.absolutescroll {
    position: absolute;
    z-index: 100;
    bottom: 50px;
    right: 25px;
}

#users_can_chat .toggle.btn.btn-primary.ios {
    min-width: 125px;
    min-height: 34px;
}

#users_can_chat .toggle.btn.btn-default.off.ios {
    min-width: 125px;
    min-height: 34px;
}

.panel-body > .positionsave {
    bottom: 34px;
}

.fileinput-preview-button {
    position: absolute;
    bottom: 10px;
    width: 95%;
    max-height: 70px;
}

.fileinput .thumbnail {
    padding: 0;
    border: none;
    overflow: hidden;
}

.fileinput .thumbnail > img {
    max-height: none;
}

#newsfeed.list-view .pager {
    display: none;
}

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

.pagerCustomLeft li {
    text-align: center !important;
}

#newsfeed > .items > .media:first-child > hr {
    display: none;
}

#newsfeed > .items > .media:last-child {
    margin-top: 0;
    padding-bottom: 0px;
}

#newsfeed-form {
    color: #666;
}

#newsfeed-form  .fileinput .list-group-item {
    max-width: 266px;
}

.grey {
    background-color: #b2b2b2;
    border: 1px solid #999;
}

.grey:hover {
    background-color: #b2b2b2;
    border: 1px solid #999;
}

.white {
    background-color: #fff;
    border: 1px solid #999;
}

.link-info.media {
    padding-bottom: 9px;
}

.link-info.well {
    margin-top: 5px;
    margin-bottom: 0;
}

.panel-newsfeed-message {
    margin-bottom: 12px;
    border-color: var(--color4);
    border-radius: 10px;
    word-break: break-word;
    word-wrap: break-word;
}

.panel-default {
    border-radius:10px;
    border-color: var(--color4);
    box-shadow: none;
}

.panel-default>.panel-heading {
    border-color: var(--color4);   
    background-color: var(--color4);
    border-radius:6px 6px 0px 0px;
}

.highlighter {
    border-radius: 10px;
}

.panel-footer {
    border-top: none;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

#area2 {
    padding-left: 0px;
}


.attach_file_button, .feed_select_group {
    background: none;
    border: none;
    color:#555;
}
.attach_file_button:focus,.attach_file_button:hover,.attach_file_button:visited,.attach_file_button:active {
    background-color: var(--color3);
    color: #555;
}
.feed_select_group:focus,.feed_select_group:hover,.feed_select_group:visited,.feed_select_group:active {
    background: none;
    color: #555;
}

.attach_file_button > a,.attach_file_button > a:focus,.attach_file_button > a:hover,
.feed_select_group > a,.feed_select_group > a:focus,.feed_select_group > a:hover {
    color: #555;
}

.form-control {
    font-size: 1em;
    border: 1px solid #DFE2E6;
}

.panel-links {
    font-size: 0.9em;
}

.panel-newsfeed-message .panel-body {
    padding: 0;
}

.newsfeed .panel-footer {
    background-color: var(--color4);
    padding: 10px 15px 10px 18px;
}

#newsfeed-form .panel-footer {
    background-color: var(--color4);
}

.panel-newsfeed-message .panel-body textarea, .panel-newsfeed-message .panel-body textarea:focus {
    border: 0 none;
    box-shadow: none;
    padding: 10px;
    min-height: 70px;
    border: none!important;
    border-radius: 10px!important;
}

.panel-newsfeed-message .panel-footerr {
    background-color: var(--color4);
    padding: 10px;
}

.feed-message {
    margin: 0;
    position: relative;
    word-wrap: break-word;
}

.media.comment {
    padding-bottom: 0px;
}

.commentdiv {
    margin-top:10px;
}

.emotions .popover {
    left: 20px !important;
}

.chtEmo+.popover.left {
    top: calc(100% - 190px)!important;
    width: 230px!important;
    max-width: 200px!important;
    height: 126px!important;
    max-height: 200px!important;
    margin-top: 30px!important;
    left: unset!important;
    right: -15px;
    padding-top: 6px;
    padding-left: 4px;
}

.chtEmo+.popover .popover-title {
    display:none;
}

.chtEmo+.popover.left .arrow {
    right: 20px;
    top: 130px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.chtEmo+.popover.left .arrow::after {
    right: 2px;
}

.emotions .popover.bottom .arrow {
    margin-left: -107px;
}

.emotions .tooltip-inner {
    background-color: var(--color1);
}

.emotions .tooltip-arrow {
    border-top-color: var(--color1) !important;
}

.popover {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%)!important; 
  border-radius: 4px!important;
  background-color: #fff!important;
  border:none!important;
}

.popover.bottom .arrow {
    border-bottom-color: #eee!important;
}

.popovernoti .popover {
    left: -225px !important;
    width: 300px;
    /*font-size: 0.8em;*/
    top: 40px!important;
}

.popovernoti .popover-title {
    padding: 4px 9px;
}

.popovernoti .popover-content {
    padding: 0px;
    max-height: 400px;
}

.popovernoti .popover-content div.notification-message {
    color: var(--color1);
}

.popovernoti .popover-content a.profileLink {
    text-decoration: none;
    color: var(--color1);
    font-weight: bold;
}

#bell_icon .popover-content.mCustomScrollbar {
    overflow: hidden!important;
}

#notification_moderatefeeds {
    width: 64px;
    height: 64px;
    overflow: hidden;
    background-color: #E7E7E7;
    line-height: 83px;
    text-align: center;
}

#notification_moderatefeeds span {
    color: grey;
    font-size: 4em;
}

#notifications .media {
    margin-top: 0px;
}

#notifications-icon {
    font-size: 19px;
    color: grey;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.noti-types {
    width: 15%;
    min-width: 60px;
    display: inline-block;
}

.popovernoti .popover.bottom .arrow:after {
    border-bottom-color: #F7F7F7;
}

.popovernoti .popover.bottom .arrow {
    margin-left: 72px;
}

.circle-notifications {
    background-color: red;
    color: var(--color3);
    border-radius: 50%;
    min-width: 14px;
    height: 14px;
    font-size: 80%;
    line-height: 14px;
    position: absolute;
    right: 8px;
    top: 12px;
    text-align: center;
}

#ununswercall_icon .circle-notifications{
    right:-8px;
}

.circle {
    width: 27px;
    height: 27px;
    background: var(--color1);
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

.circle-emotions {
    background-color: var(--color1);
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 9px;
    line-height: 13px;
    position: absolute;
    top: -6px;
    text-align: center;
    left: 16px;
    border: 1px solid #fff;
}

.circle-emotionsnews {
    background-color: var(--color1);
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 81%;
    line-height: 14px;
    position: absolute;
    top: -6px;
    text-align: center;
    left: 16px;
    border: 1px solid #fff;
}

#search {
    position: relative;
    padding-top: 9px;
    padding-left: 11px;
}

#search label {
    position: absolute;
    left: 22px;
    top: 12px;
}

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

.dropdown-menu-cf>li>a {
    line-height: 25px!important;
    font-size: 1em;
}

.dropdown-menu-cf:before {
    position: absolute;
    top: -12px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-left: 12px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }

  .dropdown-menu-cf:after {
    position: absolute;
    top: -11px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    border-left: 11px solid transparent;
    content: '';
  }
  
  .dropdown-menu-cf {
      border:none;
  }  
  
#dropdown-menu_post {
    left: initial;
    right:0px;
}
  
#dropdown-menu_post:before {
    right:1px;
}

#dropdown-menu_post:after {
    right:2px;
}

  #profilepicture_li .dropdown-menu-cf:before {
      right:82px;
  }
  
  #profilepicture_li .dropdown-menu-cf:after {
      right:83px;
  }
  #apps_dropdown .dropdown-menu-cf:before {
    left: -19px;
    transform: rotate(-90deg);
    bottom: 26px;
    height: 12px;
    top: unset;
  }

  #apps_dropdown .dropdown-menu-cf:after {
    left: -17px;
    transform: rotate(-90deg);
    bottom: 26px;
    height: 12px;
    top: unset;
  }
  .navbar-default .dropdown-menu-cf:before {
    right:3px;
  }

  .navbar-default .dropdown-menu-cf:after {
      right:4px;
  }
  .attach_file_button .dropdown-menu-cf:before {
    left:3px!important;
  }
  .attach_file_button .dropdown-menu-cf:after {
    left:4px!important;
  }
  #dynamicgroups-area .dropdown-menu-cf:before {
    right:-18px;
    transform: rotate(90deg);
    top:19px;
  }

  #dynamicgroups-area .dropdown-menu-cf:after {
      right:-16px;
      transform: rotate(90deg);
      top:20px;
  }
 
#feedstabs {
    min-height: 24px;
    visibility: hidden;
}  
#feedstabs a, #tabs a {
    background: none!important;
    border:none;
    color: #333!important;
    padding-bottom: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    /*margin-top: 11px;*/
}
#feedstabs .active a, #tabs .active a {
    color: var(--color1)!important;
    font-weight: bold;
    border-bottom: 3px solid var(--color1);
}

#feedstabs_more_btn {
    bottom: 1px;right: 18px;
    display:none;
}
#feedstabs_more_btn .dropdown-toggle {
    height: 24px;padding-top:3px;
}
#feedstabs_more_btn .dropdown-menu {
    left: initial;
    right: initial;
    margin-top:29px;
}
#feedstabs_more_btn .dropdown-menu a .customsvg {
    fill: var(--color5)!important;
    stroke: var(--color5)!important;
}

#feedstabs_more_btn .dropdown-menu .active .customsvg {
    fill: var(--color1)!important;
    stroke: var(--color1)!important;
}

#feedstabs_more_btn .dropdown-menu .active {
    color: var(--color1)!important;
}
#feedstabs_more_btn .dropdown-menu:before {
    left: 39px;
}
#feedstabs_more_btn .dropdown-menu:after {
    left: 40px;
}

#tabs {
    max-height: 45px;
    margin-bottom: 15px;
} 

.navbar-default {
    background: none;
    border:none;
    font-size:14px;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: none;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a {
    color: var(--color5);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: var(--color5);
}


#svg_logout {
    height:16px;
    fill: var(--color3);
    stroke: var(--color3);
}

#svg_rssfeed {
    height:14px;
    fill: var(--color5);
    stroke: var(--color5);
    vertical-align: middle;
}

.notificationsLink #svg_notification {
    height:16px;
    fill: var(--color3);
    stroke: var(--color3);
    vertical-align: middle;
}

.panel-heading #svg_add {
    height:16px;
}

.panel-heading .customsvg {
    height:18px;
    fill: var(--color5);
    stroke: var(--color5);
    vertical-align: middle;
}

#menuleft .customsvg{
    height:24px;
    width:24px;
    fill: var(--color3);
    stroke: var(--color3);
    vertical-align: middle;
}

.customsvg {
    height:16px;
    fill: var(--color5);
    stroke: var(--color5);
    vertical-align: middle;
}
.customsvg .st0 {
    fill:none;
    stroke-width:4;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}


.dropdown-menu-cf .customsvg{
    height:14px!important;
    width:14px!important;
    fill: var(--color1)!important;
    stroke: var(--color1)!important;
    margin-left: -4px!important;
    margin-right: -5px!important;
    vertical-align: middle;
}

#pagenavbar .nav .customsvg {
    height:24px;
    fill: var(--color5);
    stroke: var(--color5);
    vertical-align: middle;
}


#pagenavbar .navbar-left li{
    padding-top:15px;padding-bottom: 15px;padding-left: 0px;
}

#pagenavbar .navbar-right li a{
    padding-right: 0px;
}

/*.dropdown-menu-cf svg {
    height:15px;
    fill: #3786a5;
    stroke: #3786a5;
    vertical-align: middle;
    margin-left: -2px;
}*/

.nav-tabs .customsvg {
    height:15px;
    fill: var(--color5);
    stroke: var(--color5);
    vertical-align: middle;
    margin-right:4px;
}

.nav-tabs .active .customsvg {
    fill: var(--color1);
    stroke: var(--color1);
}


.channels_tab_btns {
    float: right;margin-right: 10px;margin-top: 3px; color: var(--color1);
}

.channels_tab_btns .customsvg {
    stroke: var(--color1);
    height:16px;
}

#search>input {
    min-width: 400px;
}

#search>input::-webkit-input-placeholder {
    color:var(--color3);
    font-size: 1em;
}

#search>input::-moz-placeholder {
    color:var(--color3);
    font-size: 1em;
}


#notifications .items > .media {
    padding: 9px;
   /* border-bottom: 1px dashed rgba(0, 0, 0, 0.1);*/
}
#notifications .items > .media:hover {
    background-color: #f5f5f5;
}

#notifications .items > .media:last-child {
    margin-top: 0;
    padding-bottom: 9px;
    border: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#notifications .unread {
    background-color: rgba(0, 0, 255, 0.05);
}

#status-area .dropdown-menu > li > a {
    padding: 3px 12px;
}

#status-area_search {
    padding: 5px 10px 10px 10px;
}

#status-area_search #user_search {
    border: 1px solid var(--color11);
    border-radius: 10px;
    box-shadow: none;
    margin: 12px 0px 0;
    background-color: var(--color8);
    width: 100%;
    font-size: 90%;
    height: 26px;
}

#status-area .dropdown-menu-cf:after, #status-area .dropdown-menu-cf:before {
    display:none;
}


#status-area_search span {
    
}

#status-area_buttons {
    margin-bottom:20px;
}

#status-area_buttons .arrow-down {
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b2b2b2;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 3px;
    position: absolute;
    display: block;
}
#status-area_buttons .arrow-down:hover {
    /*border-top: 10px solid var(--color3);*/
}

#status-area_buttons .customsvg {
    height: 16px;  
}

#status-area_buttons ul {
    margin-top:10px;
}

#status-area #svg_search {
    height:14px;
}

.cc_agentstatus_mini {
    float:right;
    margin-left:10px;
}

.cc_agentstatus_mini #togglebtn {
    font-size: 1.2em;
    cursor:pointer;
}

#cc_toolbar_body {
    display: none;
}

#callcenter_toolbar{
    margin-top: 20px;
    margin-bottom: -15px;
    background-color: var(--color8);
    border: 1px solid var(--color7);
}
#callcenter_toolbar #outer-circle {
    float:left;margin-left:5px;margin-right:2px;
}
#callcenter_toolbar #outer-circle.online {
    background-color: green;
}
#callcenter_toolbar #outer-circle.paused {
    background-color: #f0ad4e!important;
}
#callcenter_toolbar #outer-circle_lbl.paused {
    color: #f0ad4e!important;
}
#callcenter_toolbar #outer-circle_lbl {
    float:left;
}
#callcenter_toolbar #outer-circle_lbl span {
    vertical-align: middle;
}
#callcenter_toolbar #outer-circle_lbl.online {
    color: green;
}
#callcenter_toolbar #outer-circle.offline {
    background-color: red;
}
#callcenter_toolbar #outer-circle_lbl.offline {
    color: red;
}
#switchagentbtn_status_label {
    float:left;
}

#switchagentbtn {
    text-align: right;width: 100%; line-height:12px;margin: 0 auto; cursor: pointer;
}

#cc_pauseagent {
    float:left;
    height:24px;padding-top: 2px;
}

#cc_pauseagent_desc {
    float:left;
    vertical-align: middle;
    line-height: 24px;
    color:red;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:180px;
}

.cc_toolbar_params {
    float: left; width: 100%; text-align: left;padding-left:10px;padding-top:5px;
    padding-bottom:5px;
}

#switchagentautologinbtn_chkbox {
    height: 11px;
}

#cc_agentphone,#cc_agentstatus {
    width:50%!important;
}
#cc_agentphone {
    cursor: pointer;
}

#cc_agentphone div:first-child {
    float: left;
}

#cc_agentphone_name {
    float: left;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:120px;
    text-decoration: underline;
}

label[for="cc_phoneext"] {
    padding-left: 0px;
}

#roster-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#roster-area ul > div {
    width: calc(100% - 1px);
}

#roster-area ul > li {
    width: calc(100% - 2px);
}

.text-overflow_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dynamicgroups .dynamicgroups_label {
    width: calc(100% - 75px);
}

#dynamicgroups-area .dropdown-menu {
    position: fixed;
    right: 20px;
    left: unset;
    top: unset;
    margin-top:-10px;
}

#dynamicgroups-area .dynamicgroups_shortcuts_img, #dynamicgroups-area .dynamicgroups_shortcuts, #dynamicgroups-area .dropdown_dynamicgroups, .groups_listmenu_icon {
    display: inline-block;
}

/*#dynamicgroups-area .dynamicgroups_shortcuts_img>svg, .groups_listmenu_icon>svg {
    width: 16px;
    margin-left: 10px;
}

#dynamicgroups-area .dynamicgroups_shortcuts_img>div, .groups_listmenu_icon>div {
    font-size: 1em;
}*/

#dynamicgroups-area .dynamicgroups_shortcuts, .groups_listmenu_label {
    /*margin-left: 10px;*/
    /*font-size: 13px;*/
}

.groups_label .customsvg, .dynamic_groups_label_icon .customsvg {
    stroke: var(--color3);
    fill: var(--color3);
    height:13px;
}


.listmenu_icon {
    margin-right:10px;
    /*vertical-align: middle;*/
    display: inline-block;
}

#dynamicgroups-area .dynamicgroups_shortcuts_img>svg, #dynamicgroups-area .dynamicgroups_shortcuts_img>div, .dropdown_dynamicgroups>i, .groups_listmenu_icon>svg, .groups_listmenu_icon>div, .listmenu_icon>svg, .listmenu_icon>div{
    vertical-align: middle;
}

 

.groups a {
    display: block;
    padding: 6px 7px;
    margin: 0;
    color: #fff;
    cursor: pointer;
}

.groups a:hover {
    color: #fff;
}

.groups a > .glyphicon {
    margin-right: 5px;
}

.ucbargroupsbtns {
    width: 31px;
    text-align: center;
}

.roster-contact {
    padding: 2px 10px;
    height: 34px;
    position: relative;
}

.roster-contact:hover {
    background-color: #ccc;
}

.roster-contact:hover .roster-name {
    color: var(--color3);
    cursor: pointer;
}

.status-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
}

.roster-status-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    margin-left: 18px;
    margin-top: 18px;
    background-color: var(--color3);
}

.roster-status {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-left: 3px;
    top: 3px;
    position:relative;
}

.offline .roster-name {
    color: #aaa;
}

.offline .roster-status, .status-bullet.offline {
    background-color: #aaa;
}

.offline img {
    opacity: 0.5
}

.online .roster-status, .status-bullet.online {
    background-color: green;
    border: none;
}

.btn-grey {
    background-color:#b2b2b2;
    border-color:#999;
    color:#fff;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
    color:#fff;
}

.away .roster-status, .status-bullet.away {
    background-color: orange;
    border: none;
}

.busy .roster-status, .status-bullet.busy {
    background-color: red;
    border: none;
}

.unavailable .roster-status, .status-bullet.unavailable {
    background-color: grey;
    border: none;
}

.intranet .roster-status {
    margin: 5px 9px 10px -1px;
    color: #aaa;
}

.roster-name {
    line-height: 26px;
}

.roster-actions {
    line-height: 26px;
    display: flex;
}

.roster-actions #svg_mail {
    fill:var(--color1);
    stroke:  var(--color1)   ;
}

.roster-actions .disabled #svg_mail {
    fill:#b2b2b2;
    stroke:#b2b2b2;
}

.roster-actions .customsvg {
    height: 13px;
}

#chat-subscribe-confirmation #approve-jid, #chat-subscribe-confirmation #approve-jid2 {
    font-weight: bold;
}

#chat-area {
    position: fixed;
    bottom: 0px;
    right: 315px;
    overflow: hidden;
    min-width: 300px;
    max-width: 600px;
    height: 360px;
    z-index: 101;
    box-shadow: 0 0 10px #888;
    border-radius: 10px;
    border: none;
}

#chat-area .panel-body {
    padding: 5px 0px 10px;
}

#chat-area div.horizontal-slide ul {
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#chat-area div.horizontal-slide ul li {
    display: inline-block;
    float: none;
}

#chat-area .chatlistarea {
    float:left;
    height:100%;
    width: 280px;
    background-color: var(--color8);
}

.rotateglycon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#chat-area .nav-tabs li > a {
    color: #999;
    padding: 3px 8px;
}

#chat-area .nav-tabs li > a > span.glyphicon {
    font-size: 70%;
    position: relative;
    left: 3px;
    top: -5px;
}

#chat-area .nav-tabs li.active > a {
    color: #555;
}

#chat-area .tab-pane {
    padding: 0 3px;
}

#handlen,#handles {
    width: 100%;
    height: 15px;
    z-index:10;
}

#handlee,#handlew {
    width: 15px;
    height: 100%;
    z-index:10;
}

#handlene,#handlenw,#handlese,#handlesw {
    width: 15px;
    height: 15px;
    z-index:15;
}

.pointer {
    cursor: pointer;
}


#chat-area #closeChat .customsvg, #chat-area #minimizeChat .customsvg, #chat-top #svg_chat  {
    stroke: var(--color3);
    fill: var(--color3);
}

.chat-messages {
    height: calc(100% - 8px);
    padding-top: 5px;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.chat-message {
    margin-top: 10px;
}

#chat-area .chat-message .media {
    padding-right: 5px;
    position: relative;
}

#chat-area .chat-message .media-body {
    width: calc(100% - 50px);
}

#chat-area .chat-message .text-muted {
    padding-right: 34px;
    padding-left: 34px;
}

#chat-area .chat-text_container {
    width: 100%;
    padding:0px 8px;
}
    
#chat-area .media-picture {
    width: 26px;
    min-height: 26px;
    margin:0!important;
}

#chat-area .media-picture img {
    position: absolute;
    bottom: 0px;
}

.chatmessage-header {
    font-size: 1em;
    width:100%;
    line-height: 34px;
    border-bottom: 1px solid var(--color4);
    font-weight: bold;
    overflow: auto;
}

.chatmessage-header .customsvg {
    stroke: var(--color1);
    fill: var(--color1);
}

.chatmessage-headercamera, .chatmessage-header-default {
    float:right;
    margin-right:10px;
    /*font-size:20px;*/
}

.chatmessage-header-phone, .chatmessage-header-right {
    float:right;
    margin-right:10px;
    /*font-size:20px;*/
}

.chatmessage {
    float:left;height: calc(100% - 50px);margin-left:10px;width: calc(100% - 300px);
}

.chat-event {
    position: relative;
}

.chat-text.me {
    color: #3276B1;
}

textarea.chat-input {
    margin-top: 10px;
    width: calc(100% - 300px);
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    background-color: var(--color4);
    outline: 0px;
    border-left: 8px solid var(--color4)!important;
    border-top: 4px solid var(--color4)!important;
    color: var(--color5);
    border-bottom: 4px solid var(--color4)!important;
    border-right: 8px solid var(--color4)!important;
    border-radius: 10px;
}

.chatslist {
    height: calc(100% - 25px);
    margin-top: 10px;
    overflow-y: auto;
}
.chat-messages::-webkit-scrollbar-track,.chatslist::-webkit-scrollbar-track,.newscrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-messages::-webkit-scrollbar,.chatslist::-webkit-scrollbar,.newscrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#btn_create_group img, .msg_menu_btns img {
    height: 18px;
    margin-left: 5px;
}

#btn_create_group, .msg_menu_btns {
    display: inline-block;
}

.chatslistsearch {
    width: calc(100% - 46px);
    width: -webkit-calc(100% - 46px);
    width: -o-calc(100% - 46px);
    float: left;
}

.chatslistsearch input {
    border: none;
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: none;
    background: transparent;
    font-size: 90%;
    height: 24px;
    margin-left:10px;
    outline:0;
}

.chatslistitem {
    position: relative;
    height: 45px;
    padding-top: 6px;
    margin-right: 0px;
    padding-left: 10px;
    cursor:pointer;
}

.chatslistitem_avatar {
    width: 30px; 
    height: 30px; 
    overflow: hidden; 
    margin-right: 10px;
    position: relative;
}

.chatslistitem_phrase {
    font-size:0.9em;
    color:#999;
    overflow:hidden;
    float:left;
    width:calc(100% - 80px);
    height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chatslistitem_phrase img {
    width: 12px;
    height:12px;
}

.chatslistitem_date {
    font-size: 0.9em;
    color:#999999;
    float: right;
    margin-right:4px;
}

.chatslistitem_close {
    font-size: 0.9em;
    color:#999999;
    float: right;
    visibility: hidden;
    margin-right:2px;
}

.chatselected {
    background-color: var(--color7) !important;  
}
/*.chatslistitem:hover {
    background-color: var(--color7);
}*/

.chatslistitem:hover .chatslistitem_close {
    visibility: visible;
}

.chatnewmessages {
    font-weight: bold;
}

.chatslistitem_username {
    float: left;
    width: calc(100% - 95px);
    height: 16px;
    overflow: hidden;
    margin-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chatmessagearea {
    display:none;
}

.ucoipbar_avatardiv {
    width: 26px; 
    height: 26px; 
    overflow: hidden; 
    margin-right: 5px;
}

.avatar {
    border-radius:50%!important;
}

.avatar .customsvg, .notescolor1 .customsvg {
    fill: var(--color1)
}

#notifications {
    color: var(--color1);
}

#chat-top {
    cursor: move;
}

.chat-input {
    bottom: 10px;
    position: absolute;
    direction:ltr;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    resize:none;
    min-height: 20px;
    max-height: 114px;
    padding-right: 71px;
}

.chatmessage-header input {
    height: 28px;
    width: 100%;
    background: #eee;
    float: left;
    border: 0px;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding-left: 30px;
    line-height: 2;
}

.options_groupchat #triangle {
    position: absolute;
    z-index: 2;
    right: 22px;
    top: 78px;
    width: 20px;
    height: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 5.5px 9.5px 5.5px;
}

.options_groupchat #triangle_border {
    position: absolute;
    z-index: 3;
    right: 25px;
    top: 76px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-left: 2px solid;
    border-top: 2px solid;
}

.options_groupchat #triangle {
    position: absolute;
    z-index: 2;
    right: 22px;
    top: 77px;
    width: 20px;
    height: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 5.5px 9.5px 5.5px;
}

.options_groupchat2 #triangle_border2 {
    position: absolute;
    z-index: 3;
    left: 250px;
    top: 72px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-left: 2px solid;
    border-top: 2px solid;
}


.options_groupchat2 #triangle2 {
    position: absolute;
    z-index: 2;
    left: 248px;
    top: 69px;
    width: 14px;
    height: 12px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 5.5px 9.5px 5.5px;
}

.options_groupchat_ctn2 {
    position: absolute;
    z-index: 1;
    background: var(--color3);
    top: 77px;
    height: 69px;
    left: 228px;
    padding: 5px 2px;
    margin: 0;
    border: 2px solid;
    border-radius: 15px;
    width: 210px;
    display: flex;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    will-change: width;
}

.options_groupchat_ctn {
    position: absolute;
    z-index: 1;
    background: var(--color3);
    top: 81px;
    right: 3px;
    padding: 5px 0px;
    margin: 0;
    border: 2px solid;
    border-radius: 15px;
    -webkit-box-shadow: 0px 7px 22px -4px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 7px 22px -4px rgba(0,0,0,0.43);
    box-shadow: 0px 7px 22px -4px rgba(0,0,0,0.43);
    width: 60px;
    display: flex;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    will-change: width;
}

.listusers_groupchat {
    overflow: hidden;
    width: 290px;
    max-height: 145px;
    margin-left: 10px;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.options_groupchat .icon_container {
    line-height: 13px;
    padding: 3px;
    cursor: pointer;
}

.btn_groupchat {
    background: var(--color9);
    margin: 0;
    color: #ffffff;
    font-size:9px;
    height: 28px;
    float: left;
    line-height: 13px;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    width: 82px;
    text-align: center;
}

.img_ctn_groupchat {
    margin: 3px 0px 0px 5px;
    position: absolute;
    /*left: 320px;*/
}

.chat_username:focus {
    outline: none;
}

#lstGrpsNewsFeed {
   text-overflow: ellipsis;  
}

#lstGrpsNewsFeed .customsvg{
   stroke:var(--color1);
   fill:var(--color1);
   height:12px;
   margin-top:-2px;
}

.tab-content>.active {
	height: 100%;
}

#Profile_picture {
    display:inline-block;
    margin-bottom: 0px;
    width: 100%;
}

#Profile_picture .fileinput-preview img {
    max-width: 258px;
}

#Profile_picture .btn-default1 {
    background: rgba(38,39,39,0.59);
    width: 100%;
    max-width: 258px;
    display: block;
}

#photo_dimensions {
    font-size: 10px;
    margin: 0 5px;
}

#info-online-users {
    position: fixed;
    bottom: 25px;
    right: 20px;
    width: 200px;
}

#info-online-users .alert {
    margin-bottom: 5px;
}

.newsfeed .comments {
    margin: 0;
    word-break: break-word;
    word-wrap: break-word;
}

.newsfeed .comments .comment {
    padding: 0;
}

.newsfeed .comments .comment p {
    padding: 0px 2px 0px 46px;
    min-height: 27px;
    margin-bottom: 6px!important;
}

.main_comment .text-muted {
    margin-top: 0px!important;
}

.newsfeed-actions .btn-group {
    width:43px;
}

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.sortable li {
    cursor: move;
}

.sortable-placeholder {
    height: 15px;
    border: 1px dashed #ccc;
    margin-left: 5px;
    margin-right: 5px;
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 26px;
}

.left-inner-addon span {
    position: absolute;
    padding: 4px 16px 4px 8px;
    pointer-events: none;
    color: #999999;
}

.modal-lg {
    width: 900px;
}

.noposts {
    margin: 40px 0;
}

.noposts img {
    display: inline;
}

.noposts span {
    color: #ccc;
    font-size: 16pt;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}

.main_page {
    padding-top: 0px;
    width: calc(100% - 450px);
    margin-left: 145px;
}

/*Text autocomplete - hashtags*/
.textcomplete-dropdown {
    min-with: 100px;
}

.textcomplete-dropdown>.active,
.textcomplete-dropdown>.active>a,
.textcomplete-dropdown>.active>a:hover {
    background-color: #ededed;
    color:black;
}

.textcomplete-dropdown li:first-child {
    border-top: none;
}

.textcomplete-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

.textcomplete-dropdown a:hover {
    cursor: pointer;
}
/*Text autocomplete - hashtags*/



/*
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
 }

 @-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }

 @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }

 .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
 }*/


#ucoipbarbtn_addgroup,#add-contact{
    cursor: pointer; font-size: initial; border-radius: 0px; text-decoration: none; color: var(--color3); text-align: left; min-height: 28px;
    outline: 0;
    padding-left:3px;
    font-size: 1em;
    font-weight: bold;
}
#ucoipbarbtn_addgroup .customsvg, #add-contact .customsvg{
    fill: var(--color3);
    stroke: var(--color3);
    height: 14px;
}
#ucoipbarbtn_addgroup i, #add-contact i {
    padding-right:5px;
    padding-left:7px;
}


.ucoipbarlist {
    position: fixed;
    right: 0;
    top: 56px;
    width: 300px;
    height: calc(100% - 56px);
    background-color: var(--color3);
    /*border-left: 1px solid #ccc;*/
    /*padding-top: 5px;*/
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 18%);
}

.ucoipbarlist #session {
    overflow: auto;
}

#cafephonesutocomplete_contacts_li {
    width: 100%;line-height: 23px; padding-right:5px!important;
    background-color:var(--color7)!important;
    cursor:pointer;
    color:var(--color5);
    font-weight: bold;
}

#btnMute,#btnHoldResume {
    cursor: pointer; color:white;width:15px;margin-top:10px;
}

#chatMinimized {
    position: fixed;
    bottom: -1px;
    right: 315px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: none;
    z-index:1000;
    width:100px;
}

#minimizeChat {
    float:right;
    margin-right:5px;
}

.cafe_navbar .navbar-brand {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    line-height: 50px!important;
}

.navbar-brandimg {
    max-height: 50px;
}

#headerloading2 {
    position:absolute;
    top: 18px;
    left: 4px;
    width: 18px;
    height: 18px;
    display: none;
}

.add-emotions {
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
    cursor:pointer;
    margin-right:10px;
}

.add-emotions:hover, .add-emotions:focus, .add-emotions:active {
    -webkit-filter: inherit;
    filter: inherit;
}

.addemotion {
    margin-right:14px;
    cursor: pointer;
    position:relative
}

.addemotionnews {
    margin-right:14px;
    cursor: pointer;
    position:relative
}

.add-like {
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
    filter: grayscale(100%);
    display:inline-block;
    cursor:pointer;
    height: 22px;
    width: 22px;
    margin-top: -2px;
    margin-left: 0px;
}

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

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 10px;
    border-radius: 15px;
    border: 2.5px solid transparent;
    background-color: rgba(55,134,164, 0);
}

.btn-circle_desktop {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* W3C */
}

.light-theme a:hover {
    text-decoration: none;
    color: var(--color3);
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.listuseremotions {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0pt;
    text-align: left;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.albums {
    color: var(--color3);
    font-weight: bold;
    font-size: 12px;
    height: 190px;
    text-align: center;
    width: 231px;
    border: 1px solid var(--color11);
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    margin-right:10px;
    margin-bottom:10px;
}

.album {
    background-color: #fff;
    border: 1px solid var(--color11);
    border-radius: 10px;
    font-size: 20px;
    height: 190px;
    text-align: center;
    width: 231px;
    display: inline-block;
    cursor: pointer;
    margin-bottom:10px;
    margin-right:10px;
    padding: 0 !important
}

.albumname {
    font-size: 11pt;
    padding-right: 25px;
    text-align: left;
    margin-bottom: 4px;
    padding-top: 7px;
    margin-left: 5px;
}

.albumgroup {
    font-size: 11pt;
    padding-right: 25px;
    text-align: left;
    margin-left: 5px;
}

.nameAlbuns {
    font-size: 12px; 
    padding-right: 25px; 
    text-align: left; 
    margin-bottom: 4px; 
    padding-top: 12px; 
    margin-left: 10px; 
    position: absolute; 
    display: block; 
    top: 0;
    width: 219px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    font-weight: bold;
}

.groupAlbuns {
    font-size: 9px; color:#999;padding-right: 25px; text-align: left; margin-left: 10px;position: absolute; display: block; bottom: 14px;
}

.add-album {
    background-color: var(--color10);
}

.add-album .customsvg {
    stroke: var(--color3);
    fill: var(--color3);
    height:60px;
}

.add-album .customsvg .st0 {
    stroke-width:3;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-item {
    -webkit-flex: 1 auto;
    flex: 1 auto;
}

.flex-item:las {
    -webkit-flex: 1 auto;
    flex: 1 auto;
    align-content: center;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

#view_photo .container{
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
}

.album_photo{
    width: 100%;
    height: 640px;
    line-height: 640px;
    text-align: center;
}

.toggle_file_type{
    margin-left:20px;
    background-color: var(--color3);
    cursor: pointer;
    float: right;
    margin-top: 0 !important;
    user-select: none;
}

#photo_carrousel_box {
    position: relative;
    background-color: black;
    height: 640px;
}

.album-container {
    display: inline-block;
    overflow-y: hidden; overflow-x: hidden;border-radius: 10px;
    width:100%;
    background-color: var(--color7);
}

.album-container .img-custom{
    object-fit: cover;
    width: 229px;
}

#photo_title_comment{
    background-color: var(--color3);
    padding-top: 10px;
    padding-bottom: 25px;
}

#photo_title_comment .photo_title_comment_par{
    margin-top:8px;
    margin-left: 15px;
    font-size:12pt;
    height: 40px;
    color: var(--color1);
}

#photo_comment{
    height: 557px;
    padding-bottom: 20px;
}

.photo_comment {
    height: 640px;
}

#photo_comment .mentions-input {
    background-color: var(--color3);
}

.comments_container {
    width: 100%;
    overflow-y: hidden;
    height: 80%;
}

.img-container .cover_photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.gofull {
    top: 15px;
    right: 400px;
    z-index: 1001;
    cursor: pointer;
    position: absolute !important;
    color: var(--color3);
    padding: 5px;
}

#myCarousel .flaticon-expand:before {
    font-size: 14px;
    margin-left: 0px;
}

video.picture_carousel {
    width: 90%;
}

.picture_carousel {
    max-width: 92%;
    max-height: 500px;
    width: unset;
    height: unset;
    margin: 0 auto;
    margin-top: auto !important;
    margin-bottom: auto !important;
    position: relative;
    vertical-align: middle;
}

.albumPic .glyphicon-play-circle:hover {
    color:black !important;
}

.video_album, .photo_album {
    display: unset;
    max-width: 300px;
    max-height: 170px;
}

.albumPic .glyphicon-play-circle {
    color: var(--color3);
    font-size: 55px;
    position: absolute;
    font-family: Glyphicons Halflings;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anime_div {
    min-width: 150px;
    border-style:solid;
    border-width: 1px;
    margin-left: 8px;
}

.anime_div_send {
    min-width: 150px;
    border-style:solid;
    border-width: 1px;
    margin-right: 8px;
    float:right;
}

.anime_div_td{
    margin-left: 30px;
    text-align: center;
    color: var(--color3);
    width: 50px;
}

.anime_div_hist{
    margin-left: 30px;
    border-style:solid;
    border-width: 1px;
    margin-right: 8px;
    text-align: center;
    color: var(--color3);
    min-width: 100px;
}

.chat_file_loader{
    border: 1px solid #f3f3f3;
    border-top: 1px solid #3498db;
    border-radius: 50%;
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    float: left;
    bottom: 3px;
    animation: spin 2s linear infinite;
}

.file_download_modal:hover{
    opacity: 0.5;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.replace {
    width: calc(100% - 1px);
    height: 40px;
    left: 1px;
    bottom: 25px;
    border-bottom: 1px solid darkgray;
    position: relative;
    text-align: center;
}

.replace span {
    font-size: 20px;
    background-color: #e9eaed;
    padding: 0 7px;color: gray;
    position: relative;
    top: 24px;
}

.deletefile {
    background-color: rgba(255,255,255, 0.4);
    color: var(--color1);
}

#mediaarea {
    width: fit-content;
    width: -moz-fit-content;
}

#mediaarea_edition .deletefile {
    opacity: 0.7;
}

#mediaarea_edition .deletefile:hover {
    opacity: 1;
}

.flex-item .media-body {
    margin-top: 50px;
    position: absolute;
}

/*.albumPic .media-body{
    margin-top: 22px;
}*/

.offline-button {
    color:#b2b2b2;
    cursor: default !important;
}
.offline-button .customsvg {
    stroke: #b2b2b2;
    fill: #b2b2b2;
}
.offline-button .arrow-down {
    border-top-color: #b2b2b2!important;
}

.busy-button {
    color:red;
}
.busy-button .customsvg {
    stroke: red;
    fill: red;
}
.busy-button .arrow-down {
    border-top-color: red!important;
}

.away-button {
    color: orange;
}
.away-button .customsvg {
    stroke: orange;
    fill: orange;
}
.away-button .arrow-down {
    border-top-color: orange!important;
}

.online-button {
    color: green;
}
.online-button .customsvg {
    stroke: green;
    fill: green;
}
.online-button .arrow-down {
    border-top-color: green!important;
}


.default-button {
    color:var(--color9);
}
.default-button .customsvg {
    stroke: var(--color9);
    fill: var(--color9);
}
.default-button .arrow-down {
    border-top-color: var(--color9)!important;
}

.changestatus {
    display: inline-block;
    padding: 6px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.isResizable {
    background: rgba(255, 0, 0, 0.2);
    font-size: 2em;
    border: 1px solid black;
    overflow: hidden;
    resize: both;
    width: 160px;
    height: 120px;
    min-width: 120px;
    min-height: 90px;
    max-width: 400px;
    max-height: 300px;
}

.ui-tooltip {
    background: #f5f5f5 !important;
    color: var(--color1) !important;
    border-color: var(--color7) !important;
    padding: 2px !important;
}

.arrowtooltip {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
    pointer-events: none;
}

.arrowtooltip.top {
    top: -16px;
    bottom: auto;
}

.arrowtooltip.left {
    left: 20%;
}

.arrowtooltip:after {
    content: "";
    position: absolute;
    left: 27px;
    top: -5px;
    width: 15px;
    height: 15px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrowtooltip.top:after {
    bottom: -20px;
    top: auto;
}

.ui-tooltip, .arrowtooltip:after {
    background: #f5f5f5;
}

.bar {
    height: 18px;
    border-radius: 10px;
}

.border-bar {
    width: 70%;
    display: inline-block;
    border-radius: 10px;
}

.toggle.ios .toggle-handle { border-radius: 20px; width: 40px;}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 15px; }


.remotedeskview {
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}

.remotedeskview-container {
    display: inline-block;
    border: 1px solid var(--color11);
    border-radius: 10px;
    overflow-y: hidden; overflow-x: hidden;border-radius: 10px;
    width:100%;
    background-color: var(--color7);
}

.remotedeskview-container .img-custom{
    object-fit: cover;
    width: 100%;
}

.nameRemoteDesk {
    font-size: 12px; 
    padding-right: 25px; 
    text-align: left; 
    margin-bottom: 4px; 
    padding-top: 12px; 
    margin-left: 10px; 
    position: absolute; 
    display: block; 
    top: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    font-weight: bold;
}


/********************************************************/
/*               APP MOBILE CHANGES                     */
/********************************************************/
#apps_layout {
    margin-top: -37px;
}

#cancel_form:hover {
    color:red;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 53px;
    right: 35px;
    display: none;
    padding: 5px 10px;
    border-radius: 100px;
    box-shadow: 1px 1px 5px #3786A4;
    background-color: rgba(167, 200, 213, 0.52);
}

.scrollup:hover {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    padding: 5px 10px;
    border-radius: 100px;
    box-shadow: 1px 1px 5px rgb(19, 82, 105);
    background-color: rgb(19, 82, 105);
}

#logout_icon {
    /*font-size: 15px;*/
    display:inline-block;
}

#logout_icon a {
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 18px;
}

#IM-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


#logout2 {
    display:none;
}

#userprofiledesc {
    margin-top: 55px;
}

.center-cropped {
    width: 206px;
    height: 206px;
    background-position: center center;
    background-repeat: no-repeat;
}

.crop {
    width: 206px;
    height: 206px;
    overflow: hidden;
}

.crop img {
    width: 400px;
    height: auto;
    margin: -75px 0 0 -100px;
}

.form-controlpoll{
    width: calc(100% - 73px);
    margin-right: 14px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.appOptionsBtn {
    /*width: 26px;*/
    /*float: right;*/
    margin-right: 4px;
    margin-bottom: 4px;
}

.poll_option_input.fileinput-button {
    margin-bottom: 10px;
    padding: 6px 0;
    height: 34px;
    width: 45px;
}

.divtoBlink {
    -webkit-transition: background 1.0s ease-in-out;
    -moz-transition:    background 1.0s ease-in-out;
    -ms-transition:     background 1.0s ease-in-out;
    transition:         background 1.0s ease-in-out;
}

.search_address {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    background: transparent;
    width: calc(100% - 45px);
    font-size: 90%;
    height: 24px;
}

.keyboard-area {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#txtPhoneNumber {
    margin: 7px 14px 2px;
    padding: 5px;
    width: 90%;
    height: 25px;
    font: 12px;
    border: none;
    /*border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
    text-align: center;
    background-color: var(--color8);
    color:var(--color1);
}

#txtPhoneNumber:focus {
    outline:none;
}

#txtPhoneNumber::-webkit-input-placeholder {
    font: 10px Verdana, Sans-Serif;
}

#txtPhoneNumber::-moz-placeholder {
    font: 10px Verdana, Sans-Serif;
}

#bottomucoipbarlist {
    right:0!important;
    position:absolute;
}



/******************Switch button ********************/
#phonestatus .switchbtn {
    width: 30px;
    height: 12px;
}
#phonestatus .sliderbtn:before {
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
}
#phonestatus input:checked + .sliderbtn:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/******************Switch button calls********************/



#recivecalls .switchbtn {
    width: 30px;
    height: 12px;
}
#recivecalls .sliderbtn:before {
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  border-color: black;
}
#recivecalls input:checked + .sliderbtn:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}


/******************Switch button calls********************/










.switchbtn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-bottom: 0px;
}

.switchbtn input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderbtn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ADB5BD;
  -webkit-transition: .4s;
  transition: .4s;
  
}

.sliderbtn:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  background-color: var(--color8);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderbtn {
  background-color: var(--color1);
}

input:focus + .sliderbtn {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderbtn:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}


/* Rounded sliders */
.sliderbtn.round {
  border-radius: 34px;
}

.sliderbtn.round:before {
  border-radius: 50%;
}



#bottomucoipbarlist .customsvg {
    height:16px;
}

.lastitem {
    margin-right: 0;
}

.uppercase {
    text-transform: uppercase;
}

.calls_history_div {
    background-color:var(--color3);
}

/*.addressbook_button{
    color: var(--color1);
    position: relative;
    cursor: pointer;
    margin-right: 13px;
}*/

.ucoip_btns {
    padding-top: 5px;
    margin-right: 1px;
    position:relative;
    left:50%
}

.calls_history_btn {
    color: #447C2E;
    cursor:pointer;
    position: relative;
}

.videocalls_history_btn, .call_notes_hist_btn {
    cursor:pointer;
    margin-left: 10px;
}

.missed_calls_history_btn {
    color:#447C2E;
    cursor:pointer;
    position: relative;
    transform: translateY(50%);
}

td.missed_calls_history_btn:hover {
    background-image: -webkit-linear-gradient(top, lightgreen, green);
    color: var(--color3);
}

td.calls_history_btn:hover {
    background-image: -webkit-linear-gradient(top, lightgreen, green);
    color: var(--color3);
}

a.mkcalladdbook:hover {
    background-color:green !important;
    color:var(--color3);
}

/*.btn-primary_phone {
    color: var(--color3);
    background-color: green;
    border: medium none;
}

.btn-primary_phone:hover {
    color:var(--color3);
    top: 1px;
    left: 1px;
}*/

.search {
    width: calc(100% - 5px);
    font-size: 90%;
    height: 24px;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    margin: 10px 1px 0;
    background: transparent;
    border-radius: 4px;
    display: block;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
}

.feed-message > span, #formRawTitle > span, .news-item-title > span, .news-item-preview span ,.nameRemoteDesk > span, .nameAlbuns > span, .link_description > span, .link_url > span {
    background-color: #f1de0d;
}

.popup_glyphicon {
    font-size: -webkit-xxx-large;
    color: var(--color3);
}

.glyphicon_rotation {
    transform: rotate(135deg);
}

.addressgroups a {
    display: block;
    padding: 6px 7px;
    margin: 0;
    color: var(--color3);
    border-style: solid;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.addressgroups a:hover {
    color: var(--color3);
}

.adressgroups a > .glyphicon {
    margin-right: 10px;
}

.appname {
    display: none;
}

#show_area2, #show_area2_li, #show_ucoipbar, #show_ucoipbar_li {
    display: none;
}

.circle {
    display: block;
    width: 80px;
    height: 80px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 2px solid #fff;
}

#toggle_left_sidebar:focus {
    outline: 0;
}

.callnotifications .customsvg {
    height: 16px;
    fill: var(--color3);
    stroke: var(--color3);
    vertical-align: middle;
}

.loadingpage {
    position: fixed;
    left: 0px;
    top: 37px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(249,249,249);
}

.backgroundpanel {
    position: fixed;
    display:none;
    left: 0px;
    /*top: 37px;*/
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000000;
    opacity: 0.8;
}


/******CAFE Phone start****/
#Cafe_phone {
    display: block; overflow: hidden;margin-top:5px;
   /* min-height: 409px;*/
}

#phonetimer {
    color:var(--color3);
    font-size:30px;
}


#keyboard .space {
    clear: left;
    width: 681px;
}

.on {
    display: none;
}

#keyboard {
    list-style: none;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    background-color: var(--color7);
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}

#keyboard li {
    float: left;
    margin: 2px 2px 2px 2px;
    width: 90px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    border: none;;
}

.capslock, .tab, .left-shift {
    clear: left;
}

#keyboard .tab, #keyboard .delete {
    width: 60px;
}

#keyboard .capslock {
    width: 80px;
}

#keyboard .return {
    width: 77px;
}

#keyboard .left-shift {
    width: 95px;
}

#keyboard .right-shift {
    width: 109px;
}

#keyboard li:hover {
    /*position: relative;
    top: 1px;
    left: 1px;
    border-color: rgba(175, 228, 245, 0.85);*/
    /*        border-color: #e5e5e5;*/
    cursor: pointer;
    background-color: var(--color6);
}

#keypad, #addressbook {
    width:36px;
    height:36px;
    color: grey;
    border-style: none;
    cursor: pointer;
    background-color: var(--color7);
    border-radius: 50%;
    display:inline-block;
    line-height: 33px;
}

#keypad .customsvg, #addressbook .customsvg {
    fill:var(--color5);
    stroke: var(--color5);
}

.tableBtns {
    background-color: var(--color3);
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
}

.tableBtns table {
    width:100%;
}

#btnReturn {  
    width:36px;
    height:36px;
    color: var(--color5);
    border-style: none;
    cursor: pointer;
    background-color: var(--color6);
    border-radius: 50%;
    display:none;
    line-height: 36px;
    font-size: 20px;   
    text-align: center;
}

#callTran, #btnCallNote {
    width:36px;
    height:36px;
    color: var(--color5);
    border-style: none;
    background-color: var(--color7);
    border-radius: 50%;
    display:none;
    line-height: 32px;
    font-size: 20px;   
    text-align: center;
}

#tdBtn1 {
    width:38px;
    height: 73px;
    text-align: center;
}
#tdBtn1 span {
    color: var(--color5);
}

#tdBtn2 {
    width: calc(100% - 72px);
    height: 73px;
}
/*#tdBtn2 span{

}*/


#tdBtn3 {
    width: 38px;
    height: 73px;
    text-align: center;
}


#tdBtn1  svg,#tdBtn2  svg,#tdBtn3 svg{
    height: 16px;
}

#btnHangUp {
    line-height: 34px;
    color: var(--color3);
    background-color: red;
    cursor: pointer; margin: 0px auto; width: calc(50% - 9px); height: 36px; text-align: center; border-radius: 4px;
}

#btnsCall {
    width: 100%; height: 36px;text-align: center;
}
#btnCall {
    float: left;
    line-height: 34px;
    color: var(--color3);
    background-color: var(--color7);
    width: calc(50% - 9px);
    margin: 0px auto;height: 36px; text-align: center; border-radius: 4px;
    margin-left: 6px;
}

#btnCall #svg_phone_full {
    display: none;
}

#btnCall.active {
    background-color: green;
    cursor:pointer;
}


#btnVideoCall {
    float: left;
    line-height: 34px;
    color: var(--color3);
    background-color: var(--color7);
    margin: 0px auto; 
    width: calc(50% - 9px);
    height: 36px; text-align: center; border-radius: 4px;
    margin-left: 6px;
    margin-right: 6px;
}

#btnVideoCall #svg_video_full {
    display: none;
}

#btnVideoCall.active {
    background-color: green;
    cursor:pointer;
}

#btnHangUp .customsvg {
    stroke: var(--color3);
    fill: var(--color3);
}

#btnCall .customsvg, #btnVideoCall .customsvg{
    stroke: #AEB5BC;
    fill: var(--color3);
}

#hideKeypad {
    display:none;
}

#inputX {
    border-radius: 10px;
    border: 1px solid var(--color11);
    width: 97%;
    height: 40px;
    background-color: var(--color8);        
}
#inputX .img-custom {
    width: 25px;
    height: 20px;
    display:none;
}

#searchclear {
    position: absolute;
    right: 3%;
    top: 4px;
    bottom: 5px;
    height: 14px;
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    color: grey;
}

#rowPhBtns {
    /*display:none;*/
    width: 100%;
    background-color: var(--color3);    
}

/*#rowPhBtns td {
    background-color: var(--color3);
    border:none;
}*/

#btnEnter {
    font-size: 25px;
    position: absolute;
    right: 3%;
    top: -18px;
    bottom: 5px;
    height: 14px;
    margin: auto;
    cursor: pointer;
    display: none;
    border-style: none;
}

.fa#keypad {
    font-size: 30px;
}

.fa#callTran {
    font-size: 30px;
}

#btnEnter .img-custom {
    height: 25px;
    width: 30px;
}

#callTran .img-custom {
    width: 35px;
    color: grey;
}

#keypad .img-custom {
    width: 35px;
    color: grey;
}

#oncall_area {
    width: 100%;
    height:100%;
    display:none;
    background:url('../images/profile/avatar.gif') no-repeat center center;
    background-size:cover;
    margin-top:20px;
}

#oncall_area_bg {
    position: absolute;
    width:100%;
    height:100%;
}

#oncall_area_userphoto {
    background-image: url('../images/profile/avatar.gif');
    margin-top:40px;
}

#oncall_area_phonename {
    color:var(--color3);
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
}

#oncall_area_phonenumber {
    color:var(--color3);
    text-align: center;
}

#oncall_area_transfercall {
    color:yellow;
    text-align: center;
    margin-top:30px;
    display: none;
}

.oncall_header {
    background-color: var(--color7);
    color:var(--color5);
    display:none;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
    font-weight: bold;
}

.index_calls_history {
    font-weight: bold;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

#calls_history td {
    border-top: none;
}

#calls_history tbody {
    background-color: var(--color3);
}

#calls_history {
    margin-top: 10px;
}

#calls_history .nav-tabs {    
    border: none;
    border-bottom: 1px solid var(--color7);
}

#calls_history .nav-tabs .customsvg {
    height:16px;
}

#calls_history_area {
    position: relative;
    padding-top: 1px;
    background-color: var(--color3);
    /*margin-top:20px;*/
}

#last_calls_label {
    font-size: normal;
    color: var(--color1);
    margin-left:15px;
    width: calc(100% - 30px);
    line-height:35px;
    border-top: 1px solid var(--color11);
}
#last_calls_label span:nth-child(2) {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left:10px;
    font-weight: normal;
}
#last_calls_label .customsvg {
    height:14px;
    width:14px;
    fill: var(--color1);
    stroke: var(--color1);
}
#calls_history_button {
    font-size: normal;
    color: var(--color1);
    margin-left:15px;
    padding-bottom:10px;
    display:none;
}
#calls_history_button2 {
    margin-left: 15px;
}

#calls_history_button span:nth-child(2) {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left:10px;
    font-weight: normal;
}
#calls_history_button .customsvg {
    height:14px;
    width:14px;
    fill: var(--color1);
    stroke: var(--color1);
}
#calls_history_button .customsvg {
    height:14px;
    width:14px;
}

.call_videoconf_hist_btn {
   float:right;
}

.call_videoconf_hist_btn .customsvg {
    height:14px;
    fill: var(--color5);
    stroke: var(--color5);   
}

.call_videoconf_hist_btn.selected .customsvg  {
    fill: var(--color1)!important;
    stroke: var(--color1)!important;   
}

#add-videoConf {
    position: relative;
    width: 100%;
    margin-top: 0px;
    border: none;
    border-radius: 4px;
    text-align: left;
    color: var(--color5);
    font-size: 1em;
    background-color: var(--color3)!important;
    height: 32px;
    line-height: 26px;
    margin-left:7px;
    margin-right:10px;
    font-weight: bold;
}

#add-videoConf .customsvg{
    height:14px;
}

#add-videoConf i {
    padding-right:5px;
}

#icon_calls_history { 
    float: right;
    display: none;
    margin-right:15px;
    cursor:pointer;
}
#icon_calls_history .customsvg{ 
    height:16px;
}

#all_calls, #missed_calls, #outbound_calls, #received_calls {
    min-width:68px;
    width: 25%;
    height:24px;
    border-radius: 4px 4px 0px 0px;    
}

#all_calls {
    padding-left: 6px;
    padding-right: 3px;
}
#received_calls {
    padding-left: 3px;
    padding-right: 6px;
}
#missed_calls, #outbound_calls {
    padding-left: 3px;
    padding-right: 3px;
}
#missed_calls .customsvg{
    fill: red;
    stroke: red;
}
#received_calls .customsvg{
    fill: green;
    stroke: green;

#outbound_calls .customsvg{
    fill: var(--color5);
    stroke: var(--color5);
}}



#all_calls a, #missed_calls a, #outbound_calls a, #received_calls a{
    height:24px; 
    background-color: var(--color6);
    padding: 0;
    color:var(--color5);
}

#all_calls a{
    line-height: 24px;
}

#missed_calls a, #outbound_calls a, #received_calls a{
    line-height: 20px;
}

.selectTabUBL>a,.selectTabUBL>a:hover, .selectTabUBL>a:focus{
    background-color: var(--color3)!important;
    border: 1px solid var(--color7)!important;
    border-bottom: none!important;
}

#last_calls {
    
}

#last_calls table {
    margin-bottom:0px;
    width: calc(100% - 16px);
    margin-right: 8px;
    margin-left: 8px;    
}

#last_calls table tr td:first-child{
    padding-left: 0px;
}
#last_calls table tr td:last-child{
    padding-right: 0px;
}

#last_calls .table>thead>tr>th, #last_calls .table>tbody>tr>th, #last_calls .table>tfoot>tr>th, #last_calls .table>thead>tr>td, #last_calls .table>tbody>tr>td, #last_calls .table>tfoot>tr>td {
    border:none;
}

#last_calls .customsvg, #all_calls_history .customsvg,#outbound_calls_history .customsvg,#missed_calls_history .customsvg, #received_calls_history .customsvg {
    height:14px;
}
#last_calls #svg_phone_out, #all_calls_history #svg_phone_out, #outbound_calls_history #svg_phone_out, #missed_calls_history #svg_phone_out, #received_calls_history #svg_phone_out,
#last_calls #svg_video_out, #all_calls_history #svg_video_out, #outbound_calls_history #svg_video_out, #missed_calls_history #svg_video_out, #received_calls_history #svg_video_out
{
    fill: var(--color5);
    stroke: var(--color5);
}
#last_calls #svg_phone_full,#all_calls_history #svg_phone_full,#outbound_calls_history #svg_phone_full,#missed_calls_history #svg_phone_full,#received_calls_history #svg_phone_full,
#last_calls #svg_video_full,#all_calls_history #svg_video_full,#outbound_calls_history #svg_video_full,#missed_calls_history #svg_video_full,#received_calls_history #svg_video_full
{
    fill: var(--color5);
    stroke: var(--color5);
    height:12px;
}

.inbound_ok #svg_phone_in,.inbound_ok #svg_videoin_full {
    fill: green;
    stroke: green;    
}

.inbound_lost #svg_phone_in, .inbound_lost #svg_videoin_full  {
    fill: red;
    stroke: red;    
}

.callhist_time {
    color: #999999;
    font-size: 9px;
}


.ui-state-focus {
    margin: 0!important;
    border:none !important;
}


#dial_pad_fill, #dial_pad_outline {
    fill:var(--color1);
    stroke: var(--color1);    
}



/******CAFE Phone - end****/



.spinner_adjustement {
    height:20px !important; 
    width:20px !important;
}

/*loader - init*/
.loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(85,85,85, 0.2);
    border-right: 3px solid rgba(85,85,85, 0.2);
    border-bottom: 3px solid rgba(85,85,85, 0.2);
    border-left: 3px solid var(--color3);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes load8 {
    0.00% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0.00% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*loader - end */

.chat_blink { 
  display: none;
  animation: blinker 1s linear infinite;
}

.chatOptions {
    user-select: none;
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.chatOptions > * {
    padding-right: 4px;
    padding-left: 4px;
}

#chat-area .cht_hist {
    cursor: pointer;
    font-size: larger;
    position: relative;
}

#chat-area .cht_hist:active {
    color: gray;
}

#chat-area .chtfileTran {
    cursor: pointer;
    font-size: larger;
    position: relative;
}

#chat-area .chtEmo {
    cursor: pointer;
    font-size: larger;
    position: relative;
}

#chat-area .horizontal-slide .mCustomScrollBox {border-bottom: 1px solid #ddd !important;}
#chat-area .horizontal-slide .mCSB_container{margin-bottom: 2 !important;}
#chat-area .horizontal-slide .mCustomScrollBox > .mCSB_scrollTools{bottom: -1px !important;}
#chat-area .horizontal-slide .nav-tabs{border-bottom: 0px !important;}

.tooltip1 {
   font-weight: bold;
}

.tooltip2 {
    word-break: break-word; 
    word-wrap: break-word;
}

.tooltip2 .indent {
    padding-left: 15px;
}

#imgTooltip {
    border: 3px solid var(--color7); 
    width: 70px; 
    height: 70px;
}

#rosterTooltip .nameBD {
    width:80%;
}

#rosterTooltip .picClass {
    width:20%;
}

#rosterTooltip .liDesciption {
    white-space: pre-wrap;
}

#widgetsordertable .column {
    cursor:move;
    margin-top:5px;
    margin-bottom:5px;
}

#form-create-group .modal-dialog, #form-add-event .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

.deliverystatusmark {
    margin-right: 10px;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
/*.deliverystatusmark.lastelem {
    margin-right: 40px!important;
}*/
.delivmark_read {
    color: #347AB6;
}


/***************** Modals Start*************************/
#form-add-event .modal-content {
    width: 800px;
}

#form-add-event input, #form-add-event select {
    min-width: 120px;
}

#form-add-event #svg_events, #form-add-event #svg_clock {
    stroke: var(--color1);
    fill: var(--color1);
}

#ipbrickcontacts_result {
    padding-bottom:15px;
}

#modal-search-contacts .modal-body {
    min-height: 250px;
}

#modal-search-contacts #contactstable .customsvg {
    height:10px;
    vertical-align: initial;
}

#event_users {
    width:100%;
}

.modal_label {
    width:100%;
    font-weight: bold;
    color: var(--color1)
}
.modal_field {
    width:100%;
    float:left;
    position:relative;
}

.modal_clock {
    margin-left:20px;width:unset;
}

.modal-header {
    border-bottom: none;
    /*padding-bottom: 0px;*/
}

.modal-header i {
    vertical-align: middle;
    line-height: 16px;
    margin-right: 10px;
}

.modal-header span {
    vertical-align: middle;
    line-height: 27px;
}

.modal-header .customsvg {
    vertical-align: unset;
}

.modal-footer {
    border-top: none;
    padding-top: 0px;
}

.modal-header h4 {
    font-weight: bold;
    border-bottom: 1px solid var(--color5);
    padding-bottom: 10px;
}


.modal-header-1 h4 {
    font-weight: bold;
    border-bottom: 0px solid #DCDCDC;
    padding-bottom: 15px;
    text-align: center;
}

.modal-body {
    padding-top: 0px;
}

label[for="contactssearch"],label[for="cc_phonessearch"]  {
    position: absolute;
    top: 8px;
    left: 26px;
}

.search_input {
    text-indent: 15px;
    font-size:12px;color:var(--color5);
}

.search_input_search {
    display:none;
}

.modal-header-button {
    float: right;
    font-weight: bold;
    line-height: 1;
    color: var(--color5);
    margin-right:5px;
}

.modal-header-button:hover,.close:focus {
    cursor: pointer;
}

.modal-header-button .customsvg {
    height:16px;
    stroke: var(--color5);
}

.view_label {
    color: var(--color1);
}
.view_value {
    padding-left:0px;
    padding-right:0px;
    white-space: initial;
    color: var(--color1);
    width:100%;
    margin-bottom:15px;
}

.view_value .customsvg{
    fill: var(--color1);
    stroke: var(--color1);
    vertical-align: unset;
}

/***************** Modals End*************************/


@keyframes blinker {  
    50% { color: transparent; }
}


#safari_share_icon {
    fill: blue;
    width:14px;
    height:14px;
}

#safari_install_pwa {
    display:none;
    position: fixed;
    bottom: 0px;
    height:60px;
    z-index: 10;
}
#safari_install_pwa:after {
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fcf8e3;
    left: 50%;
    margin-left: -20px;
}
#safari_install_pwa .quote {
    width: 80%;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    color:#fff;
}

@media (max-width: 991px) {
    #voip .plusdiv {
        display:flex;
        margin-top: 11px;
    }
    
    #voip .followmeoption {
        padding-left: 0px;
        margin-top:7px;
    } 
    
    #voip .deletebutton {
        margin-top:7px;
    }   
}
@media screen
and (min-width: 768px)
and (max-width: 991px) {
    #show_area1, #show_area2 {
        display: block;
        font-size: 18px;
    }
    .carousel-control.right {
        right: 245px;
    }
    .gofull {
        right: 260px;
    }
}

@media screen
and (min-width: 992px)
and (max-width: 1199px) {
    .carousel-control.right {
        right: 318px;
    }
    .gofull {
        right: 333px;
    }
}

@media screen
and (min-width: 991px)
and (max-width: 1264px) {
    .text-align {
        text-align: center;
        margin-top: 5px;
    }
    .table-profile-mini{
        font-size: 8pt;
    }
}
@media screen
and (min-width: 1265px) {
    .text-align {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .visible-sm-inline-block {
        display:inline-block!important;
    }

    .carousel-control.left, .carousel-control.right {
        height: 300px;
    }

    .carousel-control.right {
        right: 15px;
    }

    .gofull {
        right: 30px;
    }

    #view_photo .container {
        width: 80%;
    }
    
    .album_photo {
        line-height: 300px;
    }
    
    .album_photo, #photo_carrousel_box {
        height: 300px;
    }
    
    .photo_comment {
        height: 500px;
    }
    
    #photo_comment {
        height: 417px;
    }
    
    .comments_container {
        height: 75%;
    }
    
    .picture_carousel {
        max-height: 300px;
    }
}

.addressbookitemform {
    width: calc(100% - 11px);
    display: inline-block;
}

.previewurl-box{
  border:1px solid #ddd;background:#eee;cursor:pointer;/*margin:0 auto;*/
}
.previewurl-box .text-wrapper{
  padding-left:10px;padding-right:10px;
}
.previewurl-box .text-wrapper p strong{
  font-size: 1.4rem;
}
.previewurl-box .text-wrapper .description{
  margin-top:-10px;
}
.previewurl-box img{
  background:#ddd;
  /*max-height: 300px;*/
}

.pdfpreview img {
    float:left;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    padding-bottom: 5px
}
.pdfpreview i {
    padding-right: 5px;
    float: left;
    margin-top: 2px;
}

.commentpdfpreview img {
    max-width: 300px;
    max-height: 100px;
}

.commentpdfpreview div {
    max-width: 300px;
}


.dropdown-menu-cm {
    
    top: unset;
    left: unset;
    margin-left: -137px;
    max-width: 10px;
    
}

.archived_icon_color {
    color: var(--color1);
    margin-right: 5px;
}

.other_icon_color {
    color: var(--color1);
    margin-right: 5px;
}

.fav_icon_color {
    color: var(--color1);
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
    .scrollup {
        right:350px;
    }
    
    .chat_username {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 75px);
        float: left;
    }
    
    #form-create-group {
        position: absolute;
        overflow: auto;
    }
}

@media screen and (max-height: 450px) {
    .hide_when_keyboard {
        display:none;
    }
}

@media only screen and (max-width: 1024px) {
    #chat-area {
        max-width: 650px!important;
        right: unset!important;
        left: 0px;
    }
}
    
@media screen and (min-width: 1280px) {
    #calendar #data1 {
        max-width: 125%;
        width: 125%;
    }
}

@media screen and (max-width: 1420px) {
    .linksMiniTable .linkFolderTD { /*dont show this column in the links mini table*/
        display: none;
    }
}

