body {
    background-color: #fff;
    font-size: 13px;
}

a {
    color: #0DA4FC;
}

#wrapper {
    width: 100%;
}


.h1, h1 {
    font-size: 30px;
}

.h2, h2 {
    font-size: 26px;
}

.h3, h3 {
    font-size: 22px;
}

.h4, h4 {
    font-size: 18px;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px dotted #CCC;
}

.dropdown-item:last-child {
    border-bottom: 0 none;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

#page-wrapper {
    padding: 0 10px;
    min-height: 568px;
    background-color: #fff;
    float: left;
    width: 85%;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 15%;
        padding: 20px;
        border-left: 1px solid #e7e7e7;
    }
}

.gcal_event_list {
    float: left;
    margin-top: 20px;
}

.gcal_event_list ul {
    list-style: none;
    float: left;
    margin-top: 15px;
    padding: 0;
}

.gcal_event_list ul li span {
    float: left;
    margin-right: 20px;
}

.add_form {
    display: none;
    margin-top: 20px;
}

.navbar-top-links {
    margin-right: 0;
}

.related_leads ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.related_leads ul li {
    margin-bottom: 5px;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 15%;
        margin-top: 65px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.conv_title {
    font-size: 16px;
    margin-top: 0;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'FontAwesome';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        background: transparent;
        color: #FFF;
    }

    .sidebar .nav-item .nav-link span {
        display: inline;
    }

    .sidebar .nav-item .dropdown-menu {
        position: static !important;
        margin: 0 1rem;
        top: 0;
        width: 92%;
        font-size: 13px;
    }

    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: block;
    }

    .sidebar.toggled {
        overflow: visible;
        width: 90px !important;
    }

    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 90px;
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }

    .sidebar.toggled .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0;
    }

    .sidebar.toggled .nav-item .dropdown-menu.dropup {
        bottom: 0;
        top: auto !important;
    }

    .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

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

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-body img.comm_img {
    float: right;
    width: 35px;
    border: 1px solid #ccc;
    margin: 0;
    border-radius: 5px;
}

.panel-body img.comm_file {
    float: right;
    width: 35px;
    border: 1px solid #ccc;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


.sidebar ul li {
    border-bottom: 1px solid #1A2A39;
}


.nav > li {
    position: relative;
    display: block;
}

.sb_lp .nav > li {
    background: #293F54;
}

.sb_lp .nav > li.set_link, .sb_client .nav > li.set_link {
    background: #0D4273;
}

.sb_client .nav > li {
    background: #4A5664;
}


.sb_settings .nav > li {
    background: #444;
}

.sb_dash .nav > li {
    background: #444;
    float: left;
    width: 100%;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #FFF;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #333;
}

.top_nav {
    background: #FFFFFF;
    color: #FFF;
}

.fright_box {
    text-align: right;
}

.header_logo {
    width: 100%;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
    color: #FF5656;
    font-size: 26px;
}

.navbar-default .navbar-brand {
    color: #FFF;
    padding: 15px !important;
    background: #FFF;
    height: 65px;
}

input.show_list {
    font-size: 10px;
    padding: 5px 10px;
    color: #FFF;
    background: #FF5656;
    border: 0 none;
    border-radius: 5px;
    margin-top: 4px;
    float: left;
    margin-right: 10px;
}

.btn-primary, .btn-primary:hover {
    font-size: 12px !important;
    background-color: #51b932;
    padding: 5px 10px !important;
    border: 1px solid #3c752a;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active:hover, .navbar-default .navbar-brand:active {
    background: #FFF;
}

.sidebar ul li a.active {
    background-color: #FF5656;
}

.top_nav a, .head_menu a {
    color: #FFF;
    font-weight: bold;
}

.navbar-brand {
    float: left;
    padding: 10px 15px !important;
    width: 250px;
}

.home_link {

}

.client_profile_link {
    float: right;
    font-weight: normal;
    margin-left: 15px;
    background: #FF5656;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 10px;
    color: #FFF;
    margin-top: 5px;
}


.error {
    color: #E62117 !important
}

p.breadcrumbs {
    margin: 15px 0 0;
    float: left;
}

p.lead_icons {
    float: right;
}

p.lead_icons a, p.lead_icons span {
    margin: 15px 5px 0;
    font-size: 24px;
    float: left;
    display: block;
}

.lp_list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0;
    height: 220px;
    overflow-y: scroll;
    padding-right: 0px;
}

