body.fixed-header .header{
    /*z-index: 999999999;*/
    display: inline-block;
}
.page-sidebar-top{
    /*top: 0px;*/
}
.dataTables_wrapper{
    overflow-x: auto;
}
.tooltip {  
    width: auto;
}
form .tooltip {  
    min-width: 150px;
}



.tooltip-inner {
    max-width: 500px;  
}
.info_tooltip{
  position: absolute;
}

.modal-full .modal-dialog{
    width: 100%;
    margin: 0 ;
}
.modal.modal-full .modal-body{

}
@media (min-width: 768px)
{
    .modal-dialog{
      width: 800px;
      margin: 30px auto;
    }   
    .modal-sm{
      width: 400px;
    }   
}

.tag span.label{
    display: inline-block;
}
.tag span.label:empty{
    display: none;
} 
.float-left{
    float: left !important;
}
.float-right{
    float: right !important;
}
.currency-display {
    color: #c1c1c1;
}
.center-value {
    padding-top: 15px !important;
}

.panel-title a.translate_btn{
    left: 120px;
    top: 15px;
    color: #f55753 !important;
    opacity: 1;
}
.dataTables_filter label a.translate_btn{
    left: 80px;
    top: 10px;
}
#helpBox{
    height: auto;
    z-index: 99999;
    margin-top: 60px;
}
#helpBox .page-content-wrapper {
    min-height: auto;
}
#helpContent{
    padding: 20px;
}
#person_page #tabTag tags-input .tags .tag-item,#SupporteurCtrl  #tabSearchTag tags-input .tags .tag-item{
    background: none !important;
    border: none;
}
tags-input .tags .tag-item .remove-button{
    font: 9px Arial, sans-serif;
    color: #fff;
}
tags-input .tag-template{
    background: #48b0f7;
    padding: 0 5px;
    border-radius:5px;
}
span.ui-select-match-text {
    width: 85%;
    overflow: hidden;
}
.closeHelp{
    float: right;
  color: #6d5cae;
  z-index: 999;
  position: absolute;
  right: 20px;
}
.closeHelp i{
    font-size: 30px;
}
#helpVideo .video_wrapper {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

#helpVideo .video_wrapper iframe, #helpVideo .video_wrapper object, #helpVideo .video_wrapper embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.page-container .page-content-wrapper{
    overflow-x: hidden;
}
.news-types{
    display: none;
    height: 105px;
    margin-top: 20px;
    overflow-y: auto;
}
.form-group-default.select{
    overflow: visible;
}
.form-layout textarea{
    height: 150px !important;
}
.form-layout fieldset{
    margin-top: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-4 {
    margin-right: 4px;
}
.invoice-body .action {
    min-width: 120px;
}
.bs-bg-success, .bs-bg-green {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}
.bs-bg-info, .bs-bg-blue {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}
.bs-bg-warning, .bs-bg-yellow {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}
.bs-bg-danger, .bs-bg-red {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}
.attachment {
    background-color: #eee;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 10px 5px;
    padding: 5px 12px;
}
.tab-fieldset legend{
    margin: 0 0 15px;
    padding: 10px 0 15px;

}
.group-others .tags{
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}
.group-others .tags .input{
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
    background: transparent;
}
.group-others .tags .tag-item{
    margin-right: 5px;
}
#notification_com ul {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
}
#notification_com li {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: #eee;
    line-height: 16px;
}
#notification_com li .notice-from {
    margin-top: 10px;
}
#notification_com li .fa {
    font-size: 16px;
    margin-right: 8px;
    position: absolute;
}
#notification_com li span {
    font-weight: 700;  
    margin-left: 32px;
    display: inline-block;
}
#notification_com .user span,
#notification_com .user .fa {
    color: #337ab7; 
}
#notification_com .tags span,
#notification_com .tags .fa {
    color: #5bc0de; 
}
#notification_com .info-circle span,
#notification_com .info-circle .fa {
    color: #f0ad4e; 
}
#notification_com .warning span,
#notification_com .warning .fa {
    color: #d9534f; 
}
#notification_com li.seen {
    background:  #fff;
}
#notification_com li.seen span {
    font-weight:  400;
}
#notification_com li:hover {
    cursor: pointer;
}
#notification_com li > div:last-child {
    text-align: right;
    color: #999;
}
.main-key{
    color: #1fa67a;
    margin-left: 10px;
}
.page-sidebar .sidebar-menu .menu-items > li:first-child{
    margin-top: 30px;
}
.dataTables_length .form-control,.dataTables_filter .form-control{
    height: 40px;
}
@media(max-width: 991px){
    .header > .pull-left.sm-table, .header > .pull-right.sm-table{
        position: absolute;
        z-index: 8;
    }
}
@media (min-width: 1200px){
    .modal-lg {
      width: 1100px;
    }
}
.sidebar-header-controls.right-manage{
    float: right;
    margin-right: 53px;
}
.product-name,
.hide{
    display: none !important;
}
.no-border{
    border: none;
}
.al-right{
    text-align: right;
}
.remove-address{
    color: #eee;
}
.dataTable tbody > tr:first-child td.fc-day.fc-widget-content{
    border-top: 1px solid #ddd;
}
.panel-communication{
    border: 1px solid #ddd;
}
.summernote-wrapper [class^="icon-"], [class*=" icon-"]{
    font-family: "icomoon",FontAwesome;
}
.timeline::before{
    background-color: #aaa;
}
.auto-width{
    width: auto !important;
}
.timeline-point{
    border-color: #aaa;
}
.semi-bold{
    font-weight: 600 !important;
}
.timeline-content .card{
    background-color: #eee;
    border: 1px solid #aaa;
    margin-bottom: 0;
}
.timeline-content{
    color: #333;
}
.mr-12{
    margin-right: 12px;
}
div.communication{
    text-align: center;
}
.communication .thumbnail-wrapper{
    clear: both;
    text-transform: uppercase;
}
.communication .user-image{
    width: 65px;
  display: inline-block;
  float: left;
}
.communication .email_text{  
    display: inline-block;
    text-align: left;
  margin-left: 0px;
  font-size: 20px;
  word-break: break-word;
  width: 215px;
  margin-top: 15px;
}
.timeline-container.left{
    margin-left: 50px;
}
.communication .user-image a{
    display: inline-block;
}

