.grid-view , .subscribers-table{overflow-x:auto;/*margin-left: -15px;margin-right: -15px;*/}
.margin-bottom-10{margin-bottom:10px;}

.grid-view .summary {
    margin-bottom: 10px;
    margin-left: 20px;
}

.logo {
    margin-top: 8px;
    display: block;
    color: #fff;
    font-size: 20px;
    margin-left: 65px;
    flex: 1;
}



.zago-navbar {
    display: flex;
    justify-content: flex-start;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-color: transparent;
    padding: 15px 10px;
    flex-wrap: wrap;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.zago-navbar > button,
.zago-navbar > a {
    margin: 8px 5px;
    border-color: #fff!important;
}

@media(max-width:767.98px){
    .zago-navbar > button,
.zago-navbar > a {
    margin-bottom: 7px;
}
}

.btn-template-click-actions-add,.btn-tags-click-actions-add {
    margin: 9px;
}

.noticebar-menu ul.menu { padding: 0;}
.noticebar-menu ul.menu > li {
    display: table;
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px dotted #ccc;
}
.noticebar-menu ul.menu > li > a {
    padding: 8px 12px;
    font-size: 12px;
    white-space: normal;
	font-weight: 400;
    line-height: 1.42857143;
    color: #333;
	    float: left;
    width: 100%;
}
.noticebar-menu ul.menu strong.noticebar-item-title{text-transform:capitalize;}
.noticebar-menu  ul.menu > li > a:hover {
    color: #444;    text-decoration: none;
    background: #eee;
}
table td.options {
    width: auto;
    display: block;
    border: 0!important;
    border-top: none !important;
}

.switch {
    cursor: pointer;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.switch input[type=checkbox]:checked {
    background-position: 33.33% 33.33%;
}


.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input[type=checkbox] {
    width: 16px;
    height: 16px;
    background-image: url(../img/sprite.png) !important;
    background-size: 400%;
    background-position: 0 33.33%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none!important;
}

.switch input:checked + span {
    background-color: #eaeaea;
}

.switch span {
    position: relative;
    width: 50px;
    height: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #eaeaea;
  /*  border: 1px solid #E5E5E5;*/
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-color: rgba(0, 0, 0, 0.1);
    left: 0px;
}

.switch input:checked + span:after {
    left: 21px;
    background-color: #000;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 26px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}





/*====== 11-march-2020 ======*/

.nav>li {
    position: initial;
}


.mainbar .dropdown{
    position: unset !important;
}
.mainbar .dropdown-menu {
    position: absolute;
    top: 0;
    left: 70px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    width: calc(100% - 70px);
    background: transparent;
    padding: 0;
}
@media(max-width:767.98px){
    .mainbar .dropdown-menu {
        left: 60px;

        width: 100%;
        min-width: 18em;
        height: 100%;
        background: #fff;
        padding-top: 10px;
    }
}
.mainbar .dropdown-menu > li {
    margin-left: 0;
}

li.dropdown.active ul.dropdown-menu {
    display: block;
}

ul.nav.navbar-nav.mainbar-nav li a:hover {
    background: transparent;
    color: #718096;
    border-color: transparent;
}

ul.nav.navbar-nav.mainbar-nav li a {
    text-align: left;
    padding: 20px 2px;
    color: #718096;
    align-items: center;
    border-radius: 0;
    justify-content: center;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #286efa;
    background-color: transparent !important;
}

ul.nav.navbar-nav.mainbar-nav li a:hover {

}


ul.nav.navbar-nav.mainbar-nav svg.svg-icon {
    width: 24px;
}

.mainbar .dropdown-menu > li a {
    padding: 5px 16px !important;
}
.dropdown.active svg {
    fill: #2D91FB!important;
}
.radio-hint {
    font-size: 1.4rem;
    display: block;
    margin-left: 19px;
    margin-bottom: 15px;
}
.header-hint {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 15px;
}
.schedule-date-select {
    margin-left: 19px;
}
.mr-2 {
    margin-right: 2rem;
}
.ml-2 {
    margin-left: 2rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.ab-grip {
    width: 16px;
    height: 100%;
    background: url('/app/customer/themes/contriverz-customer/assets/img/drag.svg') no-repeat 0 24px;
    position: relative;
    z-index: 88;
    cursor: e-resize;
    border-radius: 5px;
    background-color: #e39837;
}
.w-auto {
    width: auto;
}
.d-inline-block {
    display: inline-block;
}
.campaign-overview-stat {
    display: inline-block;
    margin-left: 15px;
}

.campaign-overview-stat .stat-label {
    color: #747678;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-overview-description {
    flex: 1;
}

.campaign-overview-description .stat-badge {
    display: inline-block;
}

.campaign-overview-description .stat-date {
    display: inline-block;
    margin-left: 5px;
}

.campaign-overview-description .stat-badge > .cui4-badge {
    padding: 0 5px;
    border-radius: 5px;
}

.campaign-overview-description h3 {
    margin-bottom: 5px;
}

.campaign-overview-description h3.title a,
.campaign-overview-description .semi-bold {
    color: #26292c;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.campaign-overview-description .semi-bold {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

.ListViewTitleCell-subtitle,
.ListViewTitleCell-subtitle a {
    color: #747678;
}

.campaign-overview-row {
    display: flex;
	flex-direction: column;
}

.chart-dashboard-wrap {
    margin-top: 10px;
}

.chart-dashboard-wrap .portlet {
    padding: 10px 5px;
    margin-bottom: 0;
}

.input-group-btn > .btn {
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.input-group-btn > .btn-default {
    border-color: #eef1f3;
}


.box-header .pull-right a {
    margin-bottom: 5px;
}
.box-header .pull-right a .glyphicon,.box-header .pull-right a i {
    margin-right: 6px;
}
.RegularLayout-center{
    margin: 0 auto;
    padding: 0 15px!important;
}



.btn-show-less-options, .btn-show-more-options {
    white-space: normal;
    color: #047cfc;
    margin-right: 10px;
}


.container{
    width: 100%;
}




.alert button.close {
    margin-top: -4px;
}


ul.custom-list {
    padding-left: 20px;
}


.campaigns-conditions-container .item,
.ecommerce-container .item,
.tags-container .item,
.products-container .item,
.scores-container .item {
    margin-top: 20px;
}







@media(max-width:991.98px){
    .progress-box .step-wrapper {
        overflow-x: auto;
        padding-top: 10px;
    
    }
    
    .progressbar {
    
        min-width: 580px;
    }
    .progressbar li {
        width: 100%!important;
        max-width: 70px;
    }
    .widget-job-search-form.no-label .list-field:before {
        position: absolute;
        content: "";
        border-bottom: 1px solid #eee;
        width: 35%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1px;
    }
    
    
    
    }


@media(max-width:767.98px){
    .navbar-nav .open .dropdown-menu {
        position: fixed;
        top: 70px;

        background-color: #fff;

    }
}


@media(min-width:768px){
    .container {
        max-width: 750px;
        width: 100%;
    }
    .logo {

        margin-left: 117px;
        display: none;

    }
}
@media(min-width:992px){
    .container {
        max-width: 970px;
        width: 100%;
    }
}
@media(min-width:1200px){
    .container {
        max-width: 1170px;
        width: 100%;
    }
}

@media(max-width:767.98px){
    .col-xs-6{
        width: 50%!important;
    }
}

@media(min-width:768px){
    .text-sm-right{
text-align: right;
    }
}

@media(min-width:992px){
    .boxes-mw-wrapper.flex{
        display: flex;
        justify-content: center;
    }
    .pie-title-center canvas {
        height: 100px;
        width: 100px;
    }
    .pie-value {

        font-size: 20px!important;

    }
    .actions.text-right {
        text-align: left;
    }
}

@media(min-width:1400px){
    .pie-title-center canvas {
        height: 125px;
        width: 125px;
    }
    .pie-value {

        font-size: 22px!important;

    }
}

.upgrade-plan {
    margin-top: 5px;
    color: #D1BCA1;
    background-color: #FBF0CE;
    padding-top: 1px;
    padding-bottom: 1px;
}

.check-radio input:checked ~ input ,.radio-buttons input:checked ~ input{
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8dd0ca;
}

.check-radio input:checked ~ .checkmark:after ,.radio-buttons input:checked ~ .checkmark:after {
    display: block;
}

.zm-checkbox {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.zm-checkbox label {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: block;
    margin: 0;
    padding-left:25px;
    font-weight: normal;
    color: inherit;
}

label[disabled],
.zm-checkbox label[disabled] {
    cursor: not-allowed;
    color: #7e7e7e;
}

.zm-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.zm-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #dce1e5;
    border-radius: 4px;
}

.zm-checkbox input:checked ~ .checkmark {
    background-color: #8dd0ca;
    border-color: #8dd0ca;
}

.zm-checkbox input[type="text"]  {
    display: none;
    background-color: white;
    border: 1px solid #dce1e5;
    border-radius: 2px;
    width: 100%;
    padding: 8px 12px;
    position: relative;
    opacity: 1;
    margin: 6px 0;
    font-weight: 400;
}

.zm-checkbox input:checked ~ input {
    display: block;
}

.zm-checkbox .checkmark:after {
    position: absolute;
    display: none;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: content-box;
    border-radius: 0;
    border: 2px solid #fff;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}

.zm-checkbox input:checked ~ .checkmark:after {
    display: block;
}

td.options {
    white-space: nowrap;
}

/*td.options .btn {*/
/*    border-radius: 0;*/
/*    color: #ffffff;*/
/*    font-size: 1.2rem;*/
/*}*/

td.options .btn-primary {
    background-color: #5182ff;
    border-color: #5182ff;
}

td.options .btn-primaryL hover {
    background-color: #5182ff;
    border-color: #5182ff;
}

td.options .btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}
td.options .btn-warning:hover {
    background-color: #e08e0b;
}

td.options .btn-delete {
    background-color: #ee3524;
    border-color: #e72412;
}

td.options .btn-delete:hover {
    background-color: #e72412;
}
