body {
    padding-top: 50px;
}

.black {
    color: #000000;
}

.gray {
    color: #999999;
}

.lightsgray {
    color: #cccccc;
}

.text-blue{
    color: #4d9bcf;
}

.text-green{
    color: #66b38c;
}

.text-red{
    color: #f36d6d;
}

.bg-blue {
    background-color: #4d9bcf;
    color: white;
}

.bg-red {
    background-color: #f36d6d;
    color: white;
}

.bg-green {
    background-color: #66b38c;
    color: white;
}

.bg-yellow {
    background-color: #ffa200;
    color: white;
}

.spacer-bottom {
    margin-bottom: 10px;
}

#hot-contacts-table .tooltip-inner, #contacts-table .tooltip-inner {
    max-width: 400px !important;
}

#hot_contacts .spacer-bottom,  #contacts .spacer-bottom {
    margin-top: 10px;
}

.hot-contact-tab li.active>a, .custom-tab li.active>a {
    color: #25527c;
}

.hot-contact-tab li>a, .custom-tab li>a {
    color: #333333;
}

.spacer-bottom-2 {
    margin-bottom: 8px;
}

label{
    color: #808080;
    font-weight: 100;
}

label.active{
    color: #000000;
}

.radio-tab label{
    color: #d3d3d3;
}

.radio label{
    color: #333333;
}

.radio-tab label:hover{
    color: #808080;
}

/*
* Header
*/

.navbar.top-header {
    margin-bottom: 0;
}

.navbar.top-header > .container-fluid .navbar-brand {
    margin-right: 100px;
}

.top-header {
    background: #1d1d1d;
    border: none;
    border-radius: 0;
}

.top-header ul > li > a > i {
    margin-right: 5px;
}

.site-name-pr-white {
     color: #fff;
     font-size: 22px;
     margin-left: 5px;
}

.site-name-pr-red {
    color: #d20001;
    font-size: 22px;
    margin-left: 5px;
    font-weight: 700;
}

/*
* Page Panel
*/

.page-top-panel {
    padding: 10px 15px 0 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
}

.page-top-panel .breadcrumb {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background: transparent;
    border-radius: 0;
}

.page-top-panel h4 {
    font-size: 2.1em;
}

/*
* Login Styles
*/
.login-body, .error-body {
    background: #1d1d1d!important;
    color: #666666;
}

.login-logo .text-danger {
    font-size: 20px;
    text-transform: uppercase;
}

.login-logo i {
    font-size: 16px;
    color: white;
}

.login-box, .error-box {
    margin-top: 15%;
}

.login-box img, .error-box img {
    margin-bottom: 10px;
}

.login-box .login-content,
.error-box .error-content{
    border: solid 3px #d6d6d6;
    background: #ffffff;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 10px 30px 30px 30px;
    margin-bottom: 5px;
}

.error-box .error-content .fa-warning {
    color: #b10000;
}

.error-box .error-content .main-msg {
    font-weight: 700;
    margin-left: 5px;
}

.error-box .error-content .secondary-msg {
    margin-left: 27px;
}

.login-box .input-icon,
.error-box .input-icon{
    position: relative;
}

.login-box .input-icon input {
    padding-left: 30px;
}

.login-box .input-icon i.fa,
.error-box .input-icon i.fa{
    position: absolute;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    top: 0;
    vertical-align: middle;
    color: #c0c0c0;
    font-size: 1.3em;
}

.login-box .text-1, .error-box .text-1 {
    font-size: 1.2em;
}

/*
* End Login Styles
*/
/*
* Footer styles
*/
.link-footer {
    color: #428bca;
}

.link-footer:hover {
    color: #cc0000;
}

/*
* End Footer styles
*/

/*
* Dashboard Section
*/

.section {
    margin: 0 15px;
    margin-bottom: 20px;
}