.communication .user-details.ticket{
    margin-top: 0px;
}
.communication .user-details{
    margin-top: 20px;
    text-align: left;
}
.communication .user-details .row{
    border-bottom: 1px dashed #ddd;
    vertical-align: middle;
}
.communication .user-details select{
    width: 100%;
  border: none;
  background: none;
  margin-top: 5px;
}

.communication .user-image .user_profile{
  border-radius: 50%;
}
.communication .user-image img.user_profile{
    padding-top:0;
    float: left;
}

.communication .user-details .form-group-default{
    border: none;
}
.form-group-default textarea{
    height: 90px !important;
}
.navbar-nav .dataTables_filter{
    margin: 10px 0 0 0;
}
.note-editor .note-editable{
    min-height: 200px;
}
.action{
    min-width: 70px;
}
.mb-30{
    margin-bottom: 30px;
}
#chats_user_list{
    overflow: auto;
}
#invoice-table .total {
    text-align: right;
}
#invoice-table .action {
    min-width: 30px;
}
.right-float{
    float: right;
}
.align-right{
    text-align: right;
}
.btn-add-contact,
.btn-add-address{
    margin-top: 20px;
    margin-bottom: 30px;
}
.align-center{
    text-align: center;
}
.table-totals tr td,
.table-totals tr th{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.discount,
.tax-state,
.tax-country{
    display: none;
}
.invoice-comments{
    margin-top: 50px;
}
.result-snapshot td:first-of-type {
    vertical-align: middle;
    width: 100px;
}
small.viewed{
    font-size: 9px;
    font-weight: bold;
    color: #777;
    font-style: italic;
}
.table tr.table-header > td{
    vertical-align: bottom;
}
.pgn-circle .alert > div > div.pgn-thumbnail > div .thumb_user{
    padding: 16px;
    color:#fff;
    font-weight: bold;
}
.profile-img-wrapper .thumb_user{
    padding: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding-left: 7px;
}

.brand_header{
    width: 280px;
    height: auto;
    padding: 2px;
    padding-left: 100px;
}

@media (max-width: 767px){
    .brand_header{
        padding-left: 0px;       
    }
}
.thumbnail-text{
    padding: 6px;
    font-weight: bold;
}
.thumbnail-text-large{
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 30px;
}
.page-content-wrapper .navbar{
    margin-bottom: 0px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    color: #626262;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{
    margin-top: 5px;
}

.row-drop td{
    background: #626262;
}

.row-drop table td{
    background: none;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu{
}

.datatable-header {
    padding-top: 0px;
    border: 0;
}

table#tableWithSearch.table-invoice-test {
    table-layout: fixed;
}

table#tableWithSearch.table-invoice-test tr:nth-child(even) {
	background-color: #f2f2f2;
}

table#tableWithSearch.table-invoice-test th {
    text-align: center;
}

table#tableWithSearch.table-invoice-test td.id {
    text-align: center;
}

table#tableWithSearch.table-invoice-test td.invoicedate {
    text-align: center;
}

table#tableWithSearch.table-invoice-test td.status {
    text-align: center;
}

table#tableWithSearch.table-invoice-test td.total {
    text-align: right;
}

table#tableWithSearch.table-invoice-test:lang(en) td.total:before {
	content:'$';
}

table#tableWithSearch.table-invoice-test:lang(fr) td.total:after {
	content:' $';
}

table#tableWithSearch.table-invoice-test th#title_grandtotal {
    text-align: right;
}

table#tableWithSearch.table-invoice-test th#grandtotal {
    text-align: right;
}

table#tableWithSearch.table-invoice-test:lang(en) th#grandtotal:before {
	content:'$';
}

table#tableWithSearch.table-invoice-test:lang(fr) th#grandtotal:after {
	content:' $';
}

body > .pgn-wrapper[data-position="top"]{
    z-index: 99999;
}

a.remove_filter {
  color: #fff;
  margin-top: 8px;
  font-size: 20px;
cursor: pointer;
}