.lp_list li {
    list-style: none;
    border-bottom: 1px dotted #CCC;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.lp_list li:last-child {
    border-bottom: 0px none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lp_link_brdc {
    font-size: 20px;
}

.lp_list li i.fa, .datatable .lp_link_brdc {
    float: right;
    font-size: 14px;
}

.lp_link_brdc .fa-globe, .lp_link_brdc .fa-flask {
    padding: 3px 3px;
    font-size: 14px;
}

.datatable .fa {
    margin: 0 3px;
    font-size: 20px;
}

.datatable_div h3 {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
}

.width50 {
    float: left;
    width: 50%;
    font-size: 12px;
}

.width10 {
    float: left;
    width: 10%;
}

.width20 {
    float: left;
    width: 20%;
}

.width30 {
    float: left;
    width: 30%;
}

.width40 {
    float: left;
    width: 40%;
}

.nopad {
    padding: 0px;
}

.galtable .mce-tinymce, .sortlist_sb .mce-tinymce {
    float: left;
}

.sortlist, .sortlist_sb {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sortlist li, .sortlist_sb li {
    margin: 10px 0;
    padding: 10px 0;
}

.clone_lp_form {
    float: right;
}

.clone_lp_link {
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #50c650;
    margin-top: 0px;
    margin-left: 5px;
}

.watch {
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}

.show_lplist_copy {
    float: right;
}

a i.fa-flask {
    color: #ffa6b5;
}

h1 img, img.media_backend {
    height: 1.5em
}

.pub_links {
    margin: 15px 0px;
    float: left;
}


td {
    padding: 6px;
}

.head_menu {
    float: right;
    margin: 15px auto 0;
    padding: 0px;
    text-align: right;
    width: 55%;
}

.head_menu li {
    list-style: none;
    margin-right: 20px;
}

.mfp-bg {
    z-index: 1042;
    background: #1A1E5B;
    opacity: .6;
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px), screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}


/* -------------- Crop Images ----------- */
.crop_canvas_outer {
    float: left;
}

.modal-xlg {
    width: 98%;
}

.modal-title {
    float: left;
    font-size: 18px;
}

.crop_btn {
    float: right;
}

.crop_canvas img {
    max-width: 100%;
}

.return_img {
    width: 100%;
}

.client_imgs {
    float: none;
}

.client_imgs #gallery {
    border: 1px solid #efefef;
    padding: 4px 0 0 0;
}

.client_imgs #gallery img {
    margin: 8px;
    width: 214px;
    cursor: pointer;
    border-radius: 3px;
}

.client_imgs #gallery img:hover {
    opacity: .8;
    box-shadow: 0px 0px 5px #bbb;
}

.client_imgs #buttons button {
    border: 1px solid #efefef;
    margin-right: 8px;
    border: 0;
    padding: 8px;
    border-radius: 3px;
}

.client_imgs #buttons button.active {
    background-color: #bbb;
    color: #111;
}

.client_imgs #buttons {
    margin: 8px;
    padding-bottom: 8px;
}

.client_imgs #search {
    margin: 8px;
}

/* -------------- Crop Images ----------- */

.head_menu li select {
    color: #000;
    padding: 5px 20px 5px 5px;
    font-weight: 500;
    float: right;
    height: 30px;
    background: #FFF;
    font-size: 11px;
    border: 1px solid #CCC;
    margin-left: 10px;
    border-radius: 5px;
    max-width: 150px;
}