.section .section-title {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.section .section-title > div, .section .row > div {
    /*padding: 0 10px 0 10px;*/
}

/*
Dashboard Tables
*/

.table-resume {
    padding-right: 5px;
    background-color: #f6f6f6;
    margin-bottom: 0;
}

.table-resume > thead > tr > th:first-child {
    font-size: 1.1em;
    font-weight: normal;
    color: #ffffff;
}

.table-resume > thead {
    background-color: #1179bf;
    color: #5fb3ec;
}

.table-hot-contacts > thead {
    background-color: #f36d6c;
    color: #ffb0cd;
}

/*.page-header-fixed .popover{
    max-width: 450px;
    width: 450px;
    white-space: nowrap !important;
}*/

.table-resume tr.fill-row td {
    border-top: 1px solid #f6f6f6;
}

.table-resume tfoot > tr > td {
    font-weight: bold;
}

.table-resume tbody > tr > td, .table-resume tfoot > tr > td{
    vertical-align: middle;
}

.table-resume tbody td img {
    margin-right: 5px;
}

.table-resume td > span.caret{

}

.table-resume td > span.caret:hover{
    cursor: pointer;
}

.table-resume thead tr th:last-child:hover, .table-resume tbody tr td:last-child:hover, .table-resume tfoot tr td:last-child:hover{
    cursor: pointer;
}

.flot-chart-content {
    border: 1px solid #cfcfcf;
}

/* Pipelines */

.pipeline > div:last-child {
    padding-right: 0;
    margin-right: 0;
}

.pipeline-step {
    width: 20%;
    float: left;
    padding-right: 15px;
    margin-bottom: 3px;
    vertical-align: top;
    position: relative;
}

.pipeline-step.mini,
.pipeline-step.micro {
    margin-bottom: 0;
}

.pipeline-step .badge {
    margin-right: 5px;
    background-color: #cee7ff;
    color: #1179bf;
}

.pipeline-step .arrow {
    background-color: #1179bf;
    height: 36px;
    position: relative;
}

.pipeline-step .step-container {
    float: left;
    position: absolute;
    height: 100%;
    background-color: #1179bf;
    color: white;
    min-width: 100%;
    text-align: center;
    line-height: 36px;
    border: 0 inset;
    border-top: 1px solid #3ea1e4;
    border-bottom: 1px solid #3ea1e4;
}
.pipeline-contact-details .pipeline-step .step-container {
    width: 100%;
}


.pipeline-contact-details .pipeline-step .step-container {
    min-width: 180px;
}

.pipeline-step .step-label {
    line-height: 36px;
    position: absolute;
    margin-left: 2px;
    top: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.pipeline-step.mixed .step-container .badge {
    margin-left: 10px;
}

.pipeline-step.mixed > div:first-child .step-container {
    margin-bottom: 3px;
}

.pipeline-step.mixed > div:last-child .step-container {
    /*border-top: 0;*/
}

.pipeline-step.mixed > div:last-child {
    /*height: 55px;*/
}

.pipeline-step .first {
    float: left;
    z-index: 2;
    position: relative;
    width: 9px;
    height: 100%;
    background-color: #3ea1e4;
}

.pipeline-step .last {
    float: right;
    z-index: 2;
    position: relative;
    width: 9px;
    height: 100%;
    background-color: #3ea1e4;
}

.pipeline-step .rigth-arrow {
    float: right;
    position: relative;
    width: 9px;
    height: 100%;
    background-color: #3ea1e4;
}

.pipeline-step .rigth-arrow:before {
    left: 9px;
    top: 0;
    position: absolute;
    border-right: none;
    border-top: 18px solid transparent;
    border-left: 14px solid #3ea1e4;
    border-bottom: 18px solid transparent;
    /*border-left-color: rgba(0, 0, 0, 0.2);*/
    content: '';
    z-index: 10;
}

.pipeline-step .rigth-arrow:after {
    left: 0;
    top: 0;
    position: absolute;
    border-right: none;
    border-top: 18px solid transparent;
    border-left: 14px solid #1179bf;
    border-bottom: 18px solid transparent;
    /*border-left-color: rgba(0, 0, 0, 0.2);*/
    content: '';
    z-index: 10;
}

.pipeline-step .left-arrow {
    float: left;
    position: relative;
    width: 9px;
    height: 100%;
    background-color: #3ea1e4;
    z-index: 2;
}

.pipeline-step .left-arrow:before {
    left: 9px;
    top: 0;
    position: absolute;
    border-right: none;
    border-top: 18px solid transparent;
    border-left: 14px solid #3ea1e4;
    border-bottom: 18px solid transparent;
    /*border-left-color: rgba(0, 0, 0, 0.2);*/
    content: '';
    z-index: 10;
}

.pipeline-step .left-arrow:after {
    left: 0;
    top: 0;
    position: absolute;
    border-right: none;
    border-top: 18px solid transparent;
    border-left: 14px solid #ffffff;
    border-bottom: 18px solid transparent;
    /*border-left-color: rgba(0, 0, 0, 0.2);*/
    content: '';
    z-index: 10;
}

.pipeline-step .items-header {
    background-color: #cee7ff;
    font-size: 12px;
}

.pipeline-step .items-header {
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.pipeline-step .items-header.has-items:after {
    content: '';
    left: 50%;
    bottom: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #cee7ff;
    display: block;
    margin: 0;
    width: 0;
    height: 0;
    margin-left: -7px;
    margin-bottom: -6px;
}

.pipeline-step .item {
    display: table;
    margin-top: 2px;
    width: 100%;
    font-size: 14px;
    color: #3c3c3c;
}

.pipeline-step .item.red:before {
    background-color: #cc0000;
}

.pipeline-step .item.red .next-task i {
    color: #cc0000;
}

.pipeline-step .item.green:before {
    background-color: #339966;
}

.pipeline-step .item.green .next-task i {
    color: #339966;
}

.pipeline-step .item.blue:before {
    background-color: #47b5ff;
}

.pipeline-step .item.blue:before i {
    color: #47b5ff;
}

.pipeline-step .item.yellow:before {
    background-color: #ffa200;
}

.pipeline-step .item.yellow .next-task i {
    color: #ffa200;
}

.pipeline-step .item:before {
    content: '';
    display: table-cell;
    background-color: #d6d6d6;
    width: 5px;
}

.pipeline-step .item > div:last-child {
    border: 1px solid #d6d6d6;
    border-left: 0;
    padding: 5px;
}

.pipeline-step .item > div {
    display: table-cell;
}

.pipeline-step .item .next-task i {
    font-size: 15px;
    color: #d6d6d6;
}

.pipeline-step .item:hover {
    background-color: #f5f5f5;
}

.pipeline-step .item .next-task, .pipeline-step .item .action-bar {
    float: right;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    width: 30px;
}

.pipeline-step .item .content {
   /* max-width: 160px;*/
}

.pipeline-step .item .action-bar {
    font-size: 15px;
    width: auto;
}

.pipeline-step .item .action-bar a {
    display: inline;
    vertical-align: middle;
    padding: 0;
    height: 17px;
    width: 17px;
    border-radius: 4px;
    margin-bottom: 2px;
    color: #c0c0c0;
}

.pipeline-step .item .action-bar a:hover {
    color: #1179bf;
}

/* Mini Pipeline Step*/

.pipeline-step.inactive .step-container,
.pipeline-step.inactive .last,
.pipeline-step.inactive .first,
.pipeline-step.inactive .left-arrow,
.pipeline-step.inactive .rigth-arrow {
    /*text-align: left;*/
    background-color: #DDDDDD;
    border-color: #DDDDDD;
}

.pipeline-step.inactive .rigth-arrow:before,
.pipeline-step.inactive .rigth-arrow:after {
    border-left-color: #DDDDDD;
}

.pipeline-step.inactive .left-arrow:before {
    border-left-color: #DDDDDD;
}

/* Micro Pipeline */

.pipeline-step.micro{
    padding-right: 0;
}

.pipeline > .pipeline-step.micro:first-child{
    margin-left:0;
}

.pipeline-step.micro .step-container{
    border-top: none;
    border-bottom: none;
}

.pipeline-step.micro .left-arrow:before{
    border-left: 0;
}

.pipeline-step.micro .first, .pipeline-step.micro .last{
    background-color: transparent;
}

.pipeline-step.micro .left-arrow{
    background-color: transparent;
}

.pipeline-step.micro .rigth-arrow {
    background-color: white;
}

.pipeline-step.micro .rigth-arrow:before{
    border-left: 0;
}

.pipeline-step.micro .arrow{
    height: 24px;
}

.pipeline-step.micro .rigth-arrow:after, .pipeline-step.micro .left-arrow:after{
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 10px;
}

.pipeline-step.micro .step-container{
    line-height: 24px;
    margin-left: 0;
}

/* End Pipelines */

/* Counter Boxs*/

.counter-box {
    display: inline-block;
    /*margin-right: 10px;*/
}

.counter-box ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.counter-box ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
    height: 36px;
    font-size: 12px !important;
    border: 1px solid #f5f5f5;
    padding: 0 5px;
    vertical-align: middle;
}

.counter-box ul li:first-child {
    width: 70px;
    text-align: center;
    line-height: 36px;
    margin-right: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.counter-box ul li:last-child {
    font-weight: bold;
    min-width: 140px;
    padding-right: 20px;
    background-color: #f6f6f6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.counter-box ul li:last-child strong, .pipeline-step .items-header strong {
    display: inline-block;
    width: 60px;
}

.counter-box ul li:last-child span, .pipeline-step .items-header span {
    float: right;
    display: inline-block;
    text-align: right;
    font-weight: normal;
}

/* Dialpad */

.dial-pad {
    width: 235px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.dial-pad .dial-text{
    margin-bottom: 10px;
    padding-right: 5px;
}

.dial-pad-holder {
    font-size: 0;
}

.dial-pad .btn-dial {
    color: #fff;
    background-color: #1179bf;
    border-color: #1179bf;
    padding: 10px;
    width: 60px;
    height: 60px;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.dial-pad .btn-dial.green {
    background-color: #339966;
    border-color: #339966;
}

.dial-pad .btn-dial.green:hover {
    background-color: #51c48b;
    border-color: #51c48b;
}

.dial-pad .btn-dial.red {
    background-color: #cc0000;
    border-color: #cc0000;
}

.dial-pad .btn-dial.red:hover {
    background-color: #cc0000;
    border-color: #cc0000;
}

.dial-pad .btn-dial:hover {
    background-color: #47b5ff;
    border-color: #47b5ff;
}

.dial-pad .btn-dial strong, .dial-pad .btn-dial small {
    display: block;
    color: #a6d5f5;
}

.dial-pad .btn-dial strong {
    color: white;
    font-size: 2em;
    line-height: 25px;
    font-weight: 100;
}

.dial-footer{
    padding-top: 5px;
}

.phone-keypad-holder.active-popup{
    position: relative;
    /*z-index updated to 1080 to allow Calender and Create Activity modals seen above*/
    z-index: 1080;
    background-color: white;
}

/* Call Block Toolbar */

.callblock-row .dial-sidebar{
    float: left;
    width: 235px;
    border: 1px solid #ccc;
}

.callblock-row .callblock-content{
    margin: 0 10px 0 245px;
}

.callblock-row .callblock-content.full-width{
    margin-left: 0;
}

.call-toolbar{
    width: 100%;
    margin-bottom: 20px;
}

.call-toolbar .btn-group-vertical{
    width: 100%;
}

.call-toolbar .btn-holder .btn{
    height: 39px !important;
}

.call-toolbar .btn-holder, .call-toolbar .timer-holder, .call-toolbar .call-status-holder {
    height: 130px;
    padding: 0;
}

.call-toolbar .btn-holder{
    float: left;
    width: 160px;
}

.call-toolbar .timer-holder {
    float: left;
    width: 210px;
    background-color: #1d1d1d;
    color: #cccccc;
    padding: 4px;
    text-align: center;
}

.call-toolbar .timer-holder  .timer-status{
    text-align: left;
    padding-left: 20px;
    font-size: 0.8em;
}

.call-toolbar .call-status-holder {
    padding: 5px 10px;
    margin-left:  370px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.call-toolbar .vertical-line{
    border-left: 1px solid #ccc;
    width: 1px !important;
    padding: 0 !important;
    height: 104px;
}

.call-toolbar i{
    /*font-size: 1.2em;*/
}

.call-toolbar .btn-default{
    background-color: #f6f6f6;
}

.call-toolbar .btn-default.red i{
    color: #cc0000;
}

.call-toolbar .btn-default.green i{
    color: #339966;
}

.call-toolbar .btn-default:hover{
    background-color: #ccc;
}

.call-toolbar .call-status-holder h5{
    margin: 0 0 5px 0;
}

.call-toolbar .timer {
    font-size: 3em;
    font-weight: 100;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.call-toolbar .btn-group-vertical>.btn:first-child:not(:last-child){
    border-top-right-radius: 0;
}

.call-toolbar .btn-group-vertical>.btn:last-child:not(:first-child){
    border-bottom-right-radius: 0;
}

.call-toolbar .chart-legend{
    font-size: 11px;
    text-align: left;
    margin-top: 12px;
}

.call-toolbar .chart-legend table tr td{
    padding-left: 4px;
}

.call-toolbar .chart-legend table tr td:first-child div{
    border: 5px solid;
    border-radius: 4px;
}

.call-toolbar .chart-legend table tr td:last-child{
    padding-left: 10px;
    text-align: right;
}

.call-status-holder{
    min-width: 580px;
}

.call-status-holder ul > li.progress-holder{
    width: 90px;
    text-align: center;
    vertical-align: top;
    padding: 3px;
}

.call-status-holder ul li.progress-holder small{
    display: block;
    font-size: 11px;
    line-height: 12px;
}

/*
Contact Details
*/

.box-panel {
    border: 1px solid #cfcfcf;
    background-color: #f7f7f7;
    padding: 15px;
}

.panel-compact .form-horizontal .control-label {
    padding-top: 4px;
}

.panel-compact .form-group {
    margin-bottom: 0;
}

.panel-compact .form-control-static {
    padding: 4px 0;
}

.contact-title-panel {
    float: left;
    width: 400px;
    min-height: 132px;
    margin-right: 10px;
}

.contact-pipeline-setup {
    float: left;
    width: 490px;
}

.contact-title-panel h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

.next-task-panel {
    position: relative;
    margin-top: 10px;
    padding: 8px;
    height: 87px;
}

.next-task-panel:before {
    content: '';
    top: -8px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #cfcfcf;
    /*display: inline-block;*/
    margin: 0;
    width: 0;
    height: 0;
    display: none;
}

.next-task-panel:after {
    content: '';
    top: -7px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #f7f7f7;
    /*display: inline-block;*/
    margin: 0;
    width: 0;
    height: 0;
    display: none;
}

.next-task-panel.step-1:before, .next-task-panel.step-1:after {
    left: 6.5%;
    display: block;
}

.next-task-panel.step-2:before, .next-task-panel.step-2:after {
    left: 26.5%;
    display: block;
}

.next-task-panel.step-3:before, .next-task-panel.step-3:after {
    left: 46.5%;
    display: block;
}

.next-task-panel.step-4:before, .next-task-panel.step-4:after {
    left: 66.5%;
    display: block;
}

.next-task-panel.step-5:before, .next-task-panel.step-5:after {
    left: 88%;
    display: block;
}

.next-task-panel ul.list-inline {
    margin: 0;
}

.next-task-panel ul.list-inline li {
    vertical-align: top;
}

.next-task-panel h4 {
    color: #1179bf;
    margin: 0;
    padding: 0;
}

.next-info {
    color: #337ab7;
   /* float: right;*/
}

.next-info .task-title {
    text-decoration: underline;
}

.next-info .task-title:hover {
    text-decoration: underline;
}

.next-left-time, .next-info, .next-icon-holder {
    height: 40px;
}

.next-left-time, .next-icon-holder {
    width: 55px;
    text-align: center;
}

.mini .next-left-time, .mini .next-icon-holder{
    height: 40px;
}

.mini .next-left-time, .mini .next-icon-holder {
    width: 45px;
}

.next-icon-holder{
    background-color: white;
}


.next-icon-holder i.fa {
    font-size: 18px;
}

.next-left-time strong, .next-left-time small {
    display: block;
}

.next-left-time strong {
    font-size: 1.5em;
    line-height: 30px;
    font-weight: bolder;
    vertical-align: middle;
}

.next-left-time small {

    margin-top: -8px;
}

ul.task{
    margin: 0;
    white-space: nowrap;
}

ul.task li{
    vertical-align: top;
    padding-right: 0;
}

ul.task li:hover{
    cursor: pointer;
}

.task small{
    font-size: 0.8em;
}

/* Modals
*/

/* Modal New Activity*/
.radio-tab {

}

.radio-tab .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
}

.radio-tab .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
}

.btn-group.task-status .btn.active {
    background-color: #47b5ff;
    color: white;
    -webkit-box-shadow: inset 0 3px 5px rgba(2,120,190,.125);
    box-shadow: inset 0 3px 5px rgba(2,120,190,.125);
}

.radio-tab .btn.active {
    -webkit-box-shadow: none;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    z-index: 2 !important;
}

.radio-tab .btn.active.error {
    color: #b94a48;
}

.radio-tab .radio-tab-content {
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 15px;
    margin-top: -1px;
    z-index: 1 !important;
}

.radio-tab .radio-tab-content > div.radio {
    display: inline;
    margin-right: 15px;
}

.modal-body h4 {
    color: #1179bf;
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
    /*background-color: #1179bf;*/
    font-size: 1.3em;
}

/* Override due conflict with metro theme style. */
.modal .btn.btn-primary:hover {
    background-color: #3071a9 !important;
}

.radio-tab .btn-group .radio,
#add-task-modal-status .radio {
    display: none;
}

/* Error handling. */
input.error, textarea.error, select.error {
    border-color: #b94a48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

label.radio.error, label.error {
    color: #b94a48;
}

label.help-inline.error {
    color: #b94a48;
    margin-bottom: 12px;
}

.goal-chart-bars {
    margin-bottom: 5px;
}

#leads-table i.fa{
    cursor: pointer;
}

#leads-table_wrapper .bootstrap-switch .bootstrap-switch-label {
    background: lightgrey !important;
}

#set-goals-result ul li{
    vertical-align: top;
}

#leads-table a i{
    color: #333;
}

.hiddenfile {
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.table-outer-border{
    border: 1px solid #ddd
}

.cell-action-button{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cell-overflow-hidden{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-score.cell-overflow-hidden {
    max-width: 30px;
}

.panel-organization-details input[type="text"]{
    margin: 3px 0;
}

/* Styles for pages loaded in iframes*/
#calendar-modal-iframe {
    width: 100%;
    border: 0;
    height: 540px;
}

#contact-details-modal-iframe {
    width: 100%;
    border: 0;
    height: 680px;
    background-color: white;
}

#contact-details-modal-cancel-bar{
    padding: 4px 4px 10px;
    text-align: center;
}

#page-editor-iframe{
    width: 100%;
    border: none;
    height: 850px;
    background-color: white;
}