.right-bar{
    float: right;
    position: absolute;
    right: 10px;
    top: -3px;
}
.page-container .page-content-wrapper .content{
    padding-bottom: 70px;
}
.iframe-news-container{
    border: none;
    width: 100%;
    height: calc(100vh - 150px);
}
.secondary-sidebar{
    height: 100%;
    width: 290px;
}
.sidebar-criteria > span.txt-blue{
    color: #48b0f7;
}
.inner-content{
    margin-left: 290px;
}
.secondary-sidebar.result-sidebar{
    height: calc(100% - 60px);
}
.secondary-sidebar .main-menu{
    padding-left: 10px;
    padding-top: 30px;
    overflow: auto;height:100%;
}
.secondary-sidebar .main-menu .news-edit{
    float: left;
    line-height: 24px;
    margin-left: -13px;
    font-size: 10px;
    display: none;
}
.secondary-sidebar .main-menu .news-edit.active{
    display: inline-block;
}
.secondary-sidebar .main-menu .news-item{
    display: inline-block;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}
.autosuggest{
    position: relative;
}
.autosuggest > ul{
    background-color: #fff;
    border: 1px solid #eee;
    height: 500px;
    list-style: outside none none;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    top: 50px;
    width: 280px;
    z-index: 1;
    display: none;
}
.autosuggest > ul > li{
    color: #337ab7;
    cursor: pointer;
}
.autosuggest ul > li:hover{
    color: #114894;
}
.map-container{
    height: calc(100vh - 130px);
    overflow-y: auto;
}
.display-month-weeks div{
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.txt-blue{
    background-color: #337ab7;
    color: #eee;
}
.txt-red{
    background-color: #d9534f;
    color: #eee;
}
.is_online .fa,
.is_client .fa {
    border-radius: 3px;
    padding: 2px 5px;
    text-align: center;
    width: 30px;
}
.display-year-month{
    background-color: #eee;
}
.display-year-month h3{
    background-color: #ccc;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}
.display-year-month .display-date{
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
    background-color: #eee;
    min-height: 130px;
}
.display-year-month .display-date h4{
    margin: 0;
}
.display-year-month .display-date span{
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 5px;

}
.display-year-month .display-date span i{
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}
.display-year-month .display-date span i img{
    height: 16px;
    display: none;
    margin-top: -18px;
}
.display-year-month .display-date span i img.active{
    display: block;
}
.item-shadow{
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.col-custom-7{
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 14.2857%;
}
.btn-mark-read-all{
    position: absolute;
    z-index: 101;
    right: 45px;
    top: 5px;
    display: none;
}
.secondary-sidebar .main-menu > li.sidebar-criteria.active > a > .title::after{
    display: none;
}
.results-list{
    padding-top: 0;
}
.split-view .split-list .results-list .header_item{
    background-color: #868686;
    color: #fff;
    font-size: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
}
.split-view .split-list .results-list .item{
    height: auto;
    border-bottom: none;
}
.split-view .split-list .results-list .item:hover{
    background-color: #dedede;
}
.split-view .split-list .results-list .item.read{
    background-color: #fff;
}
.split-view .split-list .results-list .item.active{
    background-color: #48b0f7;
    color: #fff;
}
.text-news-container{
    padding: 20px 35px;
    display: none;
}
.text-news-container h3{
    color: #3a8fc8;
}
.text-news-container a{
    background-color: #3a8fc8;
    border-radius: 5px;
    color: #eee;
    display: inline-block;
    float: right;
    padding: 10px;
}
.btn-criteria-edit,
.btn-criteria-add{
    display: none;
}
.list-view-group-container.results-list{
    overflow-y: auto;
    height: calc(100vh - 60px);
    margin-bottom: 0;
}
.list-view-group-container.results-list ul{
    margin-bottom: 0;
}
.split-view .split-list .item .datetime{
    text-align: right;
    width: 70px;
    line-height: 14px;
}
.split-view .split-list .item.active .datetime,
.split-view .split-list .item.active .subject{
    color: #fff;
}
.split-view .split-details .actions li{
    display: inline-block;
}
.split-view .split-details .actions li.share-option{
    margin-left: 10px;
}
.split-view .split-details .actions li.share-option a{
    padding: 0 5px;
    font-size: 18px;
}
.split-view .split-details .actions li.share-option a:hover{
    color: #007bc9;
}
.split-view .split-details .actions li.iconic{
    margin-left: 10px;
}
.split-view .split-details .actions li.iconic a{
    padding: 0 4px;
    font-size: 20px;
    text-decoration: none;
}
.split-view .split-details .actions li a:hover{
    text-decoration: underline;
}
.split-view .split-details .actions li.share a:hover{
    color: #48b0f7;
}
.split-view .split-details .actions li.mood a:hover,
.split-view .split-details .actions li.mood a.active{
    color: #e7c042;
}
.split-view .split-details .item-tags{
    height: 39px;
}
.data-thumbnail{
    color: transparent;
    background: transparent;
}
.data-thumbnail i.fa{
    font-weight: 700;
    color: #fff;
}
.color-twitter i.fa{
    background-color: #48b0f7;
}
.data-thumbnail i.fa img{
    height: 28px;
    margin-top: -28px;
    display: none;
}
.data-thumbnail i.fa img.active{
    display: block;
}
span.color-twitter{
    background-color: #48b0f7;
    color: #fff;
    padding: 1px 6px;
    margin: 2px;
}
.color-gnews i.fa{
    background-color: #f55753;
}
span.color-gnews{
    background-color: #f55753;
    color: #fff;
    padding: 1px 6px;
    margin: 2px;
}
.color-custom i.fa{
    background-color: #fff;
}
span.color-custom{
    background-color: #fff;
    color: #fff;
    padding: 1px 6px;
    margin: 2px;
}
.color-journalmetro i.fa{
    background-color: #087d41;
    background-image: url(../img/social/journalmetro-green.png);
    background-size: 100%;
}
.color-journalmetro i.fa img{
    display: none;
}
.color-journalmetro i.fa img.active{
    display: block;
}
span.color-journalmetro{
    background-color: #087d41;
    color: #fff;
    padding: 1px 6px;
    margin: 2px;
}
.sharing-container{
    margin-left: 15px;
    width: 150px;
}
.addthis_sharing_toolbox{
    position: relative;
    top: 5px;
    display: inline-block;
}
.item-tags{
    padding: 0 20px 10px;
}
.split-view .split-list .item.active span.color-twitter{
    background-color: #fff;
    color: #48b0f7;
}
.split-view .split-list .item.active .color-twitter i.fa{
    background-color: #fff;
    color: #48b0f7;
}
.split-view .split-list .item.active span.color-custom{
    background-color: #fff;
    color: #fff;
}
.split-view .split-list .item.active .color-custom i.fa{
    background-color: #fff;
    color: #fff;
}
.split-view .split-list .item.active span.color-gnews{
    background-color: #fff;
    color: #f55753;
}
.split-view .split-list .item.active .color-gnews i.fa{
    background-color: #fff;
    color: #f55753;
}
.split-view .split-list .item.active span.color-journalmetro{
    background-color: #fff;
    color: #087d41;
}
.split-view .split-list .item.active .color-journalmetro i.fa{
    background-color: #fff;
    color: #087d41;
    background-image: url(../img/social/journalmetro-white.png);
    background-size: 100%;
}
.split-view .split-list .list-refresh.btn-mapping{
    color: #a4c61b;
    opacity: 1;
    right: 5px;
    display: none;
}
.split-view .split-list .list-refresh.btn-mapping.active,
.split-view .split-list .btn-mark-read-all.active{
    display: block;
}
.full-load{
    display: none;
}
.prime-load{
    background-image: url(../../assets/img/logo_2x.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.list-view-group-container{
    background-color: #eee;
}
.padding-30-b-20{
    padding: 30px 30px 20px !important;
}
.secondary-sidebar.result-sidebar .menu-options{
    height: calc(100% - 180px);
    overflow-y: auto;
    margin-top: 20px;
}
.secondary-sidebar.map-sidebar .menu-options{
    height: 100%;
    margin-top: 0;
}
.secondary-sidebar.result-sidebar .main-menu{
    padding-top: 0;
    margin-top: 20px;
}
.secondary-sidebar.map-sidebar .main-menu{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.secondary-sidebar.result-sidebar .main-menu.tag-list{
    padding-top: 0;
    margin-top: 0;
}
.secondary-sidebar.result-sidebar .main-menu.tag-list li{
    margin-bottom: 5px;
}
.secondary-sidebar.result-sidebar .main-menu.tag-list li > a{
    display: block;
    color: #ccc;
}
.secondary-sidebar.result-sidebar .main-menu.tag-list li > a:hover{
    color: #fff;
}
.secondary-sidebar.result-sidebar .main-menu.tag-list .sub-menu{
    padding-left: 0;
    display: none;
}
.secondary-sidebar.result-sidebar .main-menu.tag-list .sub-menu.active{
    display: block;
}
.criteria-source{
    margin-bottom: 0;
    margin-top: 0 !important;
}
.criteria-source .source_item{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #eee;
}
.result-sidebar .sub-menu li a .badge,
.result-sidebar .main-menu li a .badge{
    line-height: 32px;
}
.sidebar-criteria > a{
    cursor: pointer;
}
.sidebar-criteria > span{
    background-color: transparent;
    color: #fff;
    line-height: 24px;
    padding-bottom: 0;
    padding-top: 0;
    width: 36px;
    text-align: right;
}
.money{
    font-weight: bold;
    font-size: 30px;
}
.quickview-wrapper .quickview-toggle{
    right: 0;
}
#quickview-call .keypad{

}
#quickview-call .form-control{
    height: 40px;
    font-size: 20px;
}
#quickview-call #keypadContent li:hover a{
    color: #fff;
}
#quickview-call #keypadContent li:hover{
    background: #007700;
}

#quickview-call .keypad li{
    width: 32%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    cursor: pointer;
}

#quickview-call .keypad li a{
    font-size: 20px;
}
#quickview-call #calling_text,#quickview-call #calling_text_error{
    padding: 10px;
    font-size: 17px;
    color: #fff;
}