.form-control {
    padding: 4px 8px;
    font-size: 13px;
    height: 30px;
}

.top_nav {
    float: left;
    width: 100%;
    color: #FFF;
    background: #0DA4FC;
}

p.copyright {
    text-align: center;
    font-size: 10px;
}

.send_email_panel, .send_sms_panel {
    display: none;
}

.middle_form {
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding-left: 30px;
}

.csvform {
    float: left;
}

.csvform .ui-state-highlight {
    height: auto !important;
}

.csvform .form-control {
    float: left;
    margin-right: 0px;
    width: 26%;
}

.csvform .btn {
    float: left;
}

.lead_status_form {
    float: left;
    width: 100%;
}

.lead_status_form span {
    float: left;
    margin-right: 5px;
    width: 45%;
}

.lead_status_form span:first-child {
    width: 20%;
    padding: 5px;
}

.lead_status_form .btn {
    float: left;
}

.toplinks {
    color: #FFF;
    padding: 5px 25px 5px 0;
}

.logoutlink {
    background: #FF5656;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 10px;
    color: #FFF;
    margin-left: 10px;
}

.logoutlink {
    text-decoration: none;
}

a.taglink {
    margin-right: 0px;
    color: #FFF;
    background: #0DA4FC;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 4px;
}

.panel-default {
    background: #fbfbfb;
}

button.email_comm_cancel {
    float: left;
}

body.mce-content-body p, textarea {
    font-size: 12px !important;
}

.scroll_table {
    height: 360px;
    overflow-y: scroll;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.ui-widget.ui-widget-content {
    border: 2px solid #CCC !important;
    background: #FFF !important;
    border-radius: 0 0 5px 5px;
    padding-left: 15px;
}

.error_list {

    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 11px;

}

.error_list li {

    border-bottom: 0;
    margin-bottom: 0;
    color: red;
    font-style: italic;
    float: left;
    width: 100%;
}

.error_list li i {
    color: red;
    float: left !important;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.poor_lp_table {
    margin-bottom: 0;
}

.client_stats {
    padding: 0 30px;
}

.client_stats {
    padding: 0 30px;
    margin-top: 50px;
}

.lead_table {
    margin-top: 40px;
}

.poor_lp_table .kwd_list {
    list-style: decimal;
    margin: 0;
    padding-left: 20px;
    font-size: 12px;
}

.poor_lp_table .kwd_list li.poor_kw {
    font-weight: bold;
    color: red;
}

.select_fields {
    margin: 15px 0 0;
    padding-left: 20%;
}

.select_fields select {
    width: 20%;
    float: left;
    margin-right: 20px;
}

button.email_comm_send {
    float: right;
}

.disp_none {
    display: none;
}

.lp_link_l, .lp_link_r {
    padding: 0;
}

.lp_link_l p {
    margin: 5px 0;
}

.lp_link_l .lp_adgrp_info a {
    font-size: 11px;
    color: #346480;
}

.datatable_div {
    margin-top: 15px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.datatable .lp_link_brdc {
    font-size: 13px;
}

.datatable .fa {
    margin: 0 3px;
    font-size: 20px;
}

button.btn {
    font-size: 13px;
    padding: 5px 10px;
}

.datatable_div button.btn:hover {
    background: #9086e3e6;
    color: #FFF;
}

label {
    color: #000;
    font-weight: 500;
}

.faq_img_thumb {
    width: 50px;
    border-radius: 5px;
    border: 1px solid #E62117;
    text-align: center;
    margin: 5px auto 15px;
}

.faq_img_thumb_path {
    width: 100%;
    padding: 5px;
    font-size: 10px;
    margin-bottom: 0px;
}

.faq_img_box {
    float: left;
    width: 50%;
}

.faq_imgcopy_box {
    float: left;
    width: 50%;
}

.stat_percent {
    background: #E1D9FF;
    padding: 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 2px;
}

.stat_conversions {
    background: #ABEA70;
    padding: 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 2px;
}

.stat_count {
    background: #BAD58E;
    padding: 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 2px;
}

.fa_actions {
    font-size: 20px !important;
}

.fa-minus-circle, .fa-toggle-off {
    color: #ff3818;
}

.fa-toggle-om {
    color: #6BD000;
}

#kanban-board {
    width: 100%;
    background: #F2F2F2;
    float: left;
    height: 100%;
    margin-top: 5px;
}

#kanban-board .itemcols-wrapper {
    margin: 0;
    background: #F2F2F2;
    border-right: 1px solid #DDD;
    width: 11%;
}

#kanban-board .itemcols-wrapper:last-child {
    border-right: 0 none;
}

