/*margin menu items*/
.sidebar .nav-link .nav-icon {
    margin: 0.2rem 0.9rem 0 0;
}
.sidebar .nav-link {
    display: flex;
}

/* hide logo of html editor */
/*#vvveb-builder*/
#logo {display:none}

/*hide top menu*/
.topMenu-hide .app-header {
	display:none;
}
.topMenu-hide .app-header + .sidebar {
	height:100% !important;
}

.topMenu-hide .sidebar {
    margin-top: 0px !important;
}

.topMenu-hide .app-footer {
	display:none;
}
/*hide top menu end*/

/*customwebpages design*/

.vvvebEditorSection {height:calc(100vh - 95px);}

/*.card {min-width:375px;}*//*removed for pie chart size on dashboard*/

.builderDesignItem {min-width:357px;max-width:373px}
.builderDesignItem:hover > img {box-shadow: 0px 0px 1px 4px #1b8eb7; border-radius: 1px;}


.selectedDesign {
	box-shadow: 0px 0px 1px 4px #1b8eb7;
	border-radius: 1px;
}

.btnSubmitDesign {margin:10px;margin-bottom:40px}

/*customwebpages design end*/

/*textangular*/

.taDisabled .ta-toolbar {display:none}

.ta-toolbar {
	background-color: #F0F0F0;
	padding: 10px 10px 5px;
	margin-left: 0px; /* Override bootstrap */
	border: 1px solid #EEE;
}

.ta-toolbar .btn-group {
	margin-bottom: 5px;
}

.ta-editor, .white-box {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #EEE;
}

textarea.ta-bind {
	width: 100%;
}
/*textangular end*/

.field {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: .25rem;
  padding: .2rem .3rem;
  white-space: nowrap;
}

.field-success {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
}

.field-danger {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b;
}

.field-warning {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107;
}

.field-info {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de;
}

.table th {
    /*padding: .75rem;*/
    /*vertical-align: top;*/
    border-top: none;
}

.table td, .table th {
    padding: .3rem;
    /*vertical-align: top;*/
   /* border-top: none;*/
}

.table td {
    padding: 0.3rem;
}
.small, small {
    font-size: 90%;
}


.btn-reset-stats {line-height: 1; padding: .2rem .5rem}

.campaignRemoveUrls {float:inline-end;margin-top:7px;}

/* center checkbox */
input[type="checkbox"] {vertical-align: middle;margin-top: -2px;}

.profile-image {max-width:1000px; height:200px;}

.sidebar {margin-top:55px;}

.alertify,
.alertify-log,
.alertify-show {
    -webkit-transition: all 500ms cubic-bezier(0.175, .885, .32, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, .885, .32, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, .885, .32, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, .885, .32, 1.275);
    transition: all 500ms cubic-bezier(0.175, .885, .32, 1.275)
}

.alertify-hide {
    -webkit-transition: all 250ms cubic-bezier(0.6, -.28, .735, .045);
    -moz-transition: all 250ms cubic-bezier(0.6, -.28, .735, .045);
    -ms-transition: all 250ms cubic-bezier(0.6, -.28, .735, .045);
    -o-transition: all 250ms cubic-bezier(0.6, -.28, .735, .045);
    transition: all 250ms cubic-bezier(0.6, -.28, .735, .045)
}

.alertify-log-hide {
    -webkit-transition: all 500ms cubic-bezier(0.6, -.28, .735, .045);
    -moz-transition: all 500ms cubic-bezier(0.6, -.28, .735, .045);
    -ms-transition: all 500ms cubic-bezier(0.6, -.28, .735, .045);
    -o-transition: all 500ms cubic-bezier(0.6, -.28, .735, .045);
    transition: all 500ms cubic-bezier(0.6, -.28, .735, .045)
}

.alertify-cover {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.alertify-cover-hidden {
    display: none
}

.alertify {
    position: fixed;
    z-index: 99999;
    top: 50px;
    left: 50%;
    width: 550px;
    margin-left: -275px;
    opacity: 1
}

.alertify-hidden {
    -webkit-transform: translate(0, -150px);
    -moz-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    -o-transform: translate(0, -150px);
    transform: translate(0, -150px);
    opacity: 0;
    display: none
}

:root *>.alertify-hidden {
    display: block;
    visibility: hidden
}

.alertify-logs {
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    right: 10px;
    width: 300px
}

.alertify-logs-hidden {
    display: none
}

.alertify-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
    opacity: 0
}

.alertify-log-show {
    right: 0;
    opacity: 1
}

.alertify-log-hide {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0
}

.alertify-dialog {
    padding: 25px
}

.alertify-resetFocus {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.alertify-inner {
    text-align: center
}

.alertify-text {
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

.alertify-button,
.alertify-button:active,
.alertify-button:hover,
.alertify-button:visited {
    background: 0 0;
    text-decoration: none;
    border: none;
    line-height: 1.5;
    font-size: 100%;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px
}

@media only screen and (max-width:680px) {
    .alertify,
    .alertify-logs {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .alertify {
        left: 5%;
        margin: 0
    }
}

.alertify,
.alertify-log {
    font-family: sans-serif
}

.alertify {
    background: #FFF;
    border: 10px solid #333;
    border: 10px solid rgba(0, 0, 0, .7);
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.alertify-text {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 4px
}

.alertify-button {
    border-radius: 4px;
    color: #FFF;
    font-weight: 700;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0))
}

.alertify-button:focus,
.alertify-button:hover {
    outline: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

.alertify-button:focus {
    box-shadow: 0 0 15px #2B72D5
}

.alertify-button:active {
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.alertify-button-cancel,
.alertify-button-cancel:focus,
.alertify-button-cancel:hover {
    background-color: #FE1A00;
    border: 1px solid #D83526
}

.alertify-button-ok,
.alertify-button-ok:focus,
.alertify-button-ok:hover {
    background-color: #5CB811;
    border: 1px solid #3B7808
}

.alertify-log {
    background: #1F1F1F;
    background: rgba(0, 0, 0, .9);
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .5)
}

.alertify-log-error {
    background: #FE1A00;
    background: rgba(254, 26, 0, .9)
}

.alertify-log-success {
    background: #5CB811;
    background: rgba(92, 184, 17, .9)
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #179ede;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #106d99;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #73818f;
    background-color: #fff;
    border-color: #c8ced3;
   /* color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;*/
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

@media (min-width:992px) {
	.app-header+.sidebar {
        height: calc(100vh - 55px)
    }
}