.drop-box {
    background: #F8F8F8;
    border: 3px dashed #DDD;
    text-align: center;
    padding: 25px;
}
.menu-pin .container-fluid.container-fixed-lg,.container-fluid.container-fixed-lg{
    width: 100%;
}
.list-view-group-container ul{
    height: auto;
}
.quickview-wrapper{
    width: 355px;
    right: -355px;
}

.quickview-wrapper.open{
    z-index: 1524;
}
#favoriteSidebar .main-menu li a{
    font-size: 12px;
    display: block;
    line-height: 19px;
}

.translate_btn{
    margin-top: -5px;
    min-width: 10px !important;
    position: absolute;
}
.nav-tabs li a.translate_btn{
    margin-top: -20px;
    right: 0;
}
.img_pick{
    width: 100%;
    padding: 5px;
    background: #eee;
}

.img_pick.selected{
    background: green;
}
.results-listheader_item{
    font-weight: bold;
    font-size: bold;
}

img.user_profile{
    width: 65px;
    height: 65px;
    border-radius: 50px;
}
img.user_profile.small{
    width: 25px;
    height: 25px;
}

img.user_profile.online{
    border: 3px solid #10cfbd;
}
span.user_profile{
    width: 65px;
    border-radius: 50px;
    background: #8a7dbe;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    height: 65px;
    text-align: center;
}
span.user_profile.online{
    background: #10cfbd;
    border: 3px solid #10cfbd;
    padding: 17px;
}