#kanban-board .itemcols {
    overflow-y: auto;
    height: 100vh;
}

#kanban-board .itemcols-wrapper h4 {
    margin: 5px 0 15px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.btn-small {
    padding: 5px;
    font-size: 12px;
    margin-left: 10px;
    font-weight: bold;
}

.add_comment {
    float: right;
    margin-top: 5px;
}

.drag-place-holder {
    height: 30px;
    background: yellow;
    width: 100%;
}

#kanban-board .itembox {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: move;
    display: block;
    position: relative;
    -webkit-transition: box-shadow 100ms, -webkit-transform 100ms;
    transition: box-shadow 100ms, -webkit-transform 100ms;
    transition: box-shadow 100ms, transform 100ms;
    transition: box-shadow 100ms, transform 100ms, -webkit-transform 100ms;
    width: 100%;
    padding: 3px 7px;
    margin-bottom: 5px;
    font-size: 12px;
}

.comment_single .panel-heading {
    font-size: 11px;
    padding: 3px 8px;
    background: #F8F3EA;
    color: #999;
}

.comment_single .panel-body {
    font-size: 12px;
    padding: 5px 8px;
    background: #FFF;
    color: #000;
}

.deleted_comm_panel {
    background: transparent;
    color: #ff0000;
    text-align: center;
    margin-bottom: 5px !important;
}

.del_comm_panel_heading {
    background: transparent !important;
    padding: 0 !important;
}

.del_comm a, .del_comm a i.fa-trash {
    color: #CC0033;
}

a i.fa-trash-o {
    color: #CC0033 !important;
}

/*
.deleted_comm_panel span.status_str::before, .deleted_comm_panel span.status_str::after {
    content: " ------------ ";
}
*/

#search_val {
    width: 70%;
    float: left;
}

span.delstars {
    padding: 5px 0 0;
}

.comment_single .panel-body p {
    margin-bottom: 5px;
}

.comm_links_div {
    float: right;
}

.comm_link {
    float: left;
    font-size: 13px;
    margin-left: 10px;
    line-height: normal;
}

.update_comm {
    display: none;
}

.update_comm a, a.ajax_save, a.ajax_save_tinymce {
    color: #f713d9;
    font-weight: bold;
}

.bold_color a {
    color: #f713d9;
    font-weight: bold;
}

.notebox {
    display: none;
    padding: 10px;
}

.lead_edit_tbl {
    margin-bottom: 0;
}

.lead_edit_tbl td, .comm_table td {
    border: 0 none !important;
    padding: 5px !important;
}

.lead_edit_tbl td:first-child {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.notebox input {
    width: 75%;
    float: left;
    font-size: 12px;
}

.email_temps_table, .faqs_temps_table {
    width: 700px;
}

.email_temps_table td, .faqs_temps_table td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #DDD;
    font-size: 12px;
    line-height: 10px;
}

.email_temps_table p, .faqs_temps_table p {
    margin-bottom: 0px;
}

#client-dashboard {
    width: 100%;
    float: left;
    margin-top: 5px;
}