table.mapping-leads-table {
    width: 70%;
}

table.mapping-leads-table th {
    width: 33%;
    min-width: 200px;
}
.set-goals-setup input[type="text"]{
    width: 100px;
}

.set-goals-setup select{
    width: 130px;
}

.set-goals-setup label.control-label{
    font-size: 85%;
    margin-bottom: 2px;
    font-weight: 100;
}

.set-goals-setup .radio-inline label{
    font-weight: 100;
}


table tbody tr td.called, table tbody tr td.called:hover{
    background-color:  rgba(113, 175, 217, .3)!important;
    color: #4d9bcf !important;
}

table tbody tr td.calling, table tbody tr td.calling:hover{
    background-color:  rgba(148, 202, 174, .8) !important;
    color: white !important;
}

table tbody tr td.calling a{
    color: white;
}

.phone-process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255, 0.9);
    z-index: 100;
}

.phone-process .calling-info{
    text-align: center;
    margin-top: 30%;
    font-size: 18px;
}

.phone-process .status{
    margin-top: 30px;

    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.phone-process img{
    margin: 20px 43%;
}
.phone-process button{
    margin: 20px auto;
    display: block;
}
.phone-process .call-status{
    font-size: 17px;
    text-align: center;
}

.compact-modal .form-group{
    margin-bottom: 10px;
}

.compact-modal .modal-body h4{
    margin-top: 0;
}

.radio-tab-content  label {
    color: #000000;
}


#tags-holder {
    color: gray;
}

.panel-organization-details label {
    color: gray;
}

#email-history {
    min-height: 200px;
}

/* Datatable Custome */

.table.leads-table>thead>tr>th{
    background-color: rgba(113, 175, 217, .8);
    color: white;
    font-weight: 300;
    /*border-right: 1px solid #aacfe8;*/
    border-bottom: none;
}

.table.leads-table>thead>tr>th,
.table.leads-table>tbody>tr>th,
.table.leads-table>tfoot>tr>th,
.table.leads-table>thead>tr>td,
.table.leads-table>tbody>tr>td,
.table.leads-table>tfoot>tr>td{
    border-top: none;
    padding: 8px;
    line-height: 14px;
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.table.leads-table>thead>tr>th input[type=radio],
.table.leads-table>thead>tr>th input[type=checkbox],
.table.leads-table>tbody>tr>td input[type=checkbox]{
    margin: 0;
}

.table.leads-table>tbody>tr>td i.fa{
    opacity: 0.8;
}

.table-hover.leads-table>tbody>tr:hover>td,
.table-hover.leads-table>tbody>tr:hover>th{
    background-color:  rgba(113, 175, 217, .1);
}

.table-striped.leads-table>tbody>tr:nth-child(odd)>td,
.table-striped.leads-table>tbody>tr:nth-child(odd)>th{
    background-color: fafafa;
}

#leads-table_info{
    float: right;
}

#leads-table_paginate{
    float: left;
}

#leads-table_wrapper .pagination>li>a,
#leads-table_wrapper .pagination>li>span{
    background-color: rgba(113, 175, 217, .8);
    color: white;
    border-color: rgba(113, 175, 217, .8);
}

#leads-table_wrapper .pagination>.active>a,
#leads-table_wrapper .pagination>.active>span,
#leads-table_wrapper .pagination>.active>a:hover,
#leads-table_wrapper .pagination>.active>span:hover,
#leads-table_wrapper .pagination>.active>a:focus,
#leads-table_wrapper .pagination>.active>span:focus{
    background-color: #4d9bcf;
    color: white;
}

#leads-table_wrapper .pagination>li>a:hover,
#leads-table_wrapper .pagination>li>span:hover,
#leads-table_wrapper .pagination>li>a:focus,
#leads-table_wrapper .pagination>li>span:focus{
    background-color:  rgba(77, 155, 207, .7);
}

/* End Datatable custome*/

.calendar-event-colors.form-control-static .badge {
    border: solid 2px white;
    cursor: pointer;
}

.calendar-event-colors.form-control-static .badge.selected {
    border: solid 2px black;
}

.template-tokens {
    font-size: .9em;
    height: 285px;
    overflow: auto;
}

.template-tokens a {
    display: block;
}

.select2-results .select2-highlighted .deal-modal-phase-selectbox {
    color: black;
}

/* Analytic Styles*/
.dashboard-stat .details .number{
    margin-bottom: 2px;
}

.dashboard-stat .details .number, .circle-stat .details .number{
    font-size: 2.1em;
    line-height: 1em;
}

.circle-stat .details .title{
    margin-bottom: 5px;
    color: #808080;
}

.dashboard-stat .details .desc{
    font-size: 1.2em;
}

.circle-stat .details .number{
    font-weight: 400;
}

.legendColorBox > div{
    border: none !important;
    margin-right: 3px;
}

.legendColorBox > div > div{
    border-radius: 3px;
}

.no-click-on-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 9999999999;
}

/* Fix Full Calendar styles */
.fc-event {
    cursor: pointer !important;
}
/*
Fixed Area on top
*/

.fixed-contact-info-top{
    position: fixed;
    top: 50px;
    left: 0;
    background: #fff;
    z-index: 15;
    margin: 0!important;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0,0,0,0.5);
    box-shadow: 0 4px 10px -2px rgba(0,0,0,0.5);
}

/* New Styles */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-primary{
    border-left-color: #71afd9;
}

.dropdown-label{
    width: 100%;
    text-align: right;
}

.form-compact .form-group > label, .form-compact .form-group > div {
    padding-right: 0;
}

.form-compact h4{
    line-height: 1em;
    padding-right: 0;
    margin: 0 0 20px 0;
}

.contact-field-container .fields-group .form-group {
    margin-bottom: 5px;
}

.fields-group button.close{
    position: absolute;
    top: 8px;
    right: -18px;
}

.view-mode .form-group{
    margin-bottom: 0;
}

.view-mode .control-label, .view-mode .form-control-static{
    padding: 0;
    margin-bottom: 5px;
}

ul.socials-list{
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

ul.socials-list li{
    font-size: 33px;
    margin: 0 5px 0 0;
    padding: 0;
    color: #DDDDDD;
}

.text-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-value{
    width: 300px;
}

#tags-holder{
    color: #d3d3d3;
}

.box-call-info{
    display: table;
    width: 100%;
}

.box-call-info .options-holder{
    display: table-cell;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #ffffff;
    vertical-align: middle;
}

.box-call-info .options-holder:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.box-call-info .btn-group-vertical .btn:first-child{
    border-top-right-radius: 0;
}

.box-call-info .btn-group-vertical .btn:last-child{
    border-bottom-right-radius: 0;
}

.box-call-info .options-holder > div{
    vertical-align: top;
    margin-right: 15px;
}

.box-call-info label.btn.active{
    color: white;
    background-color: rgba(113, 175, 217, 1);
}
/*
#contact-details-modal .modal-content{
    background-color: #1179bf;
}*/
#contact-details-modal .modal-body{
    padding: 0;
}

#contact-details-modal .modal-content{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


/*#contact-details-modal .modal-body form{
    padding: 10px 0;
}*/

#contact-details-modal .modal-body h5{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.2em;
    color: white;
}

#contact-details-modal .modal-header{
    border-bottom: 0;
}

#contact-details-modal .alert{
    margin: 0 0 10px 0;
    padding: 10px 15px;
}