span.user_profile.small{
  width: 25px;
  height: 25px;
  padding: 5px 0px;
  font-size: 10px;
}

textarea.textarea{
    height: 120px !important;
}

#filterShowing,
#filterShowingDonator{
    padding: 5px 40px;
}
#filterShowingDonator .label,
#filterShowing .label{
    padding: 5px;
}
.count_label{
    padding: 3px 0px 0px 0px;
    text-align: left;

}
.label-multiple{
    display: inline-block;
    vertical-align: top;
}
.form-horizontal .form-group{
    border: none;
}
.loading{
    opacity: 0.5;
}
#loading_element{
    z-index: 99999;
    position: absolute;
    width: 100%;
    background: #fff;
    padding-top: 20%;
    text-align: center;
}

div.required{
    font-weight: bold;
}

div.required:after{
    content: "*";
    color: #ff4136;
    margin-left: 5px;
    font-weight: bold;
    font-size: 14px;
}

.config_icon{
    float: right;
    margin-top: -25px;
}
.operation_select{
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.form-group-default label{
    color: #666;
}

.pad8-right {
    padding-right: 8px;
}

.candidate_loadding{
    position: absolute;
    top: 220px;
    left: 45%;
}

.candidate_loadding i{
    font-size: 100px;
}
.modal-content.with_border{
    border: 3px solid #CD4945;
}
#StatResult .secondary-sidebar{
    z-index: 99;
    top: 60px;
    width: 240px;
}
.label-info{
    display: inline-block !important;
}
.leaflet-top{
  left: 50px;
  top: 80px;
  z-index: 1;
}

.leaflet-control-zoom a{
    background: #10cfbd;
    color: #fff;
    border: none;
    border-radius: 0;
}
.feedback-btn{
    right: 80px;
    display: none;
}
.builder .builder-toggle {
  position: absolute;
  width: 54px;
  height: 50px;
  top: 20%;
  left: -48px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.builder a {
  position: relative;
  display: block;
  width: 100%;
  color: #a1a1a1;
}

#loader{
    position: absolute;
    z-index: 99;
    top: 48%;
    left: 49%;
}
#global_loader{
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 100%;
    opacity: 0.3;
}

#global_loader img{
    margin-left: 50%;
    margin-top: 20%;
}
.label-info:empty{
    display: none !important;
}
.ui-select-bootstrap>.ui-select-choices{
    width: auto !important;
    position: absolute;
}

/* Invoice Snapshot CSS */
.invoice-body .row-drop > td {
    background-color:  #ddd;
}
.invoice-snapshot {
    background-color: #fff;
    color: #333;
    padding: 70px;
}
table#tableWithSearch.table-invoice-test .invoice-snapshot .table-header th {
    color: rgba(44, 44, 44, 0.35);
    font-size: 13px;
    padding: 20px;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}
table#tableWithSearch.table-invoice-test .invoice-snapshot .table-header th:first-child {
    text-align: left;
}
table#tableWithSearch.table-invoice-test .invoice-snapshot tr:nth-child(2n) {
    background: #fff;
}
table#tableWithSearch.table-invoice-test .invoice-snapshot tbody td {
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    border-top: medium none;
    font-size: 13.5px;
    padding: 20px;
}
.invoice-snapshot tbody td .no-tax {
    background: #ddd none repeat scroll 0 0;
    border-radius: 5px;
    color: #777;
    display: inline-block;
    margin-left: 12px;
    padding: 2px 8px;
}
.invoice-snapshot .separation {
    height:  100px;
}
.invoice-snapshot .form-control {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 24px;
    min-height: 24px;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-top: 0;
}
.invoice-snapshot .invoice-totals span {
    line-height: 20px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 600;
}
.invoice-snapshot .invoice-totals > div > .row {
    margin-right: 0;
    margin-left: 0;
}
.invoice-snapshot .invoice-totals .form-group {
    border-bottom: 1px solid #ccc;
}
.invoice-snapshot .invoice-totals .form-group .sub-details {
    font-weight: 400;
}


/* Person page */