#client-dashboard a.lp_link_dash {
    color: #0DA4FC;
}

#client-dashboard .dash_boxes {
    float: left;
    width: 100%;
}

.dttype {
    float: left;
    width: 150px;
    margin: 15px 0 0 40px;
}

.dash_table td, .dash_table th {
    padding: 3px 5px !important;
    border-bottom: 1px solid #EEE;
    border-top: 0px !important;
    font-size: 12px;
}

.dash_table th {
    border-bottom: 1px solid #aaa;
    color: #da9482;
    font-weight: 600;
}

.dash_table tr:last-child td {
    border-bottom: 0px none;
}

#client-dashboard .dash_boxes .dash_box {
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #bbb; /*3px 2px 5px 0 rgba(46, 61, 73, .2)*/;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #F9F9F9;
    height: 190px;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}

#client-dashboard #dash_box_9, #client-dashboard #dash_box_7 {
    height: 280px;
}

#client-dashboard .dash_boxes .dash_box .db_head, #client-dashboard .dash_boxes .dash_box .db_body {
    float: left;
    width: 100%;
    padding: 5px 10px;
}

.report_head {
    font-size: 24px;
    text-align: center;
}

.report_head a {
    font-size: 16px;
    float: right;
    margin-top: 5px;
}

.fa-check, .fa-info-circle {
    color: #00ab00;
}

.adw_icon {
    width: 16px;
}

.complete {
    display: none;
}

.more {
    padding: 3px;
}

.fa-link {
    font-size: 16px !important;
}

.lead_note_tr, .company_tr {
    display: none;
}

#client-dashboard .dash_boxes .dash_box .db_head {
    padding: 3px 10px;
    background: #F8F3EA;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

#client-dashboard .dash_boxes .dash_box .db_head a {
    color: #0DA4FC;
    font-size: 10px;
    float: right;
    margin-top: 4px;
    font-weight: 500;
    margin-left: 20px;
}

a.sel_red {
    color: #e15e5e !important;
    font-weight: bold;
}

#client-dashboard .ghost {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

#client-dashboard .dragging {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

#client-dashboard .drag-place-holder {
    height: 200px !important;
    overflow: hidden;
    border-radius: 5px;
    width: 31%;
    margin-right: 1%;
    margin-bottom: 20px;
    float: left;
    background: #F8F3EA;
}

#kanban-board .ghost {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

#kanban-board .itembox a {
    color: #0DA4FC;
}

#kanban-board .itembox a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#kanban-board .itembox p {
    margin-bottom: 0;
}

#kanban-board .itembox p.view_more {
    margin-top: 5px;
}

#kanban-board .itembox:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
    background: #6ABD45;
}

#kanban-board .dragging {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.bulk_mail_btn {
    float: left;
    width: 100%;
}

.lead_logs {
    font-size: 14px;
}

.crossed_text {
    background-color: #fcb8b8 !important;
    text-decoration: line-through;
}

.del_lead_img {
    font-size: 24px;
    cursor: pointer;
}

.lead_quote_imgs {
    width: 90%;
    border: 1px solid #DDD;
    margin: 10px 2%;
}

.lead_pagi {
    float: left;
    width: 100%;
}


.locked_leadstat {
    float: right;
    font-size: 14px;
    margin-top: 2px;
}

.client_note_save_msg, .lead_message_save_msg {
    display: none;
    float: right;
    color: #0A85FF;
    font-weight: 600;
}

.lead_filters {
    margin-bottom: 20px;
}

.set_ass_tables td p {
    margin-bottom: 0 !important;
}


#kanban-board .drag-place-holder {
    height: 25px !important;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
}

.kanban-control {
    float: right;
    margin-top: 10px;
    padding: 5px;
    width: 380px;
    margin-bottom: 5px;
}

.kanban-control .itemcols_title, .kanban-control .itemcols_addnew {
    float: left;
}

