.be-connections .connection-item .mdi {
    font-size: 28px;
}input.add_row {
    line-height: 42px;
    width: 100%;
}.panel.panel-default.limit-height.panel-table .panel-body {
    max-height: 300px;
    overflow: auto;
}form.add-code-form {
    margin-top: 70px;
}
.repeater input {
    margin-bottom: 10px;
}
.one-row{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display:inline-block;
    width: 100%;
}
.table-fixed{
    table-layout:fixed;
}
.admin-img{
	    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    margin-right: 10px;
}
.table tr td.actions .icon + .icon {
    margin-left: 20px;
}
.text-black {
    color: #000;
}
.editable-buttons {
    padding: 10px 0;
}
/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('../images/ie-spacer.gif'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(../images/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(../images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(../images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	background:url(../images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
	text-indent:-9999em;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
.gritter-content.gritter-with-image {
	padding-left:60px!important;
}
.marvel-device.iphone6 {
    position: relative;
    box-sizing: content-box !important;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin:0 auto;
        width: 375px;
    height: 667px;
    padding: 105px 24px;
    background: #d9dbdc;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    vertical-align: top;
}

.marvel-device.iphone6:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    content: '';
    left: 6px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #f8f8f8;
    z-index: 1;
}
.marvel-device .top-bar, .marvel-device .bottom-bar {
    height: 3px;
    background: black;
    width: 100%;
    display: block;
}
.marvel-device.iphone6 .top-bar {
    height: 14px;
    background: #bfbfc0;
    position: absolute;
    top: 68px;
    left: 0;
}
.marvel-device.iphone6 .sleep {
    position: absolute;
    top: 190px;
    right: -4px;
    width: 4px;
    height: 66px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    background: #d9dbdc;
}
.marvel-device.iphone6 .volume {
    position: absolute;
    left: -4px;
    top: 188px;
    z-index: 0;
    height: 66px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: #d9dbdc;
}
.marvel-device.iphone6 .volume:before {
    position: absolute;
    left: 2px;
    top: -78px;
    height: 40px;
    width: 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block;
}
.marvel-device.iphone6 .volume:after {
    position: absolute;
    left: 0px;
    top: 82px;
    height: 66px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: inherit;
    content: '';
    display: block;
}
.marvel-device.iphone6 .camera {
    background: #3c3d3d;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
}
.marvel-device.iphone6 .sensor {
    background: #3c3d3d;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 49px;
    left: 65px;
    z-index: 3;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.marvel-device.iphone6 .speaker {
    background: #292728;
    width: 70px;
    height: 6px;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -35px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 3;
}
.marvel-device .screen {
    width: 100%;
    position: relative;
    height: 100%;
    color: white;
    z-index: 2;
    text-align: center;
    display: block;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 3px #111;
    box-shadow: 0 0 0 3px #111;
}
.marvel-device .screen {
    text-align: left;
    text-indent: -9999px;
}
.iphone5s .screen, .iphone6 .screen, .iphone6plus .screen {
    background: #e2e4e4;
    background: -moz-linear-gradient(top, #e2e4e4 0%, #7d8281 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e4e4), color-stop(100%, #7d8281));
    background: -webkit-linear-gradient(top, #e2e4e4 0%, #7d8281 100%);
    background: -o-linear-gradient(top, #e2e4e4 0%, #7d8281 100%);
    background: -ms-linear-gradient(top, #e2e4e4 0%, #7d8281 100%);
    background: linear-gradient(to bottom, #e2e4e4 0%, #7d8281 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e4e4', endColorstr='#7d8281',GradientType=0 );
}
.marvel-device.iphone6 .home {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 22px;
    z-index: 3;
    background: #303233;
    background: -moz-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #303233), color-stop(50%, #b5b7b9), color-stop(69%, #f0f2f2), color-stop(100%, #303233));
    background: -webkit-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -o-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: -ms-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303233', endColorstr='#303233',GradientType=1 );
}
.marvel-device.iphone6 .home:before {
    background: #f8f8f8;
    position: absolute;
    content: '';
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
}
.marvel-device.iphone6 .bottom-bar {
    height: 14px;
    background: #bfbfc0;
    position: absolute;
    bottom: 68px;
    left: 0;
}
.marvel-device.iphone6:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    top: 8px;
    content: '';
    left: 8px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1), inset 0 0 6px 3px #fff;
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1), inset 0 0 6px 3px #fff;
    z-index: -2;
}
.marvel-device.iphone6 {
    transform: scale(0.5) translateY(-50%)
}
.screen iframe{
	    width: 100%;
    height: 100%;
    display: block;
}
.mobile-preview{
	height:470px;
}
.editable-buttons button {
    width: 46%;
    margin-right: 4%;
    padding: 4px;
}
.timeline-item.sms-success:before {
     border-color: #34a853!important; 
}
.timeline-item.sms-warning:before {
    border-color: #fbbc05!important;
}
.timeline-item.sms-danger:before {
    border-color: #ea4335!important;
}
.all-link {
    float: right;
    font-size: 11px;
    line-height: 27px;
}
.dropzone {
    border: 2px dashed #c3c3c3;
    padding: 00px 60px;
    background: 0 0;
    min-height: initial;
}.dropzone .icon {
    background-color: #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}.dropzone .icon span {
    font-size: 30px;
    color: #696767;
}
 button.datetimepicker {
    padding: 0 10px;
}
.job-manager-uploaded-files .job-manager-uploaded-file {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    padding-right: 20px;
    vertical-align: top;
    width: 49%;
    line-height: 2em;
    font-style: italic;
}

.job-manager-form fieldset .job-manager-uploaded-files {
    display: inline;
    vertical-align: top;
}
.job-manager-uploaded-files .job-manager-uploaded-file
 span {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    z-index: 9;
}
.job-manager-uploaded-files .job-manager-uploaded-file span
 img {
       height: 164px;
       margin: 0;
       vertical-align: top;
       max-width: none;
       min-height: 100%;
       min-width: 100%;
       width: auto;
}
.job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview
 a {
     background-color: #00aeef;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14.95px;
    padding: 12px
 24px;
    text-align: center;
    transition: 0.1s background-color ease-out;
    -webkit-appearance: none;
    font-style: normal;
    line-height: inherit;
    opacity: 0;
    padding: 0
 6px;
    transition: all 0.1s ease-in-out;
}
.job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview:hover
 a {
    opacity: 1;
}
.job-manager-uploaded-files .job-manager-uploaded-file span img,.job-manager-uploaded-files .job-manager-uploaded-file span
 a {
    left: 50%;
    position: absolute;
    top: 50%;
    color:#fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uploader-btn {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 20px;
    width: 49%;
}
.uploader-btn
 .spacer {
    border: 1px
 solid rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    cursor: pointer;
    padding-top: 100%;
    position: relative;
}
.uploader-btn .spacer:before {
    background: url(../img/addphoto.svg) center no-repeat;
    height: 100%;
    left: 4px;
    top: -15px;
    width: 100%;
}
.uploader-btn .spacer:before, .uploader-btn .spacer:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
}
.uploader-btn .spacer
 .text {
    color: #919191;
    content: "";
    font-size: 15px;
    left: 50%;
    margin-top: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.wp-job-manager-file-upload[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -2;
}
.job-manager-uploaded-files {
    display: inline;
    vertical-align: top;
}

.abcRioButton.abcRioButtonLightBlue {
    margin: 0 auto;
}
.g-signin2 {
    margin-bottom: 20px;
}
.be-splash-screen {
    background-color: #eee;
    /* height: Auto; */
}
.be-splash-screen .be-wrapper {
    padding-top: 0;
    background: url(../img/bg.jpg);
    background-size: cover;
    /* height: Auto; */
    position: relative;
}
.be-splash-screen .be-wrapper:before {content: " ";background: rgba(0, 0, 0, 0.49);position: ABSOLUTE;left: 0;right: 0;top: 0;bottom: 0;}

.waitMe_container {position:relative}
        body.waitMe_container {position:absolute;width:100%;height:100%}
        .waitMe_container .waitMe {position:absolute;top:0;left:0;right:0;bottom:0;z-index:9989;text-align:center}
        .waitMe_container .waitMe * {font-family:sans-serif;font-size:14px;font-weight:initial;font-style:initial;color:initial;text-decoration:initial;text-transform:initial;padding:initial;margin:initial}
        .waitMe_container .waitMe .waitMe_content {position:absolute;width:100%;top:50%}
        .waitMe_container .waitMe .waitMe_progress {position:relative}
        .waitMe_container .waitMe .waitMe_progress > div {-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}
        .waitMe_container .waitMe .waitMe_text {position:relative;margin:20px 0 0}
        
        .waitMe_container .waitMe_progress.timer {
            width:40px;height:40px;margin:auto;
            border-width:4px;border-style:solid;
            border-radius:50%;
            box-sizing:border-box;
            position:relative;
            text-indent:-9999px;
            }
            .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem1 {
            border-radius:3px;position:absolute;width:4px;height:48%;left:50%;top:50%;margin-left:-2px;margin-top:-2px;
            -webkit-animation: timer 1250ms infinite linear;
            animation: timer 1250ms infinite linear;
            -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
            }
            .waitMe_container .waitMe_progress.timer > .waitMe_progress_elem2 {
            border-radius:3px;position:absolute;width:4px;height:40%;left:50%;top:50%;margin-left:-2px;margin-top:-2px;
            -webkit-animation: timer 15000ms infinite linear;
            animation: timer 15000ms infinite linear;
            -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
            }
            @-webkit-keyframes timer {
              0% {
                -webkit-transform: rotate(0deg);
              }
              100% {
                -webkit-transform: rotate(360deg);
              }
            }
            @keyframes timer {
              0% {
                transform: rotate(0deg);
              }
              100% {
                transform: rotate(360deg);
              }
            }
			.message-content-data {
    height: 525px;
}
			.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}/*! CSS Used from: http://foxythemes.net/preview/products/beagle/assets/css/app.css */
@media print{
*,::after,::before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
}
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;}
label{display:inline-block;margin-bottom:.5rem;}
input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
input{overflow:visible;}
input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}
.custom-control{position:relative;display:block;min-height:1.428571rem;padding-left:2.2rem;}
.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1.385rem;}
.custom-control-input{position:absolute;z-index:-1;opacity:0;}
.custom-control-input:checked~.custom-control-label::before{color:#4285f4;border-color:#fff;background-color:#fff;}
.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 2px rgba(135,135,135,.4),0 0 0 .15rem transparent;box-shadow:0 0 0 2px rgba(135,135,135,.4),0 0 0 .15rem transparent;}
.custom-control-input:disabled~.custom-control-label{color:#878787;}
.custom-control-input:disabled~.custom-control-label::before{background-color:#eee;}
.custom-control-label{position:relative;margin-bottom:0;vertical-align:top;}
.custom-control-label::before{position:absolute;top:-.135714rem;left:-2.2rem;display:block;width:1.7rem;height:1.7rem;pointer-events:none;content:"";background-color:#fff;border:#a1a1a1 solid 1px;}
.custom-control-label::after{position:absolute;top:-.135714rem;left:-2.2rem;display:block;width:1.7rem;height:1.7rem;content:"";background:no-repeat 50%/50% 50%;}
.custom-checkbox .custom-control-label::before{border-radius:3px;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:none;}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:#eee;}
.custom-control-label::before{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.custom-control-label::before{-webkit-transition:none;transition:none;}
}
.custom-control{min-height:1.7rem;min-width:1.7rem;margin-top:.1875rem;margin-bottom:1.1105rem;}
.custom-control-label{position:static;display:inline-block;line-height:1.7;}
.custom-control-label:after,.custom-control-label:before{top:0;left:0;}
.custom-control-input:checked~.custom-control-label::after{color:#4285f4;}
.custom-control-input:checked~.custom-control-label::before{border-color:#4285f4;}
.custom-control-input:disabled:checked~.custom-control-label::before{border-color:#ccc;}
.custom-control-input:disabled:checked~.custom-control-label::after{color:#ccc;}
.custom-checkbox .custom-control-label:before{content:"";width:1.699rem;height:1.699rem;border:1px solid #ccc;border-radius:3px;margin:0 0;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{content:"\f26b";font-size:1.5452rem;font-family:"Material Icons";margin:0 0;font-weight:400;text-align:center;line-height:1.1;}
label{font-weight:400;font-size:1rem;margin-bottom:8px;color:#666;}
.form-group.row label{white-space:nowrap;}

.products-checklist .custom-control.custom-checkbox.custom-control-inline {
    width: 30%;
}button.btn.btn-rounded.btn-space.btn-secondary.category-selector.selected {
    color: #fff;
    background: #4285f4;
}