.vertical-align-container:before {
  display: inline-block;
  content: '';
  font-size: 0;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.vertical-middle {
  display: inline-block;
  vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;
}
.row-same-height > div[class*="col-xs-"],
.row-same-height > div[class*="col-sm-"],
.row-same-height > div[class*="col-md-"],
.row-same-height > div[class*="col-lg-"] {
    display: table-cell;
    float: none !important;
}

/* Email Campaign */
.badge.class-marketing {
    background-color: #FFDC06;
}

.badge.class-optin {
    background-color: #00aa00;
}

/* Type Campaign */
.badge.type-follow-up {
    background-color: #cc6699;
}

.badge.type-launch {
    background-color: #aacc33;
}

.badge.type-closeout {
    background-color: #33ff99;
}

.create-campaign .btn.show-video-help {
    position: relative;
    font-size: 14px;
    padding-left: 40px;
}

.create-campaign .btn.show-video-help.btn-default {
    opacity: 0.5;
}

.create-campaign .btn.show-video-help i.fa {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    margin-left: 10px;
    font-size: 21px;
}

.create-campaign .video-help-title {
    color: #8e8e8e;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.42857143;
}

.create-campaign p.help-block {
    margin: 0;
    font-size: 12px;
}

.create-campaign section.video-help-view {
    padding: 0;
}

.create-campaign .modal-footer.video-help-view {
    padding-bottom: 5px;
    padding-top: 5px;
}

.create-campaign .icon-help {
    background: center center url("../img/icon-help-1.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}

.create-campaign .btn.active .icon-help {
    background-image: url("../img/icon-help-2.png");
}

.create-campaign label {
    margin-top: 6px;
    color: #333;
}

.create-campaign .top-video-help-zone .show-video-help {
    color: #fff;
    background-color: #347ab8;
    border-color: #347ab8;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    opacity: 1 !important;
}


.campaign-setup{

}

.campaign-setup .campaign-steps-holder{
    background-color: #1179bf;
    color: white;
    padding: 15px 0;
}

.campaign-setup .campaign-step{
    padding: 0 10px;
    /*position: relative;*/
    cursor: pointer;
    color: rgba(255, 255, 255, .5);
}

.campaign-setup .campaign-step i.fa{
    position: absolute;
    top: 21px;
    right: 20px;
}

.campaign-setup .campaign-step .campaign-step-icon-holder{
    display: inline-block;
    vertical-align: middle;
}
.campaign-setup .campaign-step .campaign-step-icon-holder:before,
.campaign-setup .campaign-step .campaign-step-icon-holder:after{
    display: block;
    height: 15px;
    width: 1px;
    content: '';
    margin: 0 auto;
}

.campaign-setup .campaign-step:not(:first-child) .campaign-step-icon-holder:before,
.campaign-setup .campaign-step:not(:last-child) .campaign-step-icon-holder:after{
    border-right: 1px solid rgba(255, 255, 255, .5);;
}

.campaign-setup .campaign-step dl{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 5px;
}

.campaign-setup .campaign-step dl dt{
    font-weight: 100;
    font-size: 1.2em;
}

.campaign-setup .campaign-step dl dd{
    font-size: 0.8em;
    line-height: 0.8em;
}

.campaign-setup .campaign-step .campaign-step-icon-holder img{
    display: block;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    overflow: hidden;
}

.campaign-setup .campaign-step.active .campaign-step-icon-holder img{
    opacity: 1;
}

.campaign-setup .campaign-step.active{
    color: rgba(255, 255, 255, 1);
}

/*.campaign-setup .campaign-step.active:after{
    right: -8px;
    position: absolute;
    border-right: none;
    border-top: 12px solid transparent;
    border-left: 8px solid #1179bf;
    border-bottom: 12px solid transparent;
    content: '';
    z-index: 99;
}*/

.campaign-setup .activetouch{
    right: -8px;
    position: absolute;
    border-right: none;
    border-top: 12px solid transparent;
    border-left: 8px solid #1179bf;
    border-bottom: 12px solid transparent;
    content: '';
    z-index: 99;
}

.campaign-setup .campaign-step:hover{
    color: rgba(255, 255, 255, 0.8);
}

.launchCampDate {
    margin-left: 160px;
    color: #000000;
    font-size: 14px;
}

.launchCampDate label {
    font-weight: bold;
    color: #000000;
}

.launchCampDate span {
    font-weight: normal;
}

.campaign-status a i {
    margin-left: 10px;
}

.row-spacer-line{
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid white;
    /*margin-bottom: 15px;*/
}

.status-holder{
    padding-right: 10px;
    padding-left: 10px;
}

.status-holder dl.data-holder dt{
    font-size: 15px;
    margin-bottom: 12px;
}

.campaign-name-holder{
    text-align: center;
    width: 29%;
    vertical-align: middle !important;
}

dl.data-holder h4{
    font-size: 15px;
    display: inline-block;
    /*margin: 0 0 -4px 0;*/
    width: 180px;
    float: left;
    max-height: 32px;
    overflow: hidden;
}

dl.data-holder.progress-chart dt{
    margin-bottom: 0;
}

dl.data-holder{
    margin-bottom: 0;
    padding: 5px 0;
}

dl.data-holder.icons{
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
}

dl.data-holder.icons a{
    color:#767676;
}

dl.data-holder.icons a:hover{
    color:#337ab7;
}

dl.data-holder.col-name{
    text-align: left;
}

dl.data-holder dt {
    font-size: 1.3em;
    font-weight: 100;
    color: dimgray;
    margin-bottom: 12px;
}

dl.data-holder dd{
    font-size: 0.9em;
    line-height: 0.9em;
    color: darkgray;
}

.campaign-list-detail{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.campaign-list-detail-holder{
    display: table-row;
}

.campaign-list-detail-holder .details,
.campaign-list-detail-holder .icon-details
{
    display: table-cell;
    vertical-align: middle;
}

.campaign-list-detail-holder .details{
    width: 100%;
}

.campaign-list-detail-holder .icon-details{
    padding-left: 10px;
    font-size: 1.7em;
    font-weight: 700;
}

.campaign-list-detail-holder .campaign-status{
    font-weight: 100;
}

.campaign-list-detail-holder .details{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 5px solid #ddd;
    border-radius: 3px;
}


.campaign-list-detail-holder.draft .details{
    border-left-color: #777;
}

.campaign-list-detail-holder.draft .campaign-detail-head h4 a,
.campaign-list-detail-holder.draft .campaign-status, .campaign-status-draft,
.campaign-list-detail-holder.draft .status-holder > dl > dt
{
    color: #777;
}


.campaign-list-detail-holder.scheduled .details, .campaign-list-detail-holder.admin-template .details{
    border-left-color: #71afd9;
}

.campaign-list-detail-holder.scheduled .campaign-detail-head h4 a,
.campaign-list-detail-holder.scheduled .campaign-status, .campaign-status-scheduled,
.campaign-list-detail-holder.scheduled .status-holder > dl > dt,
.campaign-list-detail-holder.scheduled .data-holder .status-holder{
    color: #71afd9;
}

.campaign-list-detail-holder.scheduled .data-holder .status-holder,
.campaign-list-detail-holder.in-progress .data-holder .status-holder,
.campaign-list-detail-holder.in-pause .data-holder .status-holder,
.campaign-list-detail-holder.completed .data-holder .status-holder,
.campaign-list-detail-holder.draft .data-holder .status-holder{
    font-size: 14px;
}

.campaign-list-detail-holder.in-progress .details, .campaign-list-detail-holder.shared-template .details {
    border-left-color: #ffb940;
}

.campaign-list-detail-holder.in-pause .details{
    border-left-color: #ff736b;
}

.campaign-list-detail-holder.in-progress .campaign-detail-head h4 a,
.campaign-list-detail-holder.in-progress .campaign-status, .campaign-status-in-progress,
.campaign-list-detail-holder.in-progress .status-holder > dl > dt,
.campaign-list-detail-holder.in-progress .data-holder .status-holder{
    color: #ffb940;
}

.campaign-list-detail-holder.in-pause .campaign-detail-head h4 a,
.campaign-list-detail-holder.in-pause .campaign-status, .campaign-status-in-pause,
.campaign-list-detail-holder.in-pause .status-holder > dl > dt,
.campaign-list-detail-holder.in-pause .data-holder .status-holder{
    color: #ff736b;
}

.campaign-list-detail-holder.completed .details, .campaign-list-detail-holder.personal-template .details{
    border-left-color: #66b38c;
}

.campaign-list-detail-holder.completed .campaign-detail-head h4 a,
.campaign-list-detail-holder.completed .campaign-status,
.campaign-status-completed,
.campaign-list-detail-holder.completed .status-holder > dl > dt,
.campaign-list-detail-holder.completed .data-holder .status-holder{
    color: #66b38c;
}

.campaign-list-detail-holder .campaign-detail-head{
    padding: 10px;
}

.campaign-list-detail-holder .campaign-detail-head h4{
    margin: 0;
    color: #808080;
    font-weight: 100;
}

.campaign-list-detail-holder .campaign-detail-head h4 a{
    vertical-align: middle;
    margin-left: 10px;
}

.campaign-list-detail-holder .row.campaign-stat{
    padding: 0 15px;
    margin-top: 2px;
    margin-bottom: 2px;
    min-height: 75px;
}

.campaign-list-detail-holder .row.campaign-stat .row-same-height > div:not(:last-child),
.campaign-list-detail-holder .row.campaign-stat > div:not(:last-child),
.row.campaign-stat > div:not(:last-child)
{
    border-right: 1px solid #ddd;    
}

.campaign-list-detail-holder .row.campaign-stat .row-same-height > div:not(:first-child) {
    width: 125px;
}

.campaign-list-detail-holder .row.campaign-stat .row-same-height > div{
    vertical-align: bottom;
}

.campaign-list-detail-holder input.progress-chart{
    font-size: 10px !important;
}

/*New Campaign Details Layout*/

.new_campaign_details_holder ul {
    padding: 0;
    white-space: nowrap;
}

.new_campaign_details_holder .campaign-title {
    color: #777777;
    margin-top: 5px;
    text-align:  center;
    margin-right: 15px;
}

.new_campaign_details_holder .campaign-info-value {
    color: #333333;
    margin-left: 0;
}

.new_campaign_details_holder .campaign-info-label {
    color: #777777;
}

.new_campaign_details_holder .touch-block-info {

}

.new_campaign_details_holder .campaign-summary-title {
    color: #0081ab;
    font-size: 24px;
    margin: 0;
}

/*Flot Chart Panel*/

.pnl-td-flot-chart {
    text-align: center;
    height: 175px;
    vertical-align: top;
    padding-bottom: 20px;
}

.pnlBodySummary table tr>td.pnl-td-flot-chart:not(:first-child) {
    border-left: 1px solid #d0d0d0;
}

.pnlBodySummary {
    overflow-x: auto;
    overflow-y: hidden;
}

.pnl-block-title {
    background: #f6f6f6;
    height: 24px;
}

.pnl-icon-touch-left-1 {
    margin-left: 10px;
    float: left;
}

.pnl-title-touch {
    margin-left: 7px;
    float: left;
    color: #00b965;
    font-size: 12px;
    margin-top: 3px;
}

.pnl-title-touch[data-touch-type=email] {
    color: #008CBA;
}
.pnl-title-touch[data-touch-type=VOICE] {
    color: #00B968;
}

.pnl-icon-touch-left-2 {
    margin-left: 13px;
    float: left;
}

.pnl-key-touch {
    margin-right: 20px;
    float: right;
    color: #397ab7;
    font-size: 12px;
    margin-top: 3px;
}

.pnl-icon-legend-visibility {
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}

.pnl-summary-touches-graphs {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

.pnl-touch-block-graph {
    /*float: left;*/
    display: inline-block;
}

.summary-touch-section ul {
    font-size: 0;
}

.summary-touch-section ul li {
    font-size: 13px;
}

.pnl-email-touch-graph {
    height: 140px;
    width: 200px;
    float: left;
}

.pnl-email-touch-graph-legend {
    width: 120px;
    height: 140px;
    float: left;
    position: relative
}

.pnl-voice-touch-graph {
    height: 140px;
    width: 200px;
    float: left;
}

.pnl-voice-touch-graph-legend {
     width: 120px;
     height: 140px;
     float: left;
     position: relative;
 }

.pnl-voice2-touch-graph-legend {
    width: 120px;
    height: 140px;
    float: left;
    position: relative;
}

/*End Flot Chart Panel*/

.new_campaign_details_holder .panel-summary-info .panel-body {
    padding: 0 20px !important;
}

.new_campaign_details_holder .panel-compact-info .btn-group i {
    color: #333333;
}

.new_campaign_details_holder .panel-summary-info .flot-email-touches-graph-title ul li {
    color: #397ab7;
}

.new_campaign_details_holder .panel-compact-info .tooltip {
    width: 130px;
    top: -25px !important;
}

.pnlCollapseIcon.collapsed.fa-chevron-circle-up:before {
    content: "\f13a";
}

.pnlCollapseIcon.fa-chevron-circle-down:after {
    content: "\f139";
}

.new_campaign_details_holder .panel-heading {
    background-color: #f0f0f0 !important;
    padding: 10px;
    border-bottom: none;
}

.new_campaign_details_holder .flot-email-touches-graph-title {
    /*height: 30px;*/
    background: #f6f6f6;
    /*padding: 10px 0 0 0;*/
    font-size: 14px;
    color: #ffffff;
    margin: 10px -10px -10px -10px;
}

.new_campaign_details_holder .panel-heading h4 {
    color: #0081ab;
}

.new_campaign_details_holder .panel i {
    color: #999999;
    font-size: 12px;
}

/*.new_campaign_details_holder .flot-email-touches-graph, .flot-voice-touches-graph  {
    margin: 15px 0 0 0;
}*/

.new_campaign_details_holder #chart_email_touches_legend {
    right: 0;
    top: 0;
    /*padding: 20px 0 0 40px;*/
    padding: 20px 0 0 0;
    margin-left: 50px;
}

.new_campaign_details_holder #chart_voice_touches_legend {
    right: 0;
    top: 0;
    /*padding: 20px 0 0 40px;*/
    padding: 20px 0 0 0;
    margin-left: 50px;
}

.new_campaign_details_holder #chart_voice2_touches_legend {
    right: 0;
    top: 0;
    /*padding: 20px 0 0 40px;*/
    padding: 20px 0 0 0;
    margin-left: 50px;
}

.new_campaign_details_holder .panel-stats-for-touches-info .panel-heading {
    padding: 10px;
}

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

.new_campaign_details_holder .panel-stats-for-touches-info .panel-body .list-inline {
    margin-left: 0;
}

.new_campaign_details_holder .panel-stats-for-touches-info ul {
    margin-bottom: 0;
}

.new_campaign_details_holder .panel-stats-for-touches-info ul li {
    padding: 0 10px 10px 20px;
    border-right: 1px solid #dddddd;
}

.new_campaign_details_holder .panel-stats-for-touches-info ul li:last-child {
    /*padding: 0 10px;*/
    border-right: none;
}

.new_campaign_details_holder .touches-15-title {
    padding: 0 !important;
}

.new_campaign_details_holder .touches-15-icon {
    padding: 10px 0 !important;
    margin-left: 5px !important;
}

.new_campaign_details_holder .panel-stats-for-touches-info .title-stats-for-touches li {
    border: none;
    margin-top: 20px;
    font-size: 12px;
}
.new_campaign_details_holder .scheduled-touches-left {
    color: #999999;
    font-weight: normal;
    font-size: 16px;
    line-height: 190px;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
}
.popover-icon-full-clickeable {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 999999;
}
.new_campaign_details_holder .flot-stats-touches-graph-1-15,
.flot-stats-touches-graph-2-15, .flot-stats-touches-graph-3-15,
.flot-stats-touches-graph-4-15, .flot-stats-touches-graph-5-15,
.flot-stats-touches-graph-6-15, .flot-stats-touches-graph-7-15,
.flot-stats-touches-graph-8-15, .flot-stats-touches-graph-9-15,
.flot-stats-touches-graph-10-15, .flot-stats-touches-graph-11-15,
.flot-stats-touches-graph-12-15, .flot-stats-touches-graph-13-15,
.flot-stats-touches-graph-14-15, .flot-stats-touches-graph-15-15 {
    margin: 20px 0;
}

.new_campaign_details_holder .panel-compact-info ul li {
    list-style: none;
    padding:  0;
}

.new_campaign_details_holder .table.leads-table>thead>tr>th {
    background-color: #f0f0f0;
    color: #0081ab;
    border: 1px solid #dddddd;
}

/*.new_campaign_details_holder .table.leads-table>tbody>tr>td {
    border: 1px solid #ffffff;
}*/

.new_campaign_details_holder .table.leads-table>tbody>tr>td:first-child {
     border-left: 1px solid #dddddd;
 }

.new_campaign_details_holder .table.leads-table>tbody>tr>td:last-child {
     border-right: 1px solid #dddddd;
 }

.new_campaign_details_holder .table.leads-table>tbody>tr:last-child {
    border-bottom: 1px solid #dddddd;
}

.new_campaign_details_holder table.dataTable thead .sorting {
    background: url('../../assets/img/sort_both.png') no-repeat center right;
}

.new_campaign_details_holder .lead-score-contacts-campaign-details {
    padding-right: 25px !important;
}

.new_campaign_details_holder .cell-last-action-campaign-detail {
    padding-left: 5px !important;
}

.new_campaign_details_holder .cell-last-action-campaign-details {
    padding-left: 5px !important;
}

.new_campaign_details_holder #leads-table_wrapper .pagination>li>a, #leads-table_wrapper .pagination>li>span {
    background-color: #b3b3b3;
    color: white;
    border-color: #9b9b9b;
}

.new_campaign_details_holder #leads-table_wrapper #leads-table_info {
    color: #000000;
}