#return_list_sidebar,#favoriteSidebar{
    width: 200px;
    top: 60px;
    z-index: 99;
    display: block;
}
.secondary-sidebar .btn-compose{
    display: block; 
}

div.region_text{
    font-weight: 700;
}
@media (max-width: 979px){
    .secondary-sidebar {
        left:0;
        margin-left: 0;
    }
}

.dataTable tbody  td.member,.dataTable tbody  td.member_id,.dataTable tbody  td.member_solliciteur,.list-group-item.member,.list-group-item.member_solliciteur,.list-group-item.member_id{
    background: rgba(16,207,189,0.6) !important;
}
.dataTable tbody  td.donator,.list-group-item.donator{
    background: rgba(72,176,247,0.6) !important;
}
.dataTable tbody  td.volunteer,.list-group-item.volunteer{
    background: rgba(248,208,83,0.6) !important;
}
span.progress{
    display: block;
    height: 20px;
}

span[data-type="cellphone"]:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f10b";
  margin-left: 5px;color: #10cfbd;
  position: absolute;float: right;
}


/* Supporteur page */
tr.inactive td{
    background: rgba(245,87,83,0.6);
}
td span.group_badge{
  position: absolute;
  margin-left: -5px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search{
    width: auto;
    min-width:100px;
}

.highlight {
    color: #ff0000;
    font-weight: bold;
}

#SupporteurMergeModal img.user_profile{
    width: 150px;
    height: 150px;border-radius: 50%;
}
.arrow-container .fa{
    margin-top: 70px;
          font-size: 8px;
      color: #999;
      display: inline-block;
      vertical-align: middle;
}

.arrow-container .fa-square{
      margin-right: 10px;
}
.arrow-container .fa-arrow-right{
    
  font-size: 30px;
}

#SupporteurMergeModal span.user_profile{
    padding: 65px 50px;
    width: 150px;height: 150px;font-size: 40px;border-radius: 50%;
}

#SupporteurMergeModal span.user_profile:empty{
    visibility: hidden;
}
#calendar .bg-complete {
  background-color: #48b0f7 !important;
}

#calendar .bg-success {
  background-color: #10cfbd !important;
}

p.merge_text{
    font-size: 20px;
}

p.merge_text span{

}

p.merge_text strong{

}
ul.number li{
    list-style-type: decimal;
}

.electeur_link{
    margin-left:10px;
}
span.inline-block{
    display: inline-block;width: 100%
}


/*  Email template page */
#textEditor{
    font-family: Courier
}
.preview .bg-master-light p{
    font-size: 11px;
}
.form-group label.inline_label{
    float: left;
    margin-right: 20px;
}
#FilterModal tags-input .tags .tag-item{  color: #fff;
  background: #428bca !important;
  border: 1px solid #357ebd;
  border-radius: 4px;

}

.facebook-container .bg-caption{
    background: #a2cb1f;
    width: 100%;
}
.login-page .feedback-btn{
    display: none;
}
.autocomplete{
    min-width: 300px;
}
tags-input .tags .tag-item{
    height: auto;
    min-height: 26px;
}
tags-input{
    min-width:180px;
}
.file_img{
    max-width: 150px;
}
#UserFile{

  max-height: 300px;
  overflow: scroll;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}
#UserFile thead th{
    background: #e2e2e2;
}

#UserFile tbody tr{
    cursor: pointer;
}

#UserFile tbody tr.selected td{
    background: #3574e3;
    color: #fff;
}
.preview_row .name{
    text-decoration: underline
}
.form-group-default .ui-select-container.form-control{
    height: auto;
}
.progress-bar_stack{
    display: inline-block;
    height: 100%;
}
#statTable .progress{
    background: rgba(255,255,255,0) !important
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top{
    height:20px;
    line-height: 20px;
}
.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > span{
    display: inline-block;width: 100%;
}

.quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > span.title{
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.timeline-block .timeline-point .fa-mobile-phone{
    margin-left: -4px;
    font-size: 20px;
    margin-top: -10px;
}

.timeline-block .timeline-point .fa-phone{
    font-size: 18px
}
.alert-title{
  background: none repeat scroll 0 0 #10cfbd;
  color: #fff;
  font-weight: bold;
}
#pointageSeatModal .title{
    font-weight: bold;
}

#settingColumnsForm ul li{
    
    background: #fff;
    cursor: pointer;
}
.ui-sortable-placeholder{
    background: #8a7dbe !important;
    height: 40px !important;
}
#settingColumnsForm ul{
    height: 600px !important;
    overflow: auto;
    padding-bottom: 20px;
}
.search-input{
    border-radius: 0px;
}
#settingColumnsForm #columnList{
    height: 525px;
    overflow: scroll;
}
#settingColumnsForm .checkbox{
    margin-bottom: 15px;
}
#settingColumnsForm .checkbox label{
    font-size: 20px;
}
#settingColumnsForm .search-div .fa-search{
    position: relative;
    float: right;margin-top:-25px;margin-right: 10px;
}
.select2-drop,
.select2-drop-active{
    min-width: 180px;
}
.modal .modal-body{
    max-height: 600px;overflow: auto;
}

.form-control-select{
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.form-group-default{
    overflow: visible;
    border: 1px solid rgba(0, 0, 0, 0.15);   
}
#OperationPage .persons{
    padding: 0;
}