.kanban-control .itemcols_title {
    width: 60%;
}

.kanban-control .itemcols_addnew {
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
}

ul.sortlist_leadstatus {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sortlist_leadstatus li {
    padding: 5px;
    cursor: pointer;
}

.leadstat_insertfields {
    float: left;
    width: 100%;
}

ul.sortlist_leadstatus li .bg_color, .leadstat_insertfields .bg_color {
    width: 75%;
    float: left;
}

.client_id_div .client_ids {
    height: 150px;
}

ul.sortlist_leadstatus li .btn-danger {
    color: #FFF !important;
}

ul.sortlist_leadstatus li .btn-colorselector, .leadstat_insertfields .btn-colorselector {
    margin: 7px 5px;
}

.mentions-input {
    position: relative;
}

.mentions-input .input {
    overflow: hidden;
    position: relative;
}

.mentions-input .highlighter {
    position: absolute;
    left: 0;
    right: 0;
    color: transparent;
    overflow: hidden;
    border-style: solid;
    border-color: transparent;
}

.mentions-input .highlighter-content {
    position: relative;
}

.mentions-input .highlighter-content strong {
    font-weight: inherit;
    background-color: #89ffac;
    display: inline;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

[data-mention] {
    background-color: #89ffac;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

textarea.comm_hidden_box {
    display: none;
}

.lead_edit_tbl a.call_comm {
    float: left;
}

.lead_edit_tbl a.call_comm i {
    font-size: 18px;
    margin: 6px 0 0 10px;
    color: #CC0033;
}

.sf_check {
    padding: 5px 10px 0 5px;
    float: left;
}

.sf_check label {
    padding: 0;
    margin: 0 0 0 5px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.sf_check input {

}

img.comm_mail_ico {
    width: 28px;
    height: 17px;
    margin-right: 5px;
    opacity: 0.6;
}

img.call_ico {
    width: 20px;
    margin-left: -3px;
    margin-right: 2px;
}

i.call_ico {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #CC0033;
}

.empty_body {
    padding: 0 !important;
}

.add_note_body {
    height: 40px;
}

.lead_edit_tbl a.email_comm img {
    float: left;
    width: 18px;
    margin: 8px 0 0 8px;
}

.lead_edit_tbl a.call_comm img {
    width: 18px;
    float: left;
    margin: 6px 0 0 8px;
}

.lead_edit_tbl a.send_sms img {
    width: 20px;
    float: left;
    margin: 6px 0 0 8px;
    height: 18px;
    opacity: 0.6;
}

input.phone_field_lead, input.email_field_lead, input.name_field_lead, input.company_field_lead {
    width: 75%;
    float: left;
}

.ajax_imgs {
    display: none;
}

.comment_single {
    margin-bottom: 10px;
}

.ui-widget.ui-widget-content {
    width: 150px !important;
    background: transparent;
    border: 0 none;
}

#ui-datepicker-div {
    width: 180px !important;
    background: #FFF !important;
    border: 0 none;
}

.comment_box {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 12px;
    resize: vertical;
    overflow: hidden;
    min-height: 30px;
}

.commbox_small {
    height: 30px;
}

.commbox_big {
    height: 100px;
}

a.enable_this, a.ajax_save, a.ajax_save_tinymce {
    font-size: 13px;
    margin: 5px 0 0 10px;
    float: left;
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}


.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url("/src/alp/assets/overlay.png");
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/src/alp/assets/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/src/alp/assets/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/src/alp/assets/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/src/alp/assets/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/src/alp/assets/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(/src/alp/assets/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(/src/alp/assets/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(/src/alp/assets/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(/src/alp/assets/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/src/alp/assets/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/src/alp/assets/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/src/alp/assets/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/src/alp/assets/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

@media only screen and (max-width: 768px) {
    #kanban-board .itemcols-wrapper {
        width: 50%;
    }
}