#leads-table_wrapper .pagination>.active>a, #leads-table_wrapper .pagination>.active>span, #leads-table_wrapper .pagination>.active>a:hover, #leads-table_wrapper .pagination>.active>span:hover, #leads-table_wrapper .pagination>.active>a:focus, #leads-table_wrapper .pagination>.active>span:focus {
    background-color: #898989;
    color: white;
}

.new_campaign_details_holder .panel-stats-for-touches-info .popover {
    min-width: 210px;
    margin: 0 auto;
}

.new_campaign_details_holder #lead-table-holder .popover {
    min-width: 700px;
    margin: 0 auto;
}

.new_campaign_details_holder .popover h3 {
    font-weight: bold;
}

.new_campaign_details_holder  .panel.panel-compact-info .panel-body{
    margin: 0 auto;
    padding: 30px 60px;
}

.new_campaign_details_holder .panel.panel-compact-info .panel-heading{
    background-color: #f5f5f5 !important;
}

.row.campaign-stat .chart-pie {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.icon-ring{
    display: block;
    width:32px;
    height: 32px;
    /*background-image: url("../images/ring_black.png");*/
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    opacity: 0.3;
}

.icon-ring:hover{
    opacity: 0.5;
}

.panel.panel-compact-info .panel-heading{
     padding: 8px 10px;
     /*: #f5f5f5 !important;*/
 }

.panel.panel-compact-info .panel-heading .panel-title{
    font-size: 1em;
    color: #808080;
}

.lateral-filter-holder h6{
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.filter-category{
    margin-bottom: 5px;
    color: #787878;
}

.filter-category a{
    display: inline-block;
}

.filter-category .badge{
    float: right;
    float: right;
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
}

.badge.in-progress, .badge.shared-template{
    background-color: #ffb940;
}

.badge.in-pause, .badge.shared-template{
    background-color: #ff736b;
}


.badge.scheduled, .badge.admin-template{
    background-color: #71afd9;
}

.badge.completed, .badge.personal-template{
    background-color: #66b38c;
}

.badge.archived{
    background-color: #808080;
}

.spacer-bottom-5px{
    margin-bottom: 5px;
}

.spacer-bottom-10px{
    margin-bottom: 10px;
}

.spacer-bottom-15px{
    margin-bottom: 15px;
}

#barchart-legend table{
    margin: 0 auto;
}

#barchart-legend table tbody tr{
    display: inline-block;
    margin-right: 10px;
}

.tokens-holder {
    background-color: white;
    padding: 10px 15px;
    height: 287px;
}

.tokens-holder  a{
    display: block;
    margin-bottom: 5px;
}

/* End Email Campaign */