#OperationPage .persons li{
    display: inline-block;width: 100%;    padding: 10px; cursor: pointer;
}


#OperationPage .persons li.selected{
    background: #eee
}

#OperationPage .persons li .pointage_history_bar{
    display: inline-block;
      width: 7px;
      height: 70px;
      vertical-align: middle;
    float: left;
      background: #ccc;
}

#OperationPage .persons li img{
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
    float: left;
  padding:  10px 10px 0;
}

#OperationPage .persons li .person_info{
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 180px;

}

#OperationPage .persons li .person_info p{
    margin-bottom: 10px;
}

#OperationPage .persons li .person_info p.name{
    font-size: 15px;font-weight: bold;white-space: nowrap;
}
#OperationPage .persons li .person_info p.info{
    font-size: 12px;
}



#OperationPage .elector_info .person_edit{
    border-bottom: 2px solid #ccc;padding-right: 5px !important;
}

#OperationPage .elector_info .person_edit .form-control{
    display: inline-block;width: 260px;font-size: 20px;height: 40px;
}

#OperationPage .elector_info .person_edit .btn-default{
    display: inline-block;width: 60px;padding: 0;float: right;
    
}

#OperationPage .elector_info .person_edit .btn-default img{
    width: 100%;
}
#OperationPage .elector_call,
#OperationPage .phone_call,
#OperationPage .laius{
    height: 1000px;
    overflow: auto;
}
#OperationPage .laius p{
    font-size: 16px
}

#OperationPage .elector_call{
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;padding-left: 0;padding-right:0;
}

#OperationPage .elector_call .comment{

}
#OperationPage .elector_info .persons{
    padding: 10px;
}

#OperationPage .phone_call .comment textarea{

   position:absolute;
   bottom:30px;
  height: 150px;
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  padding: 10px 20px;
  resize: none;
}
#OperationPage .elector_call .comment textarea{
  height: 150px;
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  padding: 10px 20px;
  resize: none;
}

#OperationPage .pointage{
    padding: 20px;display: inline-block;border-bottom: 2px solid #ccc;width: 100%
}

#OperationPage .pointage ul{
    padding:0;
}

#OperationPage .taglist{
    
  padding: 20px;
  display: inline-block;
  width: 100%;
  max-height: 370px;
  overflow: auto;
}

#OperationPage .taglist ul{
    padding:0;
}

#OperationPage .taglist ul li{

  
  display: inline-block;
  min-width: 120px;
  background: #868b96;
  text-align: center;
  float: left;
  color: #fff;
  height: 40px;
  margin: 5px;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px #6f7076;
}

#OperationPage .taglist ul li a{color: #eee;cursor: pointer;}

#OperationPage .taglist ul li.selected{
    background: #424a5a;
  box-shadow: 0px 3px 0px #1d2028;
}


#OperationPage .pointage ul li.selected{
    opacity: 1;
}

#OperationPage .pointage ul li{

  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #ccc;
  padding-top: 20px;
  text-align: center;
  float: left;
  margin: 5px;
  color: #fff;
  opacity: 0.5;
  font-size: 18px;cursor: pointer;
}

#OperationPage .pointage ul li a{
    color:#fff;cursor: pointer;
}

#OperationPage .buttons{

  padding: 0;
  padding-left: 15px;
}


#OperationPage .infocall{

  padding: 0;
  padding-left: 15px;
  background: #ededed;color: #000;
}

#OperationPage .infocall div{
    width: 90%;float: left;display: inline-block;
}


#OperationPage .infocall h4{
    font-weight: bold;margin-bottom:5px;display: inline-block;font-size: 20px
}


#OperationPage .infocall p{
    margin-bottom: 5px;
}
#OperationPage .buttons #call_btn_container{
    
}

#OperationPage .buttons #calling_btn_container{
    
}

#OperationPage .buttons #calling_btn_container a{
      width: 49%;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 1px;
  height: 70px;
  font-size: 18px;

}


#OperationPage .buttons #call_btn_container a{
          width: 100%;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 1px;
  height: 70px;
  font-size: 18px;
    background: #0c9f15;


}
    

@media (max-width: 767px){

#OperationPage .buttons #calling_btn_container a{
    width: 100%;
}
}

#OperationPage .buttons #calling_btn_container a.btn-cancel{
    background: #ae0303;
}

#OperationPage .buttons #calling_btn_container a.btn-cancel[data-hangup="appel"]{
    background: #F8D153;
}

#OperationPage .buttons #calling_btn_container a.btn-statut{
    background: #2b303b;
}
#OperationPage .buttons #calling_btn_container a.btn-next{
    float: right;
    width: 50%;
    background: #0c9f15;
}

#OperationPage .phone_call .statut_list{
    position: fixed;
    bottom: 70px;
    z-index: 10;
    width: 24%;
}

#OperationPage .phone_call .statut_list ul{
    padding: 0
}


#OperationPage .phone_call .statut_list ul li.selected{
    background: #0c9f15;
}
#OperationPage .phone_call .statut_list ul li a{
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}
#OperationPage .phone_call .statut_list ul li{
    display: inline-block;
    width: 100%;
    background: #2b303b;
    cursor: pointer;
    color: #fff;
    border-bottom: 3px solid #71747a;
    font-size: 16px;
}