/* Beta Options */
.option-beta-red {
    position: relative;
    display: inline-block;
}
.option-beta-red::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 27px;
    height: 11px;
    background: url("../img/icon_beta_red.png") no-repeat;
}
.option-beta-red.option-beta-right::after {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.ti::before {
    content: '';
    display: inline-block;
}

.ti-sm::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.ti-lg::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ti-personal-template::before {
    background: url("/assets/img/person.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    vertical-align: top;
}

.ti-shared-template::before {
    background: url("/assets/img/2person.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    vertical-align: top;
}

.ti-admin-template::before {
    background: url("/assets/img/cogs.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    vertical-align: top;
}

table.table-optin-pages{
    width: 100%;
    margin-top: -10px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.table-optin-pages tr td{
    border: 1px solid #dddddd;
    padding: 5px 14px;
}

table.table-optin-pages tr td:not(:last-child){
    border-right: 0;
}

table.table-optin-pages tr td:not(:first-child){
    border-left: 0;
}

table.table-optin-pages tr td ul.list-inline{
    margin-bottom: 0;
}

table.table-optin-pages .dropdown-menu{
    min-width: 100px;
}

table.table-optin-pages thead tr th{
    font-weight: 300;
    font-size: 0.85em;
}

table.table-optin-pages tr td.cell-media .media .media-left i.fa,
table.table-optin-pages tr td.cell-media .media .page-status{
    color: #777;
    text-decoration: none;
}

table.table-optin-pages tr td.cell-media .media.page-published .media-left i.fa,
table.table-optin-pages tr td.cell-media .media.page-published .page-status{
    color: #71afd9;
    text-decoration: none;
}

i.legend{
    font-size: 0.8em;
}

.conversion-chart{
    font-size: 11px !important;
    width: 28px !important;
    margin-left: -34px !important;
}

.conversion-chart-analytic{
    font-size: 11px !important;
    width: 28px !important;
    margin-left: -45px !important;
}

.cell-line-chart{
    width: 220px;
    height: 40px;
}

.cell-media .media-heading{
    margin-bottom: 0;
}

.cell-media .media-left{
    padding-right: 5px;
}

.cell-chart-holder {
    text-align: center;
}
.cell-buttons-group {
    width: 220px; text-align: right;
}
.cell-chart-holder label {
    display: block;
    margin: 2px 0 0 0;
    font-size: 11px;
    /*color: #999999;*/
    color: #5a5a5a;
}
.legend-progress-holder{
    padding: 12px 25px;
    height: 265px;
    border: 1px solid #f5f5f5;
}

.legend-progress {
    width: 80px;
    position: relative;
}

.legend-progress .legent-progress-item + .legent-progress-item{
    margin-top: 5px;
}

.legend-progress .legent-progress-item label{
    font-size: 10px;
    margin-bottom: 2px;
}

.legend-progress .legent-progress-item .progress{
    height: 7px;
    margin: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.legend-progress .legent-progress-item .progress .progress-bar{
    -webkit-box-shadow:none;
    box-shadow: none;
}

.legend-progress .legent-progress-item .progress .caption{
    left: 100%;
    position: absolute;
    display: block;
    color: darkgray;
    line-height: 1;
    font-size: 11px;
    margin-left: 5px;
}

.twilio-status{

}

.twilio-status label{
    font-size: 12px;
    display: block;
    margin-bottom: 0;
}

.twilio-status .caption{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #f36d6d;
}

.twilio-status .caption.connected{
    background-color: #66b38c;
}

.tab-content-holder{
    padding: 20px;
    background-color: #f5f5f5;
}

.table-form-settings{
    width: 100%;
}

.table-form-settings tr > td{
    vertical-align: top;
}

.table-form-settings tr > td:not(:last-child){
    padding-right: 20px;
}

.table-form-settings tr > td:not(:first-child){
    padding-left: 20px;
}

.table-form-settings tr > td + td{
    border-left: 1px solid #dddddd;
}

.table-form-settings tr > td .form-inline label:not(:first-child){
    margin: 0 10px;
}

.table-form-settings tr > td .form-inline label:first-child{
    margin-right: 10px;
}

.table-form-settings tr > td .form-inline .form-control:first-child{
    margin-left: 0;
}

/* Page Templates */

ul.template-categories-filter{
    padding-left: 20px;
}


ul.template-categories-filter > li{
    font-size: 12px;
    margin-right: 15px;
}


a.active{
    color: #999999;
}

a.active:hover,
a.active:focus,
a.active:active,
a.active:visited{
    cursor: default;
    text-decoration: none;
}

.page-templates-holder{
    padding: 15px 10px;
    background-color: #f5f5f5;
}

.page-templates-holder ul{
    margin: 0;
    padding: 0;
    font-size: 0;
}

.page-templates-holder ul > li {
    font-size: 12px;
    display: inline-block;
    padding: 15px;
    text-align: center;
    color: white;
    /*background-color: #4d9bcf;*/
}

.page-templates-holder ul > li:hover{
    background-color: #4d9bcf;
    padding-top: 0;
}

.page-templates-holder .template{
    width: 212px;
    background-color: #4d9bcf;
    position: relative;
}

.page-templates-holder .template .template-title{
    display: table-cell;
    height: 55px;
    width: 212px;
    vertical-align: middle;
    padding: 10px;
}

.page-templates-holder .template .template-info{
    visibility: hidden;
    text-align: left;
    background-color: #ffffff;
    padding: 15px 10px 15px 10px;
    color: #808080;
    position: absolute;
    width: 100%;
    margin-top: -60px;
    line-height: 1.3;
}

.page-templates-holder ul > li:hover .template .template-info .btn{
    font-size: 11px;
}

.page-templates-holder ul > li:hover .template .template-info span.fa-stack{
    position: absolute;
    top: 100%;
    left: 50%;
    color: #4d9bcf;
    margin-top: -14px;
    margin-left: -10px;
}

.page-templates-holder .template .template-info .used-value{
    color: #4d9bcf;
}

.page-templates-holder ul > li:hover .template .template-info{
    visibility: visible;
}

.page-templates-holder ul > li:hover .template .template-thumbnails{
    margin-bottom: 15px;
}

.page-templates-holder .template-thumbnails{
    margin: 0 auto;
    width: 100%;
    height: 210px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.page-templates-holder .template-thumbnails img{
    max-width: 100%;
    height: auto;
}

table.table-resume-stat {
    width: 100%;
}
table.table-resume-stat td {
    padding: 8px;
    text-align: center;
}

.stat-resume {
    text-align: center;
}
.stat-resume .value {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
}
.stat-resume .value small {
    font-size: 0.6em;
    opacity: 0.7;
}
.stat-resume label {
    display: block;
    margin-top: 0.2em;
    margin-bottom: 0;
    opacity: 0.6;
    font-size: 12px;
    line-height: 1;
}

.cell-stat-message{
    position: absolute;
    font-size: 11px;
    width: 100%;
    top: 50%;
    margin-top: -12px;
    color: #999999;
}
.page-thumbnail{
    width: 50px;
}

.page-thumbnail img{
    max-width: 100%;
    height: auto;
}

.custom-icon{
    position: relative;
    width: 1.28571429em;
    display: inline-block;
}

.custom-icon.custom-icon-optin:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 17px;
    margin-top: -13px;
    background: url("../img/icon_optin.png") no-repeat;
}

/* Redefining Bootstrap Classes*/

.modal-open .modal {
    overflow-x: visible;
    overflow-y: visible;
}

#set-goals-setup .checkbox-inline, .radio-inline {
    padding-left: 20px;
}
.modal-footer {
    background-color: #FFF !important;
}

.form-control-compact-height {
    height: 30px;
    padding: 4px 12px;
}

div.ui-slider-range.ui-widget-header {
    background: white;
}
a.ui-slider-handle{
   width: 0.8em !important;
    height: 1.3em !important;
}

.spancut {
    display:inline-block;
    max-width:130px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    font-size: 12px;
    vertical-align: bottom;
    margin-left: 5px;
    color: #777777;
}

/* STYLES FOR WIZARD TO IMPORT CONTACTS */

.modal-wizard-import-contacts .modal-body {
    padding: 0;
    min-height: 490px;
}
.modal-wizard-import-contacts .modal-header {
    border-bottom: 0;
}
.modal-wizard-import-contacts .modal-footer {
    background-color: #f0f0f0 !important;
}
.modal-wizard-import-contacts .modal-title {
    text-align: center;
    font-size: 20px;
}
.modal-wizard-import-contacts .disabled-text {
    color: #A5A5A5;
    margin-top: 40px;
}
.modal-wizard-import-contacts section {
    padding: 15px;
}
.modal-wizard-import-contacts .row {
    margin-bottom: 20px;
}
.modal-wizard-import-contacts .row .first-data-content {
    padding-right: 0;
}
.modal-wizard-import-contacts .btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-wizard-import-contacts .btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-wizard-import-contacts .btn-default.active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    webkit-box-shadow: none;
    box-shadow: none;
}
.modal-wizard-import-contacts .tooltip-inner {
    max-width: 100%;
}
.modal-wizard-import-contacts .btn.btn-sm {
    font-size: 14px;
    padding: 2px 20px;
}
.modal-wizard-import-contacts .btn.show-video-help {
    position: relative;
    font-size: 14px;
    padding-left: 40px;
}
.modal-wizard-import-contacts .btn.show-video-help.btn-default {
    opacity: 0.5;
}
.modal-wizard-import-contacts .btn.show-video-help i.fa {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    margin-left: 10px;
    font-size: 21px;
}
.modal-wizard-import-contacts .video-help-title {
    color: #8e8e8e;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.42857143;
}
.modal-wizard-import-contacts p.help-block {
    margin: 0;
    font-size: 12px;
}
.modal-wizard-import-contacts section.video-help-view {
    padding: 0;
}
.modal-wizard-import-contacts .modal-footer.video-help-view {
    padding-bottom: 5px;
    padding-top: 5px;
}
.modal-wizard-import-contacts .table-columns-mapping-container {
    max-height: 330px;
    overflow-y: auto;
}
.modal-wizard-import-contacts .table-columns-mapping-container.max-height {
    max-height: 410px;
}
.modal-wizard-import-contacts ul.contacts-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.modal-wizard-import-contacts ul.contacts-tags > li {
    display: block;
    float: left;
}
.modal-wizard-import-contacts ul.contacts-tags > li:first-child {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.modal-wizard-import-contacts .row.contacts-tags-container {
    margin-bottom: 5px;
}
.modal-wizard-import-contacts .icon-help {
    background: center center url("../img/icon-help-1.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}
.modal-wizard-import-contacts .btn.active .icon-help {
    background-image: url("../img/icon-help-2.png");
}
.modal-wizard-import-contacts label {
    margin-top: 6px;
    color: #333;
}
/* Pipeline Wizard */
.pipeline > .pipeline-step.wizard {
    cursor: pointer;
    padding-right: 0;
}
.pipeline > .pipeline-step.wizard:first-child {
    margin-left: 0;
}
.pipeline > .pipeline-step.wizard .step-container {
    border-top: none;
    border-bottom: none;
    line-height: 36px;
    margin-left: 0;
    font-size: 19px;
}
.pipeline > .pipeline-step.wizard .step-container .step-number-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ffffff;
}
.pipeline > .pipeline-step.wizard .left-arrow:before {
    border-left: 0;
}
.pipeline > .pipeline-step.wizard .left-arrow:before {
    border-left: 0;
}
.pipeline > .pipeline-step.wizard .first,
.pipeline > .pipeline-step.wizard .last {
    background-color: transparent;
}
.pipeline > .pipeline-step.wizard .left-arrow {
    background-color: transparent;
}
.pipeline > .pipeline-step.wizard .rigth-arrow {
    background-color: #ffffff !important;
}
.pipeline > .pipeline-step.wizard .rigth-arrow:before {
    border-left: 0;
}
.pipeline > .pipeline-step.wizard .arrow {
    height: 36px;
}
.pipeline > .pipeline-step.wizard .rigth-arrow:after,
.pipeline > .pipeline-step.wizard .left-arrow:after {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 16px;
}
.pipeline > .pipeline-step.wizard.inactive .step-container,
.pipeline > .pipeline-step.wizard.inactive .last,
.pipeline > .pipeline-step.wizard.inactive .first,
.pipeline > .pipeline-step.wizard.inactive .left-arrow,
.pipeline > .pipeline-step.wizard.inactive .rigth-arrow {
    background-color: #47b5ff;
    border-color: #47b5ff;
}
.pipeline > .pipeline-step.wizard.inactive .rigth-arrow:before,
.pipeline > .pipeline-step.wizard.inactive .rigth-arrow:after {
    border-left-color: #47b5ff;
}
/* End Pipelines Wizard*/

/* New Redesign Style*/

.modal-wizard-import-contacts .import-contacts-info {
    color: #999 !important;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
}
.modal-wizard-import-contacts .top-video-help-zone .show-video-help {
    color: #fff;
    background-color: #347ab8;
    border-color: #347ab8;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    opacity: 1 !important;
}
.modal-wizard-import-contacts .btn.show-video-help i.fa-mail-reply {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    margin-left: 12px;
    font-size: 14px;
}
.modal-wizard-import-contacts .form-group.act-set-import-condition-options .checkbox label {
    color: #999;
}

/* END STYLES FOR WIZARD TO IMPORT CONTACTS */

/* BEGIN STYLES FOR IMPORT CONDITION CONTACTS */

.contacts-import .radio label {
    color: #808080;
}

/* END STYLES FOR IMPORT CONDITION CONTACTS */

/* Loading Overlay Styles */
.loading-holder {
    background-color: rgba(103, 103, 103, 0.56);
    display: table;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    color: white;
    z-index: 800;
}
.loading-holder-row {
    display: table-row;
    height: 100%;
    width: 100%;
}
.loading-holder-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.loading-holder .upload-label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #333333;
    font-size: 12px;
}

#importWizardDone{
    padding-top: 60px;
    text-align: center;
}

.circle-inactive{
    font-size:14px;
    color:#d9524c;
    vertical-align: middle;
}

.circle-active{
    font-size:14px;
    color:#6fb996;
    vertical-align: middle;
}


/* For voice touch */
.my-table {
  display: table;
  width: 100%;
}

.my-table > div {
    display: table-row;
}
.my-table > div > div{
    display: table-cell;
    padding: 5px 5px;
    position: relative;
}
.my-table > div > div:first-child{
    text-align: right;
}

.my-table.my-table-left > div > div:last-child{
    padding-right: 20px;
}

.my-table.my-table-right > div:not(:last-child) > div {
    border-bottom: 1px solid #ddd;
}

.my-table.my-table-right > div:last-child > div {
    padding-top: 47px;
}

#slider-range-max{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    background: grey;
}

.slider-ruler{
    width: 100%;
    overflow: visible;
    font-size: 11px;
}

.slider-ruler span:not(:last-child){
    margin-right: 9px;
}

.inline-popover-icon{
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -13px;
    margin-top: 15px;
}

#callTransferPopover .popover{
    max-width: 650px;
    width: 650px;
}

.place-holder {
    color: #999;
}

@-moz-document url-prefix() {
    #campaignBroadcastName {
        margin-bottom: 0px !important;
    }
}

.hide_sf{
    opacity: 0;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -10px;
    left: -10px;
}

/*Create User in Settings->Your Account Style*/

#create-user-form-layout .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #337ab7;
}