#OperatorCtrl,#OperatorTwilioCtrl,#OperatorCallerCtrl{
    margin-top: -59px;
    z-index: 800;
    width: 100%;
}
.nav-tabs ~ .tab-content.filter_content{
    overflow: visible;
}

.person_nav_bar{
    position: relative;z-index: 99;
}
#tableWithSearchList td.last_call{
    width: 100px;
}
.progress_col .tooltip-inner span{
    text-align: left;
    display: inline-block;width: 100%;
}
.page_selection{
    width:100px;display:inline-block;vertical-align:bottom;
}
.operator_bottom{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.pager_container{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -20px;
}
#OperationCtrl .steps .step{
    height: 600px;
    overflow: auto;
}
.rejoin_col{
      border: 1px solid;
      border-top: 1px solid !important;
}
.beta_status{
  font-size: 12px;
  display: inline-block;
}

.beta_status .beta_text{
    background: #9dc852;
  padding: 5px 3px;
  border-radius: 5px;
  font-weight: bold;
}
.beta_status a{
    font-weight: bold;
}
.help_title{
    font-size: 20px;
}
legend{
    margin-top: 10px;
}
#bingoSheet span.fa.fa-check{
    position: absolute;
}
.help_text{
    font-size: 18px;
}
.remove_filter_btn{
    font-size: 20px;
    margin-top: 0px;
    margin-left: 20px;
    vertical-align: middle;
}
.no_result_box{
  padding: 20px;
  color: #fff;
}
.text_search{
    font-weight: bold;
    float: right;
    padding: 5px;
    position: relative;
    margin: -5px;
    width: 45px;
    text-align: center;
    height: 45px;
}

.text_search:empty{
    display: none;
}
#facebookConnectInfo p:empty{
    display: none;
}
#addToCampaignModal .modal-body{
    height: 500px;
}
.menu-options{
    height: 100%;
}
td.action.bg-primary a.text-primary{
    color:#fff !important;
}

/* Fix dropdown style between multiple select and single select*/
.ui-select-bootstrap{
    padding: 0;
}
.header .header-inner{
    padding-top: 7px;
}
.header .header-inner .fa-question-circle{
    font-size: 20px;
    position: relative;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-right: 7px;
    padding-left: 7px;
    display: inline-block;
}
.header .header-inner .icon-set.menu-hambuger-plus{
  display: inline-block;
  margin-top: -5px;
  margin-left: 5px;
}
.header .notification-list{
    display: inline-block;
    text-align: center;
}
.header .header-inner.quick_view_btn{
    display: inline-block;
}
.table>thead>tr>th{
    white-space: nowrap;overflow: hidden;
}
.container-fluid{
    padding: 0 10px;
}
.container-fluid.container-fixed-lg{
    padding-left: 15px;
}
.panel-body{
    padding: 0 10px !important;
}
#tabCustomColumn .form-group-default .form-control{
    /*margin-top: 0;*/
}

#tabSearchCustom .form-group-default-select-multi label,
#tabCustomColumn .form-group-default-select-multi label{
    margin-top: -5px;
}
#tabSearchCustom .form-group-default-select .select2-container-multi .select2-choices,
#tabSearchCustom .form-group-default-select .select2-container .select2-choice,
#tabCustomColumn .form-group-default-select .select2-container-multi .select2-choices,
#tabCustomColumn .form-group-default-select .select2-container .select2-choice,
#tabCustomColumnGroup .form-group-default-select .select2-container-multi .select2-choices,
#tabCustomColumnGroup .form-group-default-select .select2-container .select2-choice{
    margin-top: -5px;background: none;border:none;
}
.form-group-default-select .select2-container-multi.uicustom_select .select2-choices,
.form-group-default-select .select2-container.uicustom_select .select2-choice{
    margin-top: -5px;background: none;border:none;
}

.form-group-default-select .select2-container.uicustom_select{
    width: 100%;
    margin-top: -5px;
}
.form-group-default-select .select2-container.uicustom_select .select2-chosen{
    margin-top: 5px;
}

.form-group-default-select-custom label{
    margin-top:-5px;
}
#loadingSpin{
  position: absolute;
  margin-top: -37px;
  margin-left: 140px;
}
.modif_group{
    border-top: 5px solid #ccc;
}
.last_row_group{
    border-bottom: 5px solid #ccc;
}
.task-action{
    position: absolute;right: 10px;top: 10px;
}

#IncomingCallModal .modal-footer{
    text-align: center;
}
#IncomingCallModal .modal-footer .btn{
    width: 120px;
}
.hint-text{
    max-width: 280px;
}
#tagListModal .modal-body a.label.selected{
    font-size: 20px;
}
.form-group label:not(.error) .tooltip-inner{
    text-transform: none !important;
}
#favoriteSidebar .main-menu li a.remove_person_link{
    float: right;
    margin-top: -18px;
}
.custom_field_block .form-div{
    width: 69% !important;
    display: inline-block;
    vertical-align: top;
}
.custom_field_block select, .custom_field_block .select2{
    width: 100% !important;
}
.custom_field_block .calendar-icon-input {
    float: right;
    margin-top: -20px;
}
.custom_field_block .form-group{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}