#create-user-form-layout .nav>li>a {
    color: #808080;
}

#create-user-form-layout .nav>li>a:focus, .nav>li>a:hover {
    background-color: #ffffff;
}

#create-user-form-layout .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 4px;
}

/*colorpicker-master*/
#create-user-form-layout .evo-pointer.evo-colorind {
    width: 40px;
    height: 35px;
    border-radius: 4px;
    float: left;
}

/* Adjust up/down buttons of the touch spin control in campaign setup page */
.campaign-touch-sending-delay-value-holder .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .campaign-touch-sending-delay-value-holder .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    padding: 7px 10px;
}

.campaign-launch-offset-days-holder {
    margin-left: 13px;
}

.campaign-launch-offset-days-holder .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .campaign-launch-offset-days-holder .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    padding: 7px 10px;
}

.campaign-launch-offset-hours-holder .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .campaign-launch-offset-hours-holder  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    padding: 7px 10px;
}

.campaign-launch-offset-days-holder input, .campaign-launch-offset-hours-holder input {
    width: 40px !important;
}

.shadow_touch_header{
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.8);
}

#inbox-emails-table thead > tr > th {
    padding-left: 8px;
    padding-right: 10px;
}

#inbox-emails-table tbody > tr > td {
    font-size: 12px;
}

#inbox-emails-table .row-subject {
    font-weight: bold;
    max-width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

#inbox-emails-table .subject-read{
    font-weight: normal;
}

#inbox-emails-table .subject-unread{
    font-weight: bold;
}
#inbox-emails-table .row-body {
    font-weight: normal;
}

.campaign-template-class-admin{
    color: #ffb940;
}

/* Integrations */
.has-setup-content .integration-setup-header {
    border-bottom: 1px solid #E6E6E6;
}

.integration-setup-container.integration-connected {
    border-color: seagreen !important;
}

.integration-setup-container.integration-connected .integration-setup-header {
    border-color: seagreen !important;
}

.integration-setup-container.integration-connected .integration-name:before {
    content: "\f00c";
    color: seagreen;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    margin-right: 5px;
}

.integration-setup-container.integration-connected .btn-integration-connect .btn-integration-connect-content:before {
    content: "Disconnect"
}

.integration-setup-container:not(.integration-connected) .btn-integration-connect .btn-integration-connect-content:before {
    content: "Connect"
}


#campaign-launch-offset-sending-delay-unit{
    width: 91px;
    padding-left: 5px;
    padding-right: 0;
}

.no-padding-horizontal {
    padding-left: 0!important;
    padding-right: 0!important;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0!important;
}

table.table-optin-pages {
    padding-bottom: 50px;
}


.lateral-filter-holder .tooltip {
    position: fixed;
}


#leads-table_wrapper #leads-table_info{
    float: left;
    margin-left: 10px;
    margin-top: -2px;
}

#lead-table-holder .buttonCallBlockMarketing{
    position: absolute;
    text-transform: uppercase;
    border: 2px solid gray;
    padding: 5px;
    left: 38%;
}

.no-padding {
    padding: 0 !important;
}

/*popup*/
#sequenceModal .modal-dialog {
    width: 650px;
}
.elementModal {
    /*fix for endpoints in jsplumb overlapping the modal dialog*/
    z-index: 99999;
}
.elementModal .modal-dialog {
    /*width: 750px;*/
}
.elementModal .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: 1px solid #ddd;
}
.elementModal .modal-header {
    padding: 0 0 0 10px;
    background: #f4f4f4;
    border: none;
}
.elementModal .helpBack, .helpBack:hover {
    line-height: 30px;
    color: #707070;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 13px;
    cursor: pointer;
}
.elementModal .modal-header h4 {
    font-size: 14px;
    color: #008f9c;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}
.elementModal .modal-header h4 i {
    padding-right: 5px;
}
.elementModal .modal-header .close {
    color: #FFF;
    background: #008f9c !important;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-shadow: none;
    font-weight: 300;
    opacity: 1;
    padding: 0 10px;
}
.elementModal .modal-body {
    padding: 20px;
}
.elementModal .form-group {
    margin-bottom: 10px;
}
.elementModal label {
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}
.elementModal input, .elementModal input:focus {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    color: #333;
    border-radius: 2px;
    border-color: #dcdcdc;
    height: 30px;
    box-shadow: none;
    background: #FFF;
}
.elementModal .time-picker .btn.btn-default,
.elementModal .time-picker .btn.btn-default:hover,
.elementModal .time-picker .btn.btn-default:focus {
    font-size: 11px;
    color: #c3c3c3;
    box-shadow: none;
    background: #FFF;
    border-radius: 2px;
    height: 30px;
    border-color: #dcdcdc;
    outline: none !important;
}
.elementModal .time-picker ul.dropdown-menu {
    font-size: 12px;
    color: #898989;
}
.elementModal .time-picker ul.dropdown-menu li a {
    font-size: 11px;
    color: #c3c3c3;
}
.elementModal .input-group.date .input-group-addon span {
    color: #c9c9c9;
}
.elementModal .btn.btn-meridian, .elementModal .btn.btn-meridian:hover, .elementModal .btn.btn-meridian:focus {
    background: #dadada !important;
    color: #FFF !important;
    border-color: #dadada !important;
    padding: 7px 12px;
    text-align: center !important;
    font-size: 11px;
}
.elementModal .eventTimeRow .date .form-control[disabled],
.elementModal .eventTimeRow .date .form-control[readonly],
.elementModal .eventTimeRow .date fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 1;
}
.elementModal .eventTimeRow .col-sm-4.nopaddinglr {
    padding-left: 5px;
}
.elementModal .eventTimeRow .date .input-group-addon {
    background-color: #fff;
    border-color: #dcdcdc;
    border-left: none;
}
.elementModal .bootstrap-select.btn-group .dropdown-menu li {
    font-size: 12px;
    line-height: 24px;
    color: #3f3f3f;
}
.elementModal .bootstrap-select.btn-group .dropdown-menu li a {
    line-height: 24px;
    background: none;
}
.elementModal .bootstrap-select.btn-group .dropdown-menu li a:focus,
.elementModal .bootstrap-select.btn-group .dropdown-menu li a:hover {
    outline: none;
}
.elementModal .bootstrap-select.btn-group .dropdown-menu i {
    color: #008f9c;
    padding-right: 5px;
}
.elementModal .bootstrap-select.btn-group .dropdown-menu img {
    padding-right: 5px;
}
.elementModal .formSelect .btn img {
    padding-right: 5px;
    margin-top: -2px;
}
.elementModal .formSelect .btn i {
    color: #008f9c;
    padding-right: 5px;
}
.elementModal .btn-save,
.elementModal .btn-save:hover {
    border: none;
    border-radius: 2px;
    line-height: 35px;
    padding: 0 15px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #008f9c;
    box-shadow: none;
}
.elementModal .btn-save i {
    /*padding-right: 5px;*/
}
.elementModal button {
    outline: none !important;
}
.elementModal .help {
    border: none;
    border-radius: 0;
    background: #ffb003;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    margin-right: 1px;
    padding: 0 10px;
    text-transform: uppercase;
}

.help.active{
    background-color: #00909b !important;
    position: relative;
}
.help.active:after{
    position: absolute;
    bottom: -5px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #00909b transparent transparent transparent;
}

.elementModal .createFromBtnHolder {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.elementModal .createFromBtn {
    border: none;
    border-radius: 2px;
    background: #ededed;
    color: #808080;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    /*margin-top: 3px;
    margin-right: 3px;*/
    padding: 0 18px;
    text-transform: uppercase;
}
.elementModal .createFromBtn.active {
    background: #008f9c;
    color: #FFF;
}
.elementModal .containerSeparator {
    display: block;
    height: 1px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
#sequenceModal .containerSeparator {
    margin-left: 60px;
    width: 560px;
}
.elementModal .containerSeparator2 {
    display: block;
    height: 1px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.elementModal .trackingConversion {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
    /*margin-bottom: 40px;*/
}
.elementModal .trackingConversion .trackingOption {
    width: 29%;
    cursor: pointer;
}
.elementModal .trackingConversion .trackingOption .header {
    background: #ededed;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #818181;
    text-transform: uppercase;
}
.elementModal .trackingConversion .trackingOption .header i {
    padding-right: 5px;
}
.elementModal .trackingConversion .trackingOption.active .header {
    background: #008f9c;
    color: #FFF;
}
.elementModal .code-area{
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-align: left;
    padding: 6px;
    color: #666666;
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 130px;
}
.elementModal #clipboard{
    margin-top: 30px;
}
.elementModal #clipboard-text{
    white-space: pre;
}
.elementModal .copy-btn{
    float: right;
}
.elementModal .copy-btn .btn{
    background-color: #ffb003;
    color: #fff;
    text-transform: uppercase;
}
.elementModal .code-notif-icon{
    float: left;
}
.elementModal .code-notif{
    background-color: #008f9c;
    padding: 8px 3px 8px 8px;
    border-radius: 5px;
    margin-bottom: 60px;
}
.elementModal .code-notif-icon i{
    color: #fff;
    margin-right: 6px;
    vertical-align: super;
    margin-top: 0px;
    font-size: 16px;
}
.elementModal .code-notif-text p{
    font-size: 11px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.elementModal .code-done-btn{
    float: right;
    margin-top: -30px;
}
.elementModal .code-done-btn .btn{
    padding: 10px;
    background-color: #008f9c;
    color: #fff;
}
.elementModal #track-popup .track-body-txt{
    padding: 15px 62px;
}
.elementModal .track-body-txt h3{
    color: #008f9c;
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
}
.elementModal .sendEmailsHolder {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.elementModal .sendEmailsHolder .emailOption {
    width: 49%;
    cursor: pointer;
}
.elementModal .sendEmailsHolder .emailOption .header {
    background: #ededed;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #818181;
    text-transform: uppercase;
}
.elementModal .sendEmailsHolder .emailOption .header i {
    padding-right: 5px;
}
.elementModal .sendEmailsHolder .emailOption.active .header {
    background: #008f9c;
    color: #FFF;
}
.elementModal .sendEmailsHolder .emailOption .content {
    display: block;
    background: #f7f7f7;
    color: #5b5b5b;
    font-size: 10px;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
}
.elementModal .infoContainer {
    position: relative;
}
.elementModal .info {
    position: absolute;
    right: -10px;
    top: 10px;
    color: #dadada;
    cursor: pointer;
}
.elementModal .info2 {
    top: 28px;
}
.elementModal .stepTitle {
    font-size: 18px;
    font-weight: 700;
    color: #008f9c;
    text-align: center;
    margin: 5px 0 20px;
}
.elementModal .stepSubTitle {
    font-size: 18px;
    font-weight: 700;
    color: #2f2f2f;
    text-align: center;
    margin-bottom: 15px;
}
.elementModal .sendingBasedOnHolder .sendingBasedOn {
    width: 49%;
    cursor: pointer;
}
.elementModal .sendingBasedOnHolder .sendingBasedOn .header {
    background: #ededed;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #818181;
    text-transform: uppercase;
}
.elementModal .sendingBasedOnHolder .sendingBasedOn .header i {
    padding-right: 5px;
}
.elementModal .sendingBasedOnHolder .sendingBasedOn.active .header {
    background: #008f9c;
    color: #FFF;
}
.elementModal .sendingBasedOnHolder .sendingBasedOn .content {
    display: block;
    background: #f7f7f7;
    color: #5b5b5b;
    font-size: 10px;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
}
.elementModal .sendingBasedOnHolder {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.elementModal .timeLabel {
    text-align: center !important;
}
.elementModal .popover {
    width: 340px;
    max-width: 340px;
    padding-right: 0;
}
.elementModal .ui-select-container .ui-select-placeholder, .elementModal .ui-select-container .ui-select-choices-row-inner {
    font-size: 12px;
}
.elementModal .ui-select-container .ui-select-choices {
    margin-top: 2px;
}
.elementModal .ui-select-container .ui-select-choices-row i {
    margin-left: -10px;
    color: #008f9c;
    margin-right: 5px;
}
.elementModal .ui-select-container .ui-select-choices-row.active i {
    color: #fff;
}
.elementModal .ui-select-bootstrap .ui-select-choices-row.active>a, .elementModal .ui-select-bootstrap .ui-select-choices-row.active>a i {
    color: #fff;
}
.elementModal .ui-select-container .ui-select-match .btn {
    font-size: 12px;
    padding-top: 6px;
    height: 30px;
    border-color: #dcdcdc;
    color: #999;
}
.elementModal .ui-select-container .ui-select-match .btn:hover,
.elementModal .ui-select-container .ui-select-match .btn:focus {
    background-color: transparent;
}
.elementModal .infoContainer div.btn-group.bootstrap-select.formSelect button {
    font-size: 12px;
}
.elementModal .ui-select-container .ui-select-choices-row>a {
    color: #999;
}

/* on off               */
.sequenceStep2 .onoffswitch {
    width: 48px;
    margin-top: 4px;
}
.sequenceStep2 .onoffswitch-checkbox {
    display: none;
}
.sequenceStep2 .onoffswitch-label {
    border: none;
    width: 48px;
    height: 19px;
}
.sequenceStep2 .onoffswitch-inner::before {
    background-color: #008f9c;
    content: "ON ";
    font-size: 9px;
    height: 25px;
    width: 48px;
    padding-right: 40%;
    padding-left: 8px;
    margin-top: -3px;
}
.sequenceStep2 .onoffswitch-inner::after {
    content: "OFF";
    font-size: 9px;
    height: 25px;
    width: 48px;
    padding-left: 25px;
    margin-top: -3px;
}
.sequenceStep2 .onoffswitch-switch {
    border: 1px solid #008f9c;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    top: -2px;
    background-color: #f4f4f4;
    right: 25px;
}
/* -------------------- */

/* Throtlle text */
.sequenceStep2 .throttle-text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #3e3e3e;
    margin: 5px;
    text-transform: capitalize;
}
.sequenceStep2 .throttle-amount,
.sequenceStep2 .throttle-amount:focus {
    width: 38px;
    min-width: 38px;
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 0;
    padding-left: 5px;
    border-color: #d20000;
    border-radius: 2px;
}

.sequenceStep2 .fc-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 2px;
}
.sequenceStep2 .fc-badge--dark-blue {
    background-color: #205682;
}
.sequenceStep2 .fc-badge--circle {
    border-radius: 100%;
}

/* ------------- */

.timeSelect .btn {
    padding-left: 7px !important;
}
.amPmSelect .filter-option {
    text-align: center !important;
}
.amPmSelect .btn {
    padding-right: 0 !important;
    background: #dadada !important;
    color: #FFF !important;
    font-weight: 700;
    border-color: #dadada !important;
    padding-left: 0 !important;
    text-align: center !important;
}
.amPmSelect .bs-caret {
    display: none !important;
}
.step2Margin {
    height: 50px;
    display: block;
}
/*end popup*/

.admin-marketing-emails-status-section div{
    color: #666;
    font-weight: 600;
}

.admin-marketing-emails-status-section div span{
    font-weight: 500;
}

.sent-to-select-contacts .ms-sel-ctn {
    max-height: 117px;
    overflow-y: auto;
}

.sent-to-select-contacts #email-modal-to {
    padding-right: 27px;
}

.sent-to-select-contacts .ms-ctn .ms-sel-item {
    max-width: 225px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px 2px 5px;
    color: #000;
    background-color: transparent;
    border: 1px solid #DDD !important;
}

.sent-to-select-contacts .ms-ctn .ms-trigger .ms-trigger-ico,
.sent-cc-select-contacts .ms-ctn .ms-trigger .ms-trigger-ico,
.sent-bcc-select-contacts .ms-ctn .ms-trigger .ms-trigger-ico {
    margin-top: 0;
    position: absolute;
    top: 49%;
    left: 0;
}

.sent-to-select-contacts .ms-sel-ctn .ms-sel-item .ms-close-btn,
.sent-cc-select-contacts .ms-sel-ctn .ms-sel-item .ms-close-btn,
.sent-bcc-select-contacts .ms-sel-ctn .ms-sel-item .ms-close-btn {
    margin-right: 0;
}

.sent-cc-select-contacts #email-modal-cc,
.sent-bcc-select-contacts #email-modal-bcc {
    padding-right: 27px;
}

.sent-cc-select-contacts .ms-sel-ctn {
    max-height: 117px;
    overflow-y: auto;
}

.sent-cc-select-contacts .ms-ctn .ms-sel-item,
.sent-bcc-select-contacts .ms-ctn .ms-sel-item {
    max-width: 443px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px 2px 5px;
    color: #000;
    background-color: transparent;
    border: 1px solid #DDD !important;
}

.sent-bcc-select-contacts .ms-sel-ctn {
    max-height: 117px;
    overflow-y: auto;
}

.sent-to-select-contacts .ms-res-ctn .ms-res-item span,
.sent-cc-select-contacts .ms-res-ctn .ms-res-item span,
.sent-bcc-select-contacts .ms-res-ctn .ms-res-item span {
    color: #000;
    font-weight: 700;
}

.sent-to-select-contacts .ms-res-ctn .ms-res-item:hover, .sent-to-select-contacts .ms-res-ctn .ms-res-item-active,
.sent-cc-select-contacts .ms-res-ctn .ms-res-item:hover, .sent-cc-select-contacts .ms-res-ctn .ms-res-item-active,
.sent-bcc-select-contacts .ms-res-ctn .ms-res-item:hover, .sent-bcc-select-contacts .ms-res-ctn .ms-res-item-active {
    background-color: transparent;
}

.sent-to-select-contacts .ms-res-ctn .ms-res-item small,
.sent-cc-select-contacts .ms-res-ctn .ms-res-item small,
.sent-bcc-select-contacts .ms-res-ctn .ms-res-item small {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
}

.sent-to-select-contacts .ms-res-ctn .ms-res-item small:hover,
.sent-cc-select-contacts .ms-res-ctn .ms-res-item small:hover,
.sent-bcc-select-contacts .ms-res-ctn .ms-res-item small:hover {
    background-color: #337ab7;
    color: #fff;
}

.notification-msg-emails {
    margin-left: -19px;
    padding-left: 0;
    padding-right: 0;
    width: 34%;
}

/* -------------------------- */
/*    User Settings Domain    */
/* -------------------------- */
span.domain-validity-mark,
span.domain-validity-loading {
    position: absolute;
    right: -90px;
    top: 8px;
    font-size: 14px;
    display: none;
    width: 80px;
}
span.domain-validity-mark span.domain-validity-text {
    font-size: 12px;
}
span.domain-validity-mark i.fa.fa-check {
    color: green;
}
span.domain-validity-mark i.fa.fa-times {
    color: #d20000;
}
/* -------------------------- */
.sequenceStep2 {
    display: block !important;
}
.fc-form-label-lg {
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}
.fc-row {
    position: relative;
}
.fc-row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fc-headline, .fc-row {
    -webkit-box-lines: multiple;
}
.fc-row__col--3_5 {
    max-width: 29.16666667%;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-basis: 29.16666667%;
    -moz-flex-basis: 29.16666667%;
    flex-basis: 29.16666667%;
    -ms-flex-preferred-size: 29.16666667%;
}
.fc-row__col {
    padding: 0 15px 15px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.fc-row--middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
#sequenceModal.elementModal label{
    padding:0 15px 15px;
}
#sequenceModal.elementModal .info {
    right: 35px;
}
#sequenceModal.elementModal .onoffswitch label{
    padding: 0 !important;
}
#sequenceModal.elementModal .companyTypeCol span {
    background-image: -webkit-linear-gradient(90deg, #f6f6f6 0%, #f8f8f8 100%);
    box-shadow: 0px 1px 0px 0px #cacaca;
    display: block;
    color: #727272;
    font-weight: 700;
    cursor: pointer;
    padding-left: 2px;
    text-align: center;
    text-transform: capitalize;
    line-height: 33px;
    height: 32px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#sequenceModal.elementModal .companyTypeCol span.date, #sequenceModal.elementModal .companyTypeCol span.week {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-right: 1px;
}
#sequenceModal.elementModal .companyTypeCol span.field, #sequenceModal.elementModal .companyTypeCol span.month {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
#sequenceModal.elementModal .companyTypeCol span.active {
    background-image: -webkit-linear-gradient(90deg, #1f4e79 0%, #2f6597 100%);
    box-shadow: 0px 1px 0px 0px #072b4d;
    color: #fff;
}
#sequenceModal.elementModal .companyTypeCol span .fa {
    font-size: 19px;
    font-weight: normal;
    line-height: 25px;
    padding-right: 5px;
    position: relative;
    top: 1px;
    display: none;
}
#sequenceModal.elementModal .companyTypeCol span.active {
    color: #fff;
}
#sequenceModal.elementModal .companyTypeCol span.active i {
    display: inline-block;
}
#sequenceModal.elementModal .fc-badge {
    background-color: #dadada;
}
.fc-ui-select.ui-select-container {
    height: 32px;
}
.fc-ui-select.ui-select-container .ui-select-match {
    outline: 0;
    border-radius: 0;
}
.fc-ui-select.ui-select-container ul.ui-select-choices {
    height: 150px;
}
.fc-ui-select.ui-select-container ul.ui-select-choices .ui-select-choices-row.active i {
    color: #fff;
}
.fc-ui-select.ui-select-container .ui-select-choices-row > span {
    padding: 3px 10px;
}
.fc-ui-select.ui-select-container .ui-select-match .btn-default {
    background-color: #fff;
    color: #666;
    width: 100%;
    text-transform: none;
    font-weight: 600;
    height: 32px;
}
.fc-ui-select.fc-ui-select--has-error.ui-select-container .ui-select-match .btn-default {
    border: 1px solid #dd0000;
}
