.table tbody tr:hover {
    background: #cce1f5 !important;
}

.table tbody tr:hover td {
    color: #000;
}


/*formbuilder css*/
span.builder-howdy-wrapper {
    display: inline-block;
    background: none;
    padding: 14px 35px;
    border-radius: 4px;
    float: left;
}

textarea#fullEmbed {
    width: 100%;
}

.fb-builder .form-horizontal .control-label,
.right-sidebar-draggable .form-horizontal .control-label,
.previewform .form-horizontal .control-label {
    text-align: left;
}

img.builder-howdy-logo {
    width: 120px;
}

.colorpicker.colorpicker-with-alpha {
    width: 150px;
}

.center {
    text-align: center;
}

.fb-builder {
    background: #ffffff;
    border: 1px dashed #CACACA;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #000000;
    width: 500px;
    margin: 25px auto 25px;
    padding: 12px;
}

.previewform .form-horizontal {
    background: #f5f5f5;
    border: 1px solid #ddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    width: 500px;
    margin: 25px auto 25px;
    padding: 12px;
}

/*formbuilder css end*/

/*formbuilder css*/
span.builder-howdy-wrapper {
    display: inline-block;
    background: none;
    padding: 14px 35px;
    border-radius: 4px;
    float: left;
}

.col-md-3.right-section {
    margin-bottom: 20px;
}

textarea#fullEmbed {
    width: 100%;
    resize: none;
}

.fb-builder .form-horizontal .control-label,
.right-sidebar-draggable .form-horizontal .control-label,
.previewform .form-horizontal .control-label {
    text-align: left;
}

img.builder-howdy-logo {
    width: 120px;
}

.colorpicker.colorpicker-with-alpha {
    width: 150px;
}

.center {
    text-align: center;
}

.fb-builder {
    background: #ffffff;
    border: 1px dashed #CACACA;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #000000;
    width: 500px;
    margin: 25px auto 25px;
    ;
    padding: 12px;
}

.previewform .form-horizontal {
    background: #f5f5f5;
    border: 1px solid #ddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    width: 500px;
    margin: 25px auto 25px;
    padding: 12px;
}

/*formbuilder css end*/


.compy-lst-btm-sch.width-auto button {
    width: auto;
}


label.remove_padding_left {
    padding-left: 12px;
}

.previewform {
    float: left;
}

label.remove_padding_left {
    padding-left: 12px;
}

div#recordclosebtn {
    display: inline-block;
    float: right;
    line-height: 59px;
    color: red;
    cursor: pointer;
}

div#recordclosebtn i.fa.fa-close {
    font-size: 20px;
}

.side-bar-left {
    float: left;
    width: 100%;
    text-align: center;
}

.remove_padding_left {
    padding-left: 1px !important;
}

.side-bar-left ul {
    float: left;
    width: 100%;
}

.side-bar-left ul li {
    float: left;
    position: relative;
    display: flex;
    border: none;
}

.side-bar-left ul li a {
    /* float: left;
    font-size: 15px !important; 
    font-weight: 600; 
    color: #fff !important;
    text-align: left;
    padding: 20px 29px 24px 29px; 
    position: relative; 
    width: 100%; 
    text-transform: uppercase; */
    float: left;
    color: #fff !important;
    font-size: 15px !important;
    text-align: left;
    padding: 17px 15px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

.side-bar-left.bottom-send-menu ul li a:hover::after,
.side-bar-left.bottom-send-menu ul li.active>a::after {
    content: '';
    position: absolute;
    background-color: #fba648;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}

.side-bar-left li.open ul li a {
    padding-left: 54px;
}

.side-bar-left ul li a i {
    margin-right: 7px;
    font-size: 20px;
    color: #999999;
}

.side-bar-left ul li a:hover,
.side-bar-left ul li.active>a,
.side-bar-left ul li.open>a {
    color: #fff !important;
    /* background: #33679a !important; */
    background: #00acd8 !important;
}

.side-bar-left.top-send-menu ul li.open>a {
    background-color: #fff !important;
    color: #00acd8 !important;
}

.side-bar-left ul li a:hover i {
    color: #2e66bd !important;
}

.side-bar-left ul li a:hover::after {
    display: block;
}

.nav-side-fixed {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: transparent !important;
    border-right: 1px solid #ddd !important;
}

.top-custom-nav {
    float: left;
    width: 100%;
    height: 65px;
    background: #f5f5f5;
    position: fixed;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 275px;
    border-bottom: 1px solid #dddddd;
}

.top-custom-nav a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 15px;
    margin-top: 0px;
}

.top-custom-nav a i {
    margin-left: 5px;
    color: #999;
}

.sign-user-img {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    background: #fff;
    margin-right: 5px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
}

body,
.wrapper>section {
    background-color: #fff !important;
}

.custom-inner-wrapper {
    padding: 0px 20px 20px;
    display: inline-block;
    width: 100%;
}

.table tr td button.btn {
    padding: 6px 12px;
    /* color: #29ae9f; */
}

.layout-h .wrapper>footer a {
    font-size: 14px;
    color: #000;
    margin: 0px 10px;
}

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

.dash-top-icon {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: center;
}

.layout-h .wrapper>footer {
    text-align: center;
}

.content-wrapper {
    padding: 15px 0 150px !important;
    /* background: #e7f0f8; */
}

.layout-h .wrapper>section>.content-wrapper>h3 {
    display: block !important;
}

.navbar-brand {
    height: 65px !important;
}

.side-bar-left .bg-info-light a {
    background: transparent;
}

.side-bar-left ul li .dropdown-menu>li>a {
    color: #000 !important;
}

.side-bar-left ul li .dropdown-menu>li>a:hover {
    color: #fff !important;
}

.side-bar-left .bg-info-light a i {
    color: #297fb8 !important;
}

.side-bar-left .bg-info-light {
    background-color: transparent;
}

.side-bar-left .bg-info-light a::after {
    display: block;
}

.custom-inner-wrapper .panel-default {
    border: none;
    margin: 0px;
}

/*.custom-inner-wrapper .table > thead > tr > th:nth-child(5) {
    color: #29ae9f;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal; border-top: 1px solid #eeeeee !important; background: transparent;
}*/

.content-wrapper>h3 {
    margin: 0px !important;
}

section {
    float: left;
    width: 100%;
}

.box-shadow {
    box-shadow: none !important;
}

.table.table-border-none thead>tr>th {
    border-top: none !important;
}

.custom-inner-wrapper .panel .panel-heading {
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.custom-inner-wrapper .logs-body {
    padding: 10px 20px !important;
}

.side-bar-left .dropdown-menu {
    position: absolute !important;
    min-width: 200px !important;
    box-shadow: none !important;
    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
    padding: 0px !important;
    z-index: 999;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.22) !important;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.side-bar-left ul li .dropdown-menu li a::after {
    display: none;
}

.side-bar-left ul li .dropdown-menu li a:hover {
    background: transparent;
}

.font-50 {
    font-size: 50px !important;
}

.green-app-out .bg-green {
    background: #49ab4a;
}

.red-app-out .bg-green {
    background: #d94c10;
}

.purp-app-out .bg-green {
    background: #3e4fbb;
}

.org-app-out .bg-green {
    background: #f79608;
}

.blue-app-out .h2 {
    color: #5d9cec;
}

.green-app-out .h2 {
    color: #49ab4a;
}

.red-app-out .h2 {
    color: #d94c10;
}

.purp-app-out .h2 {
    color: #3e4fbb;
}

.org-app-out .h2 {
    color: #f79608;
}

body .ng-table th.sortable.sort-desc {
    background-color: #204569 !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}

body .ng-table th.sortable div::before {
    border-top-color: #000 !important;
}

.mb10 {
    margin-bottom: 10px;
}

.search-icon {
    position: relative;
    padding-right: 30px;
}

.search-icon input {
    width: 100% !important;
}

.search-icon button {
    position: absolute;
    right: 14px;
    top: 0px;
}

.nav-side-fixed.responsive-sidebar {
    left: -200px;
}

.table tr td ul.dropdown-menu {
    min-width: inherit !important;
    max-height: 230px;
    overflow: auto;
}

.no-margin {
    margin: 0px !important;
}

.bg-purple-custom .h2 {
    color: #3e4fbb;
}

.bg-purple-custom .text-uppercase {
    font-size: 48px;
    color: #333;
    text-align: center;
    font-family: 'open_sansbold';
}

.bg-purple-btm p {
    color: #666;
    margin: 0px;
    font-size: 16px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    text-align: center;
}

.relative {
    position: relative;
}

.block-icon-top {
    font-size: 40px !important;
    color: #29ae9f;
}

.bg-green-custom .h2 {
    color: #49ab4a;
}

.bg-red-custom .h2 {
    color: #d94c10;
}

.bg-org-custom .h2 {
    color: #f79608;
}

.custom-inner-wrapper accordion {
    margin-bottom: 15px;
    width: 100%;
}

.custom-inner-wrapper accordion .panel-group {
    margin-bottom: 0px;
}

.custom-inner-wrapper accordion .panel-group h4 {
    margin: 0px;
    float: left;
    width: 100%;
    padding: 13px;
    background: #00acd8;
    vertical-align: middle;
    border-radius: 5px;
    color: #fff;
}

.top-custom-nav a:focus {
    color: #fff;
}

.acc-outer-select h3 {
    font-size: 14px;
}

.pos-rel {
    position: relative;
}

.acc-com-plus {
    position: absolute;
    top: 17px;
    left: 0px;
}

.acc-com-plus i {
    font-size: 22px;
    color: #24b145;
}

.acc-outer-select {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;

}

.sel-dropcom-abs {
    position: absolute !important;
    right: 0px;
    top: -70px;
    width: auto !important;
}

.mce-container,
.mce-container * {
    white-space: inherit !important;
}

/****************************************/

.page-title-main {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-title-main h3 {
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
}

.margin-top {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/****************************************/

.home-lead-outer {
    display: inline-block;
    width: 100%;
}

.lead-head {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.lead-body {
    float: left;
    width: 100%;
    padding: 30px 25px;
}

.lead-body p {
    margin: 0px;
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

.lead-head h2 {
    margin: 0px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-top: 4px;
}

.border-ddd {
    border: 1px solid #ddd;
}

.width-100 {
    width: 100%;
}

.inline {
    display: inline-block;
}

.btn-lg {
    font-size: 15px !important;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    text-transform: uppercase;
}

.btn-sm {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
}

.lead-head .btn-sm {
    border: none !important;
}

.lead-body .btn-sm {
    border: none !important;
}

.lead-head .btn-lg {
    border: none !important;
}

.btn-lg:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.42);
    text-decoration: none;
}

.btn-sm:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.42);
    text-decoration: none;
}

.btn-success {
    background-color: #56a353 !important;
    border-color: #56a353 !important;
}

.btm-mar {
    margin: 3px 0px !important;
}

.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.mb25 {
    margin-bottom: 25px !important;
}

.lead-main-head h2 {
    line-height: 1.1;
    margin-top: 21px;
    font-size: 28px;
    color: #000000;
    margin-bottom: 25px;
    padding: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 22px !important;
    padding-bottom: 0px !important;
    font-family: 'open_sansbold';
    position: relative;
    display: inline-block;
}

.lead-main-head h2::after {
    content: "";
    left: 1px;
    top: 21px;
    height: 21px;
    width: 10px;
    background: #00acd8;
    position: absolute;
    z-index: 222;
}

.lead-main-head a {
    margin-top: 35px;
}

.add-cam-outer {
    float: left;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 5px #ccc;
}

.add-cam-head {
    float: left;
    width: 100%;
    background: #00acd8;
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.add-cam-head h2 {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.add-cam-body {
    float: left;
    width: 100%;
    padding: 25px 10px;
    position: relative;
    padding-bottom: 16px;
}

.padding-right-101 {
    padding-right: 101px;
}

.add-cam-body-right ul {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px;
}

.add-cam-body-right ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

label {
    font-weight: 600 !important;
}

.border-none {
    border: none !important;
}

.add-com-next {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 14px 22px !important;
}

.mt25 {
    margin-top: 25px;
}

.mf100 {
    margin-left: 100px;
}

.mf25 {
    margin-left: 25px;
}

.mr25 {
    margin-right: 25px;
}

.text-danger {
    color: #fb0000 !important;
    font-weight: bold;
}

ul.edit-camp-ul li {
    margin-left: 50px;
}

button.start-pause-btn {
    font-size: 18px !important;
    margin-bottom: -45px;
    cursor: pointer;
}

.mng-camlist {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 6px;
}

.mng-camlist.content-wrapper-single {
    box-shadow: none;
    border-radius: 0;
}

.mng-list-head {
    margin-bottom: 30px;
    text-align: right;
}

.mng-list-head h4 {
    float: left;
    width: auto;
    font-size: 16px;
    color: #333333;
}

.mng-list-head h4 span {
    color: #000000;
}

.mng-list-head a {
    float: right;
    width: auto;
    margin-left: 10px;
}

.mng-list-icon {
    float: left;
    height: 55px;
    width: 55px;
    background: #00acd8;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px;
    position: absolute;
    z-index: 4;
    left: 15px;
    top: 0px;
}

.mng-list-icon i {
    color: #fff;
    font-size: 32px;
}

.mng-list-content {
    float: left;
    width: 100%;
    padding-left: 84px;
}

.mng-list-content ul {
    float: left;
    width: 100%;
    padding: 0px;
}

.mng-list-content ul li {
    float: left;
    width: 98%;
    display: inline-block;
    margin-bottom: 12px;
}

.mng-list-content ul li h6 {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #666666;
    margin: 0px;
    margin-bottom: 10px;
}

.mng-list-content ul li h6 i {
    font-size: 15px;
    color: #666666;
    margin-right: 2px;
}

.autoresponder-list {
    width: 120px;
}

.mng-list-content ul li h5 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    margin: 0px;
    margin-bottom: 12px;
}

.mng-list-body {
    position: relative;
    padding-bottom: 50px;
}

.mng-list-body::after {
    position: absolute;
    content: "";
    left: 42px;
    top: 0px;
    height: 100%;
    width: 1px;
    border: 1px dashed #ddd;
}

.mng-list-content h4 {
    float: left;
    width: 100%;
    font-size: 30px !important;
    color: #000000;
    font-weight: normal;
    margin-bottom: 25px;
}

.mng-list-content ul li h5 i {
    color: #00acd8;
    margin-right: 2px;
}

.mng-edit-head {
    float: left;
    width: 98%;
    text-align: right;
    position: relative;
}

.mng-list-content .mng-edit-head h4 {
    width: auto;
}

.mng-edit-head p {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-right: 10px;
    margin-top: 18px;
}

.mng-edit-head a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}

.mng-list-content ul.edit-ul li {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 10px 15px 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mng-edit-head i {
    /*font-size: 30px;*/
    /*position: absolute;*/
    right: 0px;
    top: 17px;
}

.mng-edit-head i.fa-plus-circle {
    color: #56a353;
}

.mng-edit-head i.fa-minus-circle {
    color: #cb4742;
    right: 32px;
}

/* .edit-ul-btn {
    position: absolute;
    right: 20px;
    top: 34px;
    z-index: 4;
} */
.edit-ul-btn a {
    margin-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.prosp-serh-outer {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.prosp-serh-outer2 {
    display: inline-block;
    /*width: 100%;*/
    margin-top: 20px;
    /*margin-bottom: 15px;*/
}

.prosp-serh-left {
    float: left;
    position: relative;
    padding-right: 88px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.raNumberList {
    width: 25%;
    float: right;
    margin-right: 32px;
}

.ranumber {
    width: 300px;
    float: right;
}

.prosp-serh-left1 {
    float: left;
    position: relative;
    border-radius: 3px;
    padding-right: 102px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 92%;
}

.prosp-serh-right {
    float: right;
    width: 200px;
    text-align: right;
}

.racodebox {
    width: 413px;
    float: left;
    margin-left: -114px;
}

.prosp-serh-left input[type=text] {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #afafaf;
    padding-left: 12px;
    background-color: #fff;
}

.prosp-serh-right select {
    width: 30%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 12px;
}

.prosp-serh-left button,
.prosp-serh-left ._span_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 15px;
    background: #00acd8;
    border: none;
    padding: 14px 22px;
}

/* .prosp-serh-left button::after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -10px;
    border-right: 10px solid #00acd8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0px;
} */

.prosp-serh-right p {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: auto;
}

.prosp-serh-right input {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    margin: auto;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-left: 10px;
    margin: 0px 5px;
}

.clear-filter {
    position: absolute;
    right: 108px !important;
    top: 13px;
}

.lead-table table th {
    padding: 12px !important;
    color: #000;
    background: #fff;
}

.lead-table table td {
    padding: 12px !important;
    color: #000;
}

.lead-table table td span {
    color: #297fb8;
}

.lead-table table tr:nth-of-type(2n+1) {
    background: #f5f5f5;
}

.lead-table table td span.tblres {
    color: #cb4742;
}

.display-inline {
    display: inline-block;
}

.pros-dtl-outer {
    float: left;
    width: 100%;
    padding: 15px 35px !important;
    padding-bottom: 25px !important;
}

.pros-dtl-outer ul {
    float: left;
    width: 100%;
    padding: 0px;
    position: relative;
}

.pros-dtl-outer ul li {
    float: left;
    width: 50%;
    display: inline-block;
    clear: both;
    margin-bottom: 60px;
    position: relative;
    padding-right: 55px;
}

.pro-dtl-body {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 22px;
    position: relative;
}

.pro-dtl-body::after {
    background: url(../../app/img/pro-icon.png) no-repeat;
    width: 20px;
    height: 30px;
    content: "";
    right: -17px;
    top: 17px;
    position: absolute;
}

.pros-dtl-outer ul li.pro-dtl-right {
    float: right;
    padding-right: 0px;
    padding-left: 55px;
}

.pros-dtl-outer ul li.pro-dtl-right .pro-dtl-body::after {
    background: url(../../app/img/pro-icon.png) no-repeat;
    width: 20px;
    height: 30px;
    content: "";
    left: -17px;
    top: 17px;
    position: absolute;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pros-dtl-outer ul li.pro-dtl-right .pros-dtl-icon {
    position: absolute;
    width: 56px;
    height: 56px;
    background: #297fb8;
    border-radius: 100%;
    text-align: center;
    padding: 13px 0px;
    left: -29px;
    top: 0px;
}

.pros-dtl-outer ul li:last-child {
    margin-bottom: 0px;
}

.pros-dtl-head {
    float: left;
    width: 100%;
}

.pros-dtl-head h3 {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
    position: relative;
}

.pros-dtl-head h3 a {
    position: absolute;
    right: 0px;
    top: -5px;
}

.pros-dtl-time {
    float: left;
    width: 100%;
}

.pros-dtl-time i {
    color: #297fb8;
}

.pros-dtl-time span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
}

.pros-dtl-body {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.pros-dtl-body p {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.padding-25 {
    padding: 25px;
}

.m0 {
    margin: 0px !important;
}

.pro-usr-dtl-lft h4 {
    font-size: 18px;
    color: #000;
}

.pro-usr-dtl-lft p {
    font-size: 15px;
    color: #000444;
    margin-top: 7px !important;
}

.pro-usr-dtl-lft span {
    font-size: 15px;
    color: #000444;
}

.pro-usr-dtl-lft p i {
    color: #297fb8;
    margin-right: 2px;
}

.pro-usr-dtl-lft span i {
    color: #297fb8;
    margin-right: 2px;
}

.pros-dtl-outer {
    float: left;
    width: 100%;
    position: relative;
}

.pros-center-bor {
    width: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
    border: 1px dashed #ddd;
}

.pros-dtl-icon {
    position: absolute;
    width: 56px;
    height: 56px;
    background: #b3b2b3;
    border-radius: 100%;
    text-align: center;
    padding: 13px 0px;
    right: -29px;
    top: 0px;
}

.pros-dtl-icon i {
    font-size: 30px;
    color: #fff;
}

.btn-tertiary {
    color: #ffffff;
    background-color: #bcbcbc;
    border-color: #a8a8a8;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 5px;
}

.mng-list-head span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

#accountForm legend {
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.col-xs-12.col-sm-12.mng-list-body.edit-outer-body.camp {
    width: 100%;
}


/******************pop up*****************/

.custom-pop-blk {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999999999;
}

.custom-pop-outer {
    width: 100%;
    height: 100%;
    display: table;
}

.custom-pop-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.custom-pop-main {
    width: 1050px;
    margin: auto;
    background: #fff;
    text-align: left;
}

.custom-pop-header {
    display: inline-block;
    width: 100%;
    background: #00acd8;
    position: relative;
    padding: 10px 28px;
}

.custom-pop-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.custom-pop-header i {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
    font-size: 28px;
}

.custom-pop-body {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    max-height: 605px;
    overflow: auto;
}

.custom-pop-body.custom-pop-body-popup {
    max-height: 246px;
}

.custom-pop-body h5 {
    font-size: 16px;
    color: #000;
}

/*.custom-pop-body input{
    background: #f5f5f5; border:1px solid #ddd; border-radius: 3px; height: 50px; width: 100%; padding-left: 12px;
}*/
.custom-pop-body textarea {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 200px;
    width: 100%;
    padding: 12px;
}

.pop-cus-btn {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 5px 5px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 0%);
    border: 1px solid #ccc;
}

.pop-cus-btn:hover {
    background: #f05050;
    color: #fff;
    text-decoration: none;
    border-color: #f05050;
}

.pop-cus-ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.pop-cus-ul li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0px 1%;
}

.pop-cus-ul li span {
    font-size: 15px;
    color: #000444;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.add-cam-head button {
    border: 1px solid #000000 !important;
    background-color: #000000 !important;
}

.add-cam-head button:hover {
    background: #3c3c3c !important;
}

.pop-cus-ul li span.fa {
    color: #fff;
}

.pop-cus-ul li select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.pop-cus-btn.active {
    background: #f05050;
    color: #fff;
    border-color: #f05050;
}

.tm-pick-outer {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.custom-pop-footer {
    display: flex;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: right;
    width: 100%;
    padding: 0;
    align-items: flex-start;
}

.custom-pop-footer a {
    display: inline-block;
}

.mb20 {
    margin-bottom: 20px;
}

.follow-type {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.follow-type button {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.follow-type h3 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0px 4%;
}

p.day1-cold {
    margin: 0px 0px 10px 0px;
    text-align: left;
    float: left;
}

.pros-dtl-body.alert span {
    color: red;
    text-align: right !important;
    float: right;
}

.text-center {
    text-align: center;
}

.pros-dtl-icon.bg-danger {
    background-color: #d9534f;
}

.pros-dtl-icon.bg-success {
    background-color: #27c24c;
}

.pros-dtl-body p.space {
    white-space: pre-wrap;
}

.pro-dtl-body.deliver h5 {
    color: black;
}

.pro-dtl-body.deliver p {
    color: black;
}

.filt-type {
    width: 100%;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 12px;
}

.camp-det-time h5 {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

/******************pop up*****************/


.api-tab-inner-head h2 {
    font-size: 14px;
    margin: 15px 0px;
}

.api-tabs-sec {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.api-tabs-sec ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.api-tabs-sec li {
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
}

.api-tabs-sec li h2 {
    font-size: 14px;
    text-align: center;
    margin: 0px;
}

.api-tab-inner-head {
    float: left;
    width: 100%;
}

.api-tab-inner-head h2 {
    padding: 0px 15px;
    text-align: center;
}

.padding-20 {
    padding: 20px;
}

.w-100 {
    width: 100% !important;
}

.tab-api-head {
    float: left;
    width: 100%;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    position: relative;
    padding: 7px 8px;
    padding-left: 60px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.tab-api-head p {
    margin: 0px;
    font-size: 14px;
}

.tab-api-head span {
    position: absolute;
    left: 0px;
    background: #00acd8;
    color: #fff;
    padding: 7px 10px;
    top: 0px;
    height: 100%;
}

.error_code h2 {
    text-align: left;
}

.error_desc ul li span {
    width: 48%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.error_desc ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

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

.error_desc ul li p {
    width: 48%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.api-tabs-outer {
    float: left;
    width: 100%;
    position: relative;
}

.api-key-sec {
    float: left;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    overflow: hidden;
}

.api-key-sec-outer {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.api-key-sec p {
    margin: 0px;
    padding-right: 12px;
}

.api-key-sec p span {
    background: #00acd8;
    padding: 7px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    height: 100%;
}

.border-btm-none {
    border-bottom: none;
}

.api-spn-mar span {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.api-key-sec-outer2 {
    float: left;
    width: auto;
    margin-top: 15px;
    width: 100%;
}

.api-key-sec-outer2 .api-key-sec {
    position: relative;
    width: 100%;
    padding-left: 69px;
}

.api-key-sec-outer2 .api-key-sec p {
    padding: 0px;
}

.api-key-sec-outer2 .api-key-sec p span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.api-key-sec-outer2 .api-key-sec p input {
    margin: 0px;
    border: none;
    height: 35px;
}


.main-heading-com {
    line-height: 1.1;
    margin-top: 21px !important;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-bottom: 0px !important;
    position: relative;
    border: none !important;
}

.main-heading-com::after {
    content: "";
    left: 0px;
    top: 21px;
    height: 21px;
    width: 6px;
    background: #297fb8;
    position: absolute;
    z-index: 222;
}

.title-heading-main {
    line-height: 1.1;
    margin-top: 21px !important;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    padding: 22px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-bottom: 0px !important;
    position: relative;
}

.title-heading-main::after {
    content: "";
    left: 0px;
    top: 26px;
    height: 21px;
    width: 6px;
    background: #297fb8;
    position: absolute;
    z-index: 222;
}

.reg-cop-outer {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 92px;
}

.reg-cop-outer button {

    position: absolute;
    right: 0px;
    bottom: 0px;

}

.reg-cop-outer i {
    position: absolute;
    right: 96px;
    top: 15px;
    font-size: 22px;
}

.reg-cop-outer i.fa-check {
    color: #008542;
}

.reg-cop-outer i.fa-times {
    color: #B8001C;
}

.embed-container {
    float: left;
    width: 100%;
    padding: 0px 14%;
}

.embed-container iframe {
    float: left;
    width: 100%;
    height: 702px;
}

.user-search.adv-sch-outer {
    width: 40%;
    float: right;
}

.rauser_margin_right {
    margin-right: 20px;
}

form.user-form-label-setup {
    float: left;
    width: 100%;
}

.contact-mgmt-outer .search_outer .filter_search {
    margin-right: 0px;
}

.contact-mgmt-outer .search_outer .filter_search #filter_select {
    width: 100% !important;
}

h3.user-heading.mt0::after {
    left: 0px;
}

h3.user-heading.mt0 {
    padding-left: 20px !important;
    margin-top: 0px !important;
}

h3.user-heading.mt0.padding-top-0 {
    padding-top: 0px !important;
}

h3.padding-top-0.mt0::after {
    top: 5px;
}

legend {
    text-transform: uppercase;
    padding-bottom: 2px;
    display: inline-block !important;
}

.res-vm-cal {
    margin: 5px 0px;
}

.rec-sech-outer select {
    margin: 5px 0px;
}

.pt0.con-mgm-nav-out .table-responsive.mt {
    margin-top: 0px !important;
}

.prospects-top-a {
    margin: 10px 0px;
}

.add-com-btm-btn-out {
    float: left;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.add-com-btm-btn-out button {
    float: right;
}

.add-com-btm-btn-out label {
    float: left;
}

.add-com-btm-btn-out label span {
    display: inline-block;
    margin-left: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.rec-audio-btns div {
    display: inline-block;
}

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

.nav-btn-res {
    float: left;
    z-index: 999;
    margin-left: 20px;
    margin-top: 16px;
    display: none;
}

.nav-btn-res i {
    font-size: 28px;
    color: #2e66bd;
    cursor: pointer;
}

.side-bar-left ul li a.nav-icon1 {
    background: url(../img/list.png) no-repeat !important;
    background-position: 19px 14px !important;
}

.side-bar-left ul li a.nav-icon1:hover {
    background: url(../img/list-hover.png) no-repeat #ededed !important;
    background-position: 19px 14px !important;
}

.side-bar-left ul li a.nav-icon1 {
    padding-left: 52px;
}

.side-bar-left ul li a.nav-icon2 {
    background: url(../img/cont.png) no-repeat !important;
    background-position: 19px 17px !important;
}

.side-bar-left ul li a.nav-icon2:hover {
    background: url(../img/con-hover.png) no-repeat #ededed !important;
    background-position: 19px 17px !important;
}

.side-bar-left ul li a.nav-icon2 {
    padding-left: 52px;
}

.side-bar-left ul li a.nav-icon3 {
    background: url(../img/tu.png) no-repeat !important;
    background-position: 19px 17px !important;
}

.side-bar-left ul li a.nav-icon3:hover {
    background: url(../img/tu-hover.png) no-repeat #ededed !important;
    background-position: 19px 17px !important;
}

.side-bar-left ul li a.nav-icon3 {
    padding-left: 52px;
}

.res-nav-outer.togglemenu .nav-side-fixed {
    left: 0px;
}

.nav-btn-res.togglemenu {
    margin-left: 20px;
}

.res-nav-outer.togglemenu .navbar-toggle {
    display: none !important;
}

.compy-lst-btm-sch {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 8px;
    padding: 0px 15px;
}

.compy-lst-btm-sch button {
    width: 100%;
}

span.plustab {
    display: inline-block;
    background: #00acd8;
    float: left;
    color: white;
    font-size: 29px;
    line-height: 100%;
    margin-left: 7px;
}

span.plustab a {
    padding: 7px 13px;
    display: inline-block;
    color: white;
}

.background-img-none {
    background-image: none !important;
    padding: 0px !important;
}

.dash-for-blk {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.22);
    padding: 20px 0px;
}

.dash-for-blk .col-lg-3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dash-top-icon i {
    font-size: 30px;
}

.bg-purple-custom .dash-top-icon i {
    color: #3e4fbb;
}

.bg-purple-custom.bg-red-custom .dash-top-icon i {
    color: #49ab4a;
}

.bg-purple-custom.bg-green-custom .dash-top-icon i {
    color: #297fb8;
}

.bg-purple-custom.org-blk-col .dash-top-icon i {
    color: #f79608;
}

.border-right {
    border-right: 1px solid #ddd;
}

.box-shadow-block {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
}

.blk-full-btns i {
    font-size: 24px;
    margin-left: 13px;
}

.blk-full-btns button {
    background: transparent;
    border: none;
    padding: 0px;
}

.ed-blk-1 {
    color: #297fb8;
}

.ed-blk-2 {
    color: #00acd8;
}

.ed-blk-3 {
    color: #cb4742;
}

.rest-full-btn .btn-lg {
    line-height: 1.30;
}

.rest-full-btn {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.lead-head .btn-success {
    font-family: 'open_sanssemibold';
    font-size: 14px;
}

.lead-head .btn-danger {
    font-family: 'open_sanssemibold';
    font-size: 14px;
}

.input-group-addon span {
    font-size: 18px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.target div {
    margin-bottom: 30px;
}

.mt-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.compy-lst-btm-sch input {
    margin: 0px;
}

.compy-lst-btm-sch button {
    width: auto;
    height: 50px;
}

.side-bar-left.res-menu {
    display: block;
}

.topnavbar-wrapper {
    /*position: fixed !important;*/
    top: 0px;
    left: 0px;
    background: #fff;
}

.colorpicker-element .input-group-addon {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    width: auto;
}

.colorpicker-element {
    position: relative;
}

.colorpicker-element span {
    position: absolute;
    right: 2px;
    top: 2px;
}


.bou-cont-outer {
    position: relative;
}

.bor11-out {
    display: inline-block;
    width: 100%;
    position: relative;
}

.bor11-out::after {

    position: absolute;
    content: "";
    left: 0px;
    width: 1px;
    background: #ddd;
    right: 0px;
    margin: auto;
    height: 100%;
    top: 0px;

}

.rel {
    position: relative;
}

.release_con_div {
    position: absolute;
    right: -148px;
    top: 11px;
}

.rebtn-ryt {
    position: relative;
    top: 0px;
    margin-left: 1px;
}

.in-ex-40 {
    float: left;
}

.includeListColor {
    color: #0075ff;
}

.excludeListColor {
    color: red;
}

.in-ex-20 {
    float: left;
    width: 45px;
}

.d-inline-block {
    display: inline-block;
}

.sedmil-outer-list.previous {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.sedmil-outer-list.previous .in-ex-40 {
    width: 50%;
}

.sedmil-outer-list.previous .in-ex-20 {
    width: 58px;
}

.sedmil-outer-list.previous .in-ex-20.in-ex-202 {
    left: 59px;
}

.sedmil-outer-list.previous .in-ex-20.in-ex-203 {
    left: 116px;
}

.bor11-out.broll-none::after {
    display: none;
}

.plr-15 {
    padding: 0px 15px;
}

.in-ex-20 h3 {
    margin-bottom: 0px;
}

.mt-40 {
    margin-top: 40px;
}

.inner-inc-heading {
    color: #000;
    padding-left: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.my-ml-out-res {
    display: inline-block;
    width: 100%;
    padding-left: 136px;
    position: relative;
    min-height: 25px;
    z-index: 9999;
}

.in-ex-20.in-ex-201 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.in-ex-20.in-ex-202 {
    position: absolute;
    top: 0px;
    left: 46px;
}

.in-ex-20.in-ex-203 {
    position: absolute;
    top: 0px;
    left: 91px;
}

.my-ml-out-res .in-ex-40 {
    width: 100%;
}

.sel-my-mal-out {
    display: inline-block;
    width: 25%;
    padding-top: 20px;
    padding-left: 25px;
}

.border-right {
    border-right: 1px solid #ddd;
}

.ml-5 {
    margin-left: 5px !important;
}

.navbar-header.verify-email-header {

    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 12px 30px;

}

.brand-logo {
    float: left;
    width: 120px;
}

.navbar-header.verify-email-header .brand-logo {

    float: left;

}

.navbar-header.verify-email-header a {

    float: right;
    margin-top: 13px;

}

.email-success {

    float: left;
    width: 100%;
    text-align: left;
    padding: 40px 30px;

}

.email-success .reg-heading {

    color: #214f7e;
    text-align: left;
    font-size: 32px;

}

.login-sec.veri-email-sec {

    margin: 0px !important;

}

.login-sec.veri-email-sec .panel-body {

    padding: 0px !important;

}

.email-success p {
    font-size: 1.28em;

    font-weight: 200;

    line-height: 1.6em;
}

.email-fail p,
.email-fail ul li {
    font-size: 1.28em;

    font-weight: 200;

    line-height: 1.6em;
}

.email-fail {

    float: left;
    width: 100%;
    text-align: left;
    padding: 40px 30px;

}

.email-fail .reg-heading {

    color: #800000;
    text-align: left;
    font-size: 32px;

}

.veri-email-sec .block-center.login-outer {
    width: 100%;
}

.prospects-two-dis {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    width: 24% !important;
}

.mt0 select {
    margin: 6px 0px;
}

.brand-logo img {
    width: auto;
    object-fit: contain;
    height: 100%;
}

.new-top-header-out {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 0;
    text-align: center;
    background-color: #00acd8;
}

.new-top-header-out ul {
    float: right;
    padding: 0px;
    margin: 0px;
}

.new-top-header-out ul li {
    display: inline-block;
    margin-right: 3px;
}

.new-top-header-out ul li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 14px 8px;
    border-radius: 5px 5px 0 0;
}

.new-top-header-out ul li.bg-info-light {

    background-color: transparent;
    color: #29ae9f !important;

}

.new-top-header-out ul.dropdown-menu {
    right: 0px;
    left: inherit;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.new-top-header-out ul li a:hover {
    color: #29ae9f;
}

.res-nav-outer {
    background: #fff;
    /* background: #00acd8; */
}

.table-striped>tbody>tr.fadeInDown {
    background: #f5f5f5 !important;
}

.table-striped>tbody>tr.mamamiya {
    /*background: #c1e1ff !important;*/
}

.table-striped>tbody>tr.mamamiya td {
    color: #000;
}

.table-striped>tbody>tr.fadeInDown table tr {
    background: transparent !important;
}

.table-striped>tbody>tr.fadeInDown table tr td {
    color: #000 !important;
}

.nav-top1-res {
    display: none;
}

a#icon-building {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

a#icon-building i {
    font-size: 30px;
    color: #00acd8;
}

.side-bar-left ul.dropdown-menu li a {
    text-transform: capitalize;
}

a#namagetags {
    color: #00acd8;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

.notification_country {
    max-width: 100%;
    margin-bottom: 1px;
    color: #656565;
    font-size: 12px;
    padding-top: 5px;
    vertical-align: middle;
    text-indent: 7px;
}

.extra_prc {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #f14a4a;
}

i.star-required-fieldup-label:after {
    color: red;
    content: "*";
    position: absolute;
    font-style: normal;
    top: 0;
}

.checkbox-create-email.col-md-6 {
    margin: 0 auto;
    float: left;
    text-align: left;
    line-height: 55px;
}

.wrapper-save-list {
    float: left;
    width: 100%;
}

.builder-header .height-50 {
    height: 50px;
}

.pull-left .api-field {
    width: 195px;
    font-size: small;
}

.line-height-55 {
    line-height: 50px;
}

.formbuilderprogress:after {
    top: 50% !important;
}

.new-top-header-out .dropdown-menu>li>a {
    text-transform: capitalize;
}

.checkboxwrap.pull-left .checkbox {
    background: #f5f5f5;
    width: 90px;
    text-align: center;
    display: inline-block;
    float: left;
    height: 49px;
    line-height: 49px;
    border: 1px solid #ddd;
}

.checkboxwrap.pull-left .checkbox:last-child {
    border-right: 1px solid #ddd;
}

.br-l {
    border-radius: 4px 0px 0px 4px;
}

.br-r {
    border-radius: 0px 4px 4px 0px;
}

.section-setting {
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

.formbuilder-wrapper+footer .text-center {
    padding-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
}

.side-bar-left.top-send-menu {
    top: 0px;
}

.res-nav-outer .fa.fa-bars {
    color: #00acd8;
    /* color: #fff; */
}

.side-bar-left.top-send-menu {
    float: right;
    width: auto;
}

.side-bar-left.top-send-menu ul li a {
    color: #fff !important;
    /* color: #000 !important; */
}

.side-bar-left.top-send-menu ul li a:hover,
.side-bar-left.top-send-menu ul li.bg-info-light a,
.side-bar-left.top-send-menu ul li.open>a {
    background-color: #a6edff !important;
    color: #0c4f63 !important;
}

.side-bar-left.top-send-menu ul li .dropdown-menu>li>a:hover {
    background: #00acd8 !important;
}

.side-bar-left.top-send-menu ul li a:hover::after,
.side-bar-left.top-send-menu ul li.bg-info-light a::after,
.side-bar-left.top-send-menu ul li.open>a::after {
    content: '';
    position: absolute;
    background-color: #ff902b;
    width: 100%;
    height: 5px;
    bottom: -5px;
    left: 0;
}

.hed-txt-min {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -2px;
    left: -80px;
}

.e-txt-m {
    text-align: left;
    color: red;
}

/* script for sms textarea */


.blueBg {
    background-color: #00acd8 !important;
}

.warning-msg-exceed {
    background-color: red !important;
}

.sms-textarea-wrapper textarea {
    resize: none;
}

label.showmessage-sms {
    font-size: 12px;
    margin-bottom: 0px;
}

label.showmessage-sms .alert-info {
    padding: 3px;
    text-align: justify;
    border-radius: 4px;
}

.reset-button-sms {
    position: absolute;
    bottom: 5px;
    padding-left: 13px;
}

/* script for sms textarea end */

.my-email-heading {
    float: left;
    width: 100%;
}

.my-email-heading h3.mt0 {
    float: left;
    width: auto;
    padding-left: 22px !important;
}

.my-email-heading h3.mt0::after {
    left: 0px;
}

.my-email-heading button {
    margin-top: 8px !important;
}

.myemail-selectfiled {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    display: none;
}

.myemail-selectfiled ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.myemail-selectfiled ul li {
    display: inline-block;
    width: 100%;
}

.myemail-selectfiled h4 {
    margin: 0px;
    padding: 14px 14px;
    background: #f5f5f5;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 16px !important;
    cursor: pointer;
}

.myemail-selectfiled h4 i {
    float: right;
}

.successstyle-wrap .input-group-addon {
    margin-top: 36px;
}

.new-top-header-out ul.dropdown-menu li a {
    font-size: 13px !important;
    padding: 8px 10px !important;
    border-radius: 0 !important;
}

.working .email-head-ryt-btn {
    float: right;
    margin-right: 30px;
}

.email-head-ryt-btn-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 350px;
    padding-right: 40px;
}

.email-head-ryt-btn-select a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.email-head-ryt-btn-select a i {
    font-size: 30px;
}

.push-right-white {
    background: none !important;
    color: black !important;
    float: right !important;
    cursor: pointer !important;
}

.email-head-ryt-btn {
    float: right;
    margin-right: 30px;
}

.email-head-ryt-btn-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 350px;
    padding-right: 40px;
}

.email-head-ryt-btn-select a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.email-head-ryt-btn-select a i {
    font-size: 30px;
    line-height: 50px;
}

.disabledclass {
    box-shadow: 0 0 0 #000 !important;
}

.disabledclass {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.52857143;
    color: #3a3f51;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.disabledclass {
    margin-bottom: 5px;
    cursor: not-allowed;
    pointer-events: stroke;
}

.new-pop-design-body .text-sm1.mb {
    display: inline-block;
    width: 100%;
}

.new-pop-design-body fieldset .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.new-pop-design-body fieldset .form-group input {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 12px;
}

.new-pop-design-body fieldset {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.popmodel_edit_forwarder .new-pop-design-body a.push-right-white {
    padding: 0px !important;
    margin: 0px !important;
    padding-bottom: 16px !important;
    border: none !important;
}

.new-pop-design-body a.push-right-white:hover {
    border: none;
}

.new-pop-design-body .pop-btm-block {
    display: inline-block;
    padding-top: 12px;
    padding-left: 20px;
}

.usefordisableborder .form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    border: none;
    padding-left: 0px;
}

.alert.alert-warning a {
    background: white;
    color: #214f7e;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 3px;
}

.alert.alert-info a {
    background: white;
    color: #214f7e;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 3px;
}

.mr-15 {
    margin-right: 15px;
}

span.spf-color {
    color: #29ae9f;
}

.ht-50 {
    height: 50px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.updateforwarderemail {
    position: absolute;
    left: 0;
    margin-top: -40px;
    margin-left: 50%;
    border: none;
    color: #29ae9f;
    background: none;
}

.sum-sms-res {
    float: right;
}

.rec-sech-outer-full {
    position: relative;
    float: left;
}

.serch-ab {
    position: absolute;
    top: 0px;
    right: 48px;
    padding: 13px 19px;
    background: #fff;
    border: 1px solid #ddd;
}

.close-ab {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 13px 18px;
    background: #fff;
    border: 1px solid #ddd;
}

.comy-list-sch-outer {
    float: right;
    width: 500px;
}

.comy-list-sch-inner {
    width: 325px;
    float: right;
    position: relative;
    padding-right: 92px;
}

.com-faq-main {
    padding: 20px;
}

.tab-api-head p {
    word-wrap: break-word;
}

.script-top-sch-12 {
    display: inline-block;
    vertical-align: middle;
}

.tab-pane p span {
    word-wrap: break-word;
}

.spf_emails_list_val {
    overflow-wrap: break-word;
}

.usr-pop-inp-out input {

    width: auto !important;
    margin: 0px !important;
    margin-left: 10px !important;
    height: auto !important;
    vertical-align: middle;

}

.usr-pop-inp-out {

    margin-top: 15px;
    margin-bottom: 5px;

}

.viewdtl-srch-ryt-out {
    float: right;
    width: 100%;
    text-align: right;
}

.viewdtl-srch-ryt {
    display: inline-block;
    vertical-align: top;
}

.viewdtl-srch-ryt {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.viewdetail1-check label {
    width: 100%;
    display: inline-block;
    position: relative;
}

.viewdetail1-check {
    /* display: inline-block;*/
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.viewdtl-srch-ryt-out .viewdtl-srch-ryt .rec-sech-outer-full {
    margin-right: 15px;
}

.viewdtl-srch-ryt-out .viewdtl-srch-ryt a.btn.btn-primary {
    margin: 0px;
}

.snd_opn .send_open {
    margin-left: 0;
    margin-right: 15px;
}

.send_open {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.send_open input {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
}

.send_open p {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.layout-fixed .wrapper>section.login-sec {
    margin-top: 80px !important;
}

.eml-cam-heading-set {
    float: left;
    width: 100%;
}

.eml-cam-heading-set h3 {
    width: auto;
    float: left;
}

.eml-cam-heading-set h3.mt0::after {
    top: 21px;
}

.eml-cam-heading-set .email-head-ryt-btn-select {
    margin-top: 28px;
}

.eml-cam-heading-set .stat-btn {
    margin-top: 28px;
    margin-left: 15px;
}

.repo-stats .stats-account-rate {
    font-size: 14px;
    color: #444;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

.color-black {
    color: #000;
    margin-top: 40px;
}

.headings-label {
    margin-top: 15px;
}

.pagi-select select {
    padding: 10px 8px;
    margin-left: 5px;
}

.email-summary-main .email-head-ryt-btn {
    margin-top: 25px;
}

.email-triger-dash-main .tab-inner-tbl {
    padding: 25px 25px;
    border: 1px solid #ddd;
    margin-top: 0px !important;
    border-top: none;
}

.small-heading {
    font-family: 'open_sansbold';
    position: relative;
    color: #000;
    text-transform: uppercase;
    padding-left: 16px !important;
    font-size: 20px;
}

.small-heading::after {
    content: "";
    left: 0px;
    top: 2px;
    height: 16px;
    width: 7px;
    background: #00acd8;
    position: absolute;
    z-index: 222;
}

.email-template-list-main .page-heading {
    float: left;
}

.my-companies-main .page-heading {
    float: left;
}

.my-companies-main .heading-back-btn {
    float: right;
    margin-right: 30px;
    margin-top: 27px;
}

.allnembers-main .panel-heading {
    margin-bottom: 20px;
}

.contact-mgmt-main .prosp-serh-left {
    border: none;
}

.contact-mgmt-main .prosp-serh-left {
    width: 100%;
}

.contact-mgmt-main .checkboxwrap .serverGo {
    margin-top: 3px !important;
}

.contact-mgmt-main .nav-tabs {
    border-bottom: none;
}

.company-list-main h3.mt0 {
    float: left;
    margin-top: 0px;
}

.company-list-main h3.mt0 {
    float: left;
    margin-top: 0px !important;
    padding-left: 25px !important;
}

.company-list-main h3.mt0::after {
    left: 0px;
}

.support-list-main h3.mt0 {
    float: left;
}

.support-list-main #searchForm {
    margin-top: 27px;
    float: right;
    margin-right: 30px;
}

.display-video-main .panel-title {
    margin: 0px;
    float: left;
    width: 100%;
    padding: 20px 18px;
    background: #f5f5f5;
    vertical-align: middle;
    border-radius: 5px;
    margin-bottom: 20px;
}

.display-video-main .panel-title a i {
    color: #29ae9f;
    position: relative;
    top: 2px;
}

.latest-update-main #searchForm {
    margin-top: 35px;
    float: right;
    margin-right: 30px;
}

.billing-main .panel-heading.billing-outer-btns {
    float: right;
    margin-top: 24px;
    margin-right: 15px;
}

.billing-main .h3-heading {
    float: left;
}

.couponcreditlogs-main .nav-tabs {
    border-bottom: none;
}

.manage-tags-main h3.mt0 {
    float: left;
}

.manage-tags-main h3.mt0::after {
    left: 0px;
}

.manage-tags-main h3.mt0 {
    padding-left: 22px !important;
    margin: 0px !important;
}

.add-user-auto-temp-main h3.mt0 {
    float: left;
}

.add-user-auto-temp-main .back-btn-top {
    margin-right: 30px;
    margin-top: 28px;
}

.user-template-list-main #search {
    margin: 0px;
}

.display-width {
    display: inline-block;
    width: 100%;
}

.groupadd-main h3.mt0 {
    float: left;
}

.groupadd-main #searchForm {
    margin-top: 30px;
    float: right;
    margin-right: 30px;
}

.list-data-main h3.mt0 {
    float: left;
}

.list-data-main #searchForm {
    margin-top: 30px;
    float: right;
    margin-right: 30px;
}

.business-main h3.mt0 {
    float: left;
}

/* .business-main #searchForm {
    float: right;
} */
.contactadd-main h3.mt0 {
    float: left;
}

.contactadd-main #searchForm {
    margin-top: 30px;
    float: right;
    margin-right: 30px;
}

.agent-summary-main .toggle-btn-outer {
    float: right;
}

.addcompany-main h3.mt0 {
    float: left;
}

.addcompany-main #searchForm {
    float: right;
    margin-top: 29px;
    margin-right: 30px;
}

.addcompany-main .add-com-update-number {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.mt-30 {
    margin-top: 30px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.fs-14 {
    font-size: 14px;
}

.users-main .prosp-serh-left {
    border: none;
}

.users-main .prosp-serh-left {
    width: 100%;
}

.script-main h3.mt0::after {
    left: 0px;
}

.script-main h3.mt0 {
    padding-left: 25px !important;
    margin-top: 0px !important;
}

.script-main #searchForm .raadmin_turbo {
    width: 300px;
    float: right;
    padding: 0px;
}

.script-main .prosp-serh-left {
    float: right;
}

.script-main #searchForm .btn {
    float: right;
    margin-left: 15px;
    margin-bottom: 8px;
}

.rec-sech-outer-main {
    text-align: right;
}

.rec-sech-outer-main .res-550.margin-bottom-1200 {
    float: right;
    width: 300px;
    padding: 0px;
    margin-left: 15px;
}

.rec-sech-outer-main .prosp-serh-left {
    width: 100%;
}

.smptlisting-main .rec-sech-outer {
    margin-top: 12px;
}

.emailaddress-main .rec-sech-outer {
    width: 360px;
}

.emailaddress-main h3.mt0 {
    float: left;
}

.emailaddress-main #searchForm {
    margin-right: 30px;
    margin-top: 28px;
    float: right;
}

.poolnumbers-main h3.mt0 {
    float: left;
}

.poolnumbers-main #searchForm {
    margin-top: 25px;
    float: right;
    margin-right: 30px;
}

.addtemplate-main h3.mt0 {
    float: left;
}

.addtemplate-main .addtemplate-back-btn {
    margin-top: 29px;
    margin-right: 30px;
}

.email-template-list-main #searchForm.email-temp-list-btn-top {
    margin-top: 30px !important;
    margin-bottom: 0px;
    margin-right: 30px;
}

.add-contact-lists {
    display: inline-block;
    width: 31%;
    vertical-align: top;
}

.nav-tabs>li.active>a {
    background-color: #00acd8 !important;
    color: #fff !important;
}

.em-tb-bg .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table>tbody+tbody:nth-of-type(2n) {
    background: #fafbfc;
}

.table>tbody tr:nth-of-type(2n) {
    background: #fafbfc;
}

.table thead tr {
    background: #00acd8;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.add-contact-lists {
    display: inline-block;
    width: 31%;
    vertical-align: top;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.email-sidebar {
    float: left;
    width: 100%;
}

.email-sidebar li {
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.email-sidebar li:last-child {
    border-bottom: none;
}

.email-sidebar li a {
    float: left;
    width: 100%;
    list-style: none;
    padding: 15px 20px;
    color: #000;
}

.autotemp div.mce-edit-area {
    min-height: 100px;
}

.autotemp iframe {
    height: 100px !important;
}

.btnAutovClass .btn {
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin: 0px !important;
}

.btnAutovClass .form-control {
    height: 28px;
}

.email-custom-outer1 {
    display: flex;
}

.email-custom-inner1 ul {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 18px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

#predesigned-templates,
#user-templates {
    float: left;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    padding: 40px 32px;
    padding-bottom: 5px;
}

#predesigned-templates .col-sm-2 {
    width: 18.967%;
}

.email-custom-inner1 ul li a {

    padding: 18px 20px;

}

.email-custom-inner1 ul li a:hover,
.email-custom-inner1 ul li a.active {
    background: #fff;
}

.acc-outer-select .panel .panel-heading {
    background: #00acd8;
    padding: 8px 16px;
    border-radius: 5px;
}

.acc-outer-select .panel .panel-heading h4.panel-title {
    padding: 5px 0;
}

.acc-outer-select .panel .panel-heading h4 i {
    position: relative;
    top: 2px;
    margin-right: 8px;
    font-size: 18px;
}

.acc-outer-select .panel .panel-heading h4 {
    font-size: 16px !important;
    color: #fff;
}

.create-email-form h3.mt0 {
    padding-left: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 40px;
}

.create-email-form h3.mt0::after {
    left: 0px;
}

._count {
    text-align: right;
    width: 30px;
}

._error {
    float: left;
    width: 100%;
    color: #f00;
    margin-top: 4px;
}


.cmpny_email_template {
    background-color: #e6e6e6;
    padding: 6px 11px;
    margin: 15px 0 0 !important;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
}

.cmpny_email_template label {
    padding-left: 10px;
}

._login-checks .checkbox {
    margin-bottom: 6px !important;
}

._login-checks .log_btn {
    margin: 15px 0 25px;
}

.company_loggedin_name {
    margin: 16px 0;
    font-weight: bold;
    float: left;
    color: #fff;
}

.stats-table {
    width: 100%;
}

.stats-table .sent-count {
    text-align: left;
    color: #00acd8;
    font-size: 14px;
    font-weight: bold !important;
}

.stats-table .remaining-count {
    text-align: right;
    color: #aaa;
    font-size: 14px;
    font-weight: bold !important;
}

@media (max-width: 1420px) {
    .new-top-header-out select {
        width: 250px !important;
    }
}

@media (max-width: 1380px) {

    .edit-outer-body {
        width: 100% !important;
    }

    #predesigned-templates .col-sm-2 {
        width: 24.967%;
    }

}

@media (max-width: 1366px) {
    .new-top-header-out select {
        width: auto !important;
    }

    .hed-txt-min {
        left: -80px;
    }
}

@media (max-width: 1280px) {
    .brand-logo {
        width: 90px;
    }

    .action_verifywrap {
        right: -140px;
    }

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

    .prospects-four-dis {
        float: none !important;
        display: inline-block;
        vertical-align: top;
        width: 48% !important;
    }

    .cont-mgmt-check-out {
        width: 100%;
        margin-top: 15px;
    }

    .user-auto-template-main .res-550.margin-bottom-1200 {
        width: 64%;
    }

    .user-template-list-main .res-550.margin-bottom-1200 {
        width: 66%;
    }

    .new-top-header-out select {
        width: 220px;
    }

    .side-bar-left ul li a {
        font-size: 14px !important;
    }

    .new-top-header-out ul li a {
        padding: 12px 5px;
    }

    .col-sm-3.email-custom-inner1,
    .col-sm-9.email-custom-inner2 {
        width: 100%;
    }

    .email-custom-outer1 {
        display: inline-block;
        width: 100%;
    }

}

@media (max-width: 1250px) {

    .navbar-toggle {
        display: none !important;
    }

    .navbar-nav {
        margin: 0px !important;
    }

    .side-bar-left .dropdown-menu {
        float: left !important;
    }

    .side-bar-left .dropdown-menu>li>a {
        padding: 8px 20px !important;
    }

}

@media (max-width: 1024px) {
    .action_verifywrap {
        position: inherit !important;
        right: 0 !important;
        top: 4px !important;
    }

    .head_selectMenuWrap {
        top: -6px !important;
    }

    .main_navigationWrap {
        display: inline !important;
    }

    .new-top-header-out select {
        width: 100% !important;
    }

    .hed-txt-min {
        width: 96%;
        margin-top: 10px;
        float: left;
        margin-left: 0;
        left: 0 !important;
    }

    .side-bar-left.top-send-menu {
        top: 64px;
        right: 32px;
    }

    .side-bar-left.bottom-send-menu {
        position: relative;
        margin-top: 60px;
    }

    .menu_tabButtons ul {
        padding-top: 10px;
    }

    div.side-bar-left.top-send-menu ul li a:hover {
        background-color: #00acd8 !important;
        color: #fff !important;
        border-radius: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        border-radius: 0 !important;
    }

    .menu_tabButtons {
        padding-top: 10px !important;
        float: left;
        width: 100%;
    }

    .new-top-header-out select {
        height: 46px !important;
        margin-bottom: 0;
    }

    .new-top-header-out ul.nav.navbar-nav li a {
        color: #000 !important;
    }

    .form-control {
        margin-bottom: 10px;
    }

    .bottom_actionBtn .btn {
        margin-bottom: 10px;
    }

    .Emails_percentageList .col-sm-2 {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .Emails_percentageList .col-sm-6 {
        width: 100% !important;
    }

    .content-wrapper {
        padding-left: 0px !important;
    }

    .topnavbar {
        border: none !important;
    }

    .nav-btn-res {
        display: block;
        float: right;
        margin-right: 20px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 9999999;
        left: 0;
    }

    .side-bar-left ul li a {
        color: #000 !important;
    }

    .side-bar-left ul li {
        display: inline-block;
    }

    .navbar-brand {
        height: auto !important;
        padding: 7px 0px !important;
    }

    .res-nav-outer {
        float: left;
        width: 100%;
        position: relative;
    }

    .side-bar-left {
        position: absolute;
        top: 100%;
        width: 270px;
        right: 10px;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
        display: none;
    }

    .side-bar-left.bottom-send-menu {
        width: 100%;
        right: 0;
        padding-left: 0 !important;
    }

    .side-bar-left ul li {
        width: 100%;
    }

    .side-bar-left ul li a {
        width: 100%;
        padding: 12px;
    }

    .side-bar-left .dropdown-menu {
        position: static !important;
        min-width: 100% !important;
    }

    .side-bar-left ul li .side-bar-left .dropdown-menu ul li a {
        padding-left: 25px;
    }

    .layout-fixed .wrapper .topnavbar-wrapper {
        padding: 0px !important;
    }

    .nav-top1-res {
        display: block;
    }

    .new-top-header-out {
        position: relative;
        padding-bottom: 6px;
    }

    .nav-top1-res {
        bottom: -10px;
        right: 0;
        float: right;
        margin-top: -42px;
    }

    .nav-top1-res i {
        font-size: 28px;
        color: #fff;
    }

    .new-top-header-out ul.nav.navbar-nav {
        width: 220px;
        position: absolute;
        right: -38px;
        top: -6px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
        z-index: 999999999;
    }

    .new-top-header-out ul.nav.navbar-nav li {
        width: 100%;
    }

    .new-top-header-out ul.nav.navbar-nav li a {
        width: 100%;
        text-align: left;
    }

    .new-top-header-out ul.dropdown-menu {
        position: static;
        width: 100%;
    }


}

@media (max-width: 992px) {

    .hed-txt-min {
        width: 95.5%;
    }

    .contact-mgmt-left-sech {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .contact-mgmt-left-sech .col-md-3 {
        width: 100%;
        float: left;
    }

    .companylist-sch ul {
        width: 100%;
        float: left;
    }

    .companylist-sch .pull-right.form-inline {
        float: left !important;
        margin-top: 12px;
        width: 100%;
    }

    .companylist-sch .pull-right.form-inline input {
        margin: 5px 0px;
        width: 100%;
    }

    .companylist-sch .pull-right.form-inline button {
        margin: 0px !important;
        width: 100%;
    }

    .contact-mgmt-outer .col-md-3 {
        float: left !important;
        width: 100%;
    }

    .contact-mgmt-left-sech .pull-left.form-inline {
        width: 100%;
    }

    .contact-mgmt-outer .search_outer {
        width: 100%;
    }

    .contact-mgmt-outer .search_outer .filter_search {
        width: 100% !important;
    }

    #formOne1 .cmp-st {
        width: 100%;
    }

    .form-group.add-comp-st-en {
        margin: 0px;
        padding: 0px 15px;
        margin-bottom: 15px;
    }

    .form-group.add-comp-st-en .control-label {
        margin: 0px !important;
    }

    .layout-fixed .wrapper .topnavbar-wrapper {
        background: #fff;
        padding-bottom: 16px;
    }

    .myemail-resfield-none {
        display: none;
    }

    .myemail-selectfiled {
        display: inline-block;
    }

    .res-100-990 {
        width: 100% !important;
    }

    .res-fl-990 {
        float: left;
    }

    .checkbox.c-checkbox.pull-right.mt0 {
        float: left !important;
        width: 100%;
        padding: 0px !important;
    }

    .raNumberList {
        width: 50%;
    }

    .user-auto-template-main .pull-right.form-inline.rec-sech-outer {
        width: 100%;
        margin-top: 15px;
    }

    .user-auto-template-main .res-550.margin-bottom-1200 {
        width: 100%;
        padding: 0px;
    }

    .user-auto-template-main .prosp-serh-left {
        width: 100%;
    }

    .user-auto-template-main .rec-sech-outer .btn-sm.serverGo {
        width: 100%;
        margin-bottom: 15px;
    }

    .user-auto-template-main .rec-sech-outer input {
        margin: 0px;
    }

    .forms-main .companylist-sch .pull-right.form-inline button {
        width: auto;
    }

    .user-search.adv-sch-outer {
        width: 50%;
    }

    .script-main #searchForm {
        width: 100%;
        margin-top: 10px;
        float: left;
    }

    .script-main .prosp-serh-left {
        width: 100%;
    }

    #predesigned-templates .col-sm-2 {
        width: 33%;
    }

}


@media (max-width: 900px) {

    .user-template-list-main .form-inline.rec-sech-outer {
        width: 100%;
    }

    .user-template-list-main .rec-sech-outer .btn-sm.serverGo {
        width: 100%;
        margin: 15px 0px;
    }

    .user-template-list-main .res-550.margin-bottom-1200 {
        padding: 0px;
        width: 100%;
    }

    .user-template-list-main .prosp-serh-left {
        width: 100%;
    }

}


@media (max-width: 768px) {

    .navbar-toggle {
        display: block !important;
        position: absolute !important;
        right: -62px;
        top: 4px;
    }

    .content-wrapper {
        padding-left: 0px !important;
    }

    .content-wrapper>h3::after {
        top: 20px !important;
    }

    .res-550 {
        width: 100% !important;
    }

    .allnembers-main .prosp-serh-left {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .prosp-serh-right {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .contact-mgmt-main .contact-mgmt-outer .search_outer.list-sel-widt .filter_search #filter_select {
        width: 100% !important;
    }

    .contact-mgmt-main .search_outer.list-sel-widt {
        padding: 0px 15px;
    }

    .contact-mgmt-main .search_outer_gear {
        margin-top: 0px;
        margin-right: 12px;
    }


    .pros-dtl-icon {
        position: static !important;
        display: inline-block;
        margin-bottom: 25px;
    }

    .pro-dtl-body::after {
        left: 17px;
        top: -23px !important;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .pros-dtl-outer ul li.pro-dtl-right .pro-dtl-body::after {
        left: 19px;
        top: 17px;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .pros-center-bor {
        display: none;
    }

    .pros-dtl-outer ul li {
        width: 100%;
        padding: 0px !important;
    }

    .mng-list-head h4 {
        width: 100%;
    }

    .mng-list-head {
        text-align: left;
        width: 100%;
    }

    .mng-list-head a {
        float: left;
        margin-left: 0px;
        margin-right: 8px;
    }

    .layout-h .wrapper>footer {
        padding-left: 0px;
    }

    .audio-list-btn-res button {
        width: 100%;
        text-align: center;
        margin: 5px 0px !important;
    }

    .audio-list-btn-res {
        width: 100%;
    }

    .audio-list-btn-res input {
        width: 100% !important;
        margin: 5px 0px;
    }

    .script-form-sch .pull-right.form-inline {
        width: 100%;
    }

    .script-form-sch .pull-right.form-inline button {
        width: 100%;
        margin: 0px !important;
    }

    .rec-sech-outer {
        width: 100%;
        position: relative;
    }

    .rec-sech-outer .btn.btn-default {
        border-color: #eaeaea;
        position: absolute;
        top: 4px;
        right: 0px;
        padding: 13px 15px !important;
    }

    .rec-sech-outer .btn.btn-default[type="submit"] {
        right: 42px;
    }

    .lead-head h2 {
        margin: 8px 0px;
        text-align: left;
    }

    .lead-head button {
        float: left;
        margin-top: 5px;
    }

    .mgmt-grp-sech {
        margin: 5px 0px;
    }

    #accountForm .col-sm-9.pr0 {
        padding: 0px;
    }

    #changePasswordForm .close_btn {
        width: 100%;
        margin-top: 10px;
    }

    .res-768-mb10 {
        margin-bottom: 10px;
    }

    .width-100-768 {
        width: 100%;
    }

    .sel-my-mal-out {
        width: 100%;
    }

    .login-lft-out {
        width: 95% !important;
    }

    .sedmil-inr-list {
        width: 1000px;
    }

    .sedmil-outer-list {
        overflow: auto;
    }

    .bor11-out::after {
        display: none;
    }

    .res-100 {
        width: 100%;
    }

    .cont-mgmt-check-out .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0px;
    }

    .cont-mgmt-check-out .checkbox label {
        padding-left: 5px;
    }

    .cont-mgmt-check-out .btn.btn-primary.btn-sm.ml.mt0.serverGo {
        margin-left: 0px !important;
        margin-top: 15px !important;
        width: 100%;
    }

    .checkboxwrap {
        width: 100%;
    }

    .checkboxwrap.pull-left .checkbox {
        width: 25%;
    }

    .comy-list-sch-outer {
        width: 100%;
    }

    .com-faq-head-inner select {
        width: 100%;
        margin-right: 0px;
    }

    .com-faq-head-inner input {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .script-form-sch-12 {
        float: left;
        width: 100%;
    }

    .script-top-sch-12 {
        float: left;
        width: 100%;
        position: relative;
        padding-right: 45px;
    }

    .script-top-sch-12 button {
        position: absolute;
        top: 7px;
        right: 0px;
        width: auto !important;
        padding: 13px 14px !important;
    }

    .rec-sech-email-ryt {
        right: 0px !important;
    }

    .company-list-main .racrossleft {
        padding: 0px;
    }

    .company-list-main .comy-list-sch-outer button.serverGo {
        width: 100%;
        margin: 15px 0px;
    }

    .company-list-main .prosp-serh-left {
        width: 92%;
    }

    .audiolist-main .prosp-serh-left button::after {
        display: none;
    }

    .audiolist-main .prosp-serh-left button {
        position: static;
        margin: 0px !important;
    }

    .audiolist-main .prosp-serh-left {
        width: 100%;
        padding: 0px;
    }

    .audiolist-main .res-550.margin-bottom-1200 {
        float: left;
        padding: 0px;
        margin: 0px;
        margin-top: 5px;
    }

    .email-summary-main .email-head-ryt-btn-select {
        width: 95%;
        padding-left: 30px;
        margin-top: 15px;
    }

    .email-summary-main .email-head-ryt-btn {
        margin-top: 10px;
        float: left;
        margin-left: 30px;
        margin-right: 0px;
    }

    .agent-summary-main .compain-block {
        width: auto;
    }

    .users-main .user-search.adv-sch-outer {
        width: 96%;
        margin-bottom: 20px;
    }

    .script-main .prosp-serh-left button::after {
        display: none;
    }

    .script-main .prosp-serh-left button {
        position: relative;
    }

    .script-main .prosp-serh-left {
        width: 100%;
        padding: 0px;
        margin-top: 15px;
    }

    .rec-sech-outer-main {
        width: 100%;
        margin-top: 15px;
    }

    .rec-sech-outer-main .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .rec-sech-outer-main .prosp-serh-left button::after {
        display: none;
    }

    .rec-sech-outer-main .prosp-serh-left button {
        position: relative;
        width: 100%;
    }

    .rec-sech-outer-main .prosp-serh-left {
        padding: 0px;
    }

    .smptlisting-main .rec-sech-outer {
        width: 100%;
        margin-top: 12px;
    }

    .smptlisting-main .rec-sech-outer .adv-sch-ryt_smtpListing {
        padding: 0px;
    }

    .smptlisting-main .prosp-serh-left input[type="text"] {
        margin: 0px;
    }

    .emailaddress-main #searchForm {
        margin-right: 0px;
        margin-top: 28px;
        width: 100%;
        padding: 0px 30px;
    }

    .emailaddress-main .rec-sech-outer input {
        margin: 0px;
    }

    .emailaddress-main .rec-sech-outer {
        width: 100%;
    }

    .email-template-list-main #searchForm {
        width: 100%;
    }

    .email-template-list-main .prosp-serh-left input[type="text"] {
        margin: 0px;
    }

    .email-template-list-main .prosp-serh-left {
        width: 100%;
    }

    .email-template-list-main .racodebox {
        margin-left: 0px;
    }

    .email-template-list-main .adv-sch-ryt {
        padding-left: 0px;
    }

    #predesigned-templates .col-sm-2 {
        width: 50%;
        float: left;
    }

}

@media (max-width: 600px) {
    div.brand-logo {
        margin-bottom: 8px;
    }

    .new-top-header-out select {
        padding-right: 20px;
    }

    .custom-inner-wrapper.newsletter {
        padding-top: 0;
    }

    .side-bar-left.top-send-menu .dropdown-menu {
        /* background-color: #e7f0f8 !important;
        border-radius: 0 !important;
        box-shadow: none !important; */
    }

    .new_design_theme .modal-body textarea,
    .mce-edit-area iframe {
        width: 100% !important;
    }

    .edit-ul-btn {
        position: static;
        right: 20px;
        top: 34px;
        z-index: 4;
        margin-bottom: 20px;
        margin-top: 15px;
        float: left;
    }

    .mng-list-content ul li h5 {
        padding-left: 0px;
    }

    .edit-ul-btn a {
        margin-left: 0px;
        margin-right: 10px;
    }

    .mng-list-content .mng-edit-head h4 {
        width: 100%;
        text-align: left;
    }

    .mng-edit-head {
        text-align: left;
        margin-bottom: 22px;
    }

    .mng-edit-head p {
        margin-top: 0px;
        width: 100%;
        text-align: left;
    }

    .mng-list-icon {
        display: none;
    }

    .mng-list-content {
        padding-left: 0px;
    }

    .mng-list-body::after {
        display: none;
    }

    .mng-list-head a {
        float: left;
        margin: 4px;
    }

    .sel-dropcom-abs {
        position: static !important;
        width: 100% !important;
        float: left;
    }

    .headings-label {
        width: 100%;
    }

    .headings-label {
        width: 100%;
    }

    .headings-label ul li {
        border: none !important;
        width: 45%;
    }

    .nav-tabs>li {
        width: 50%;
        margin: 10px 0px;
    }

    .billing-outer-btns button {
        width: 100%;
        margin: 5px 0px !important;
    }

    .embed-container {
        padding: 0px;
    }

    .user-search.adv-sch-outer {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.edit-camp-ul li {
        margin-left: 0px;
        width: 100%;
    }

    section.login-sec {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }

    .mng-list-body {
        padding-bottom: 20px;
    }

    .lead-main-head.res-dsh-b h2 {
        width: 100%;
        float: left;
    }

    .lead-main-head.res-dsh-b a {
        margin: 5px 0px;
    }

    .login-sec .log-input .checkbox .pull-right {
        width: 100%;
        text-align: left;
    }

    .login-sec .log-input .checkbox .pull-right a {
        padding-left: 0px !important;
    }

    .custom-inner-wrapper {
        padding: 25px 15px 15px;
    }

    .custom-inner-wrapper h3.mt0 {
        padding-left: 25px !important;
    }

    span.plustab {
        margin-left: 0px;
    }

    .email-head-ryt-btn-select {
        width: 95%;
        padding-right: 40px;
        padding-left: 5%;
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .hed-txt-min {
        display: inline-block;
        vertical-align: top;
        width: 92%;
        margin-top: 5px;
    }

    .nav-tabs>li.active>a {
        border: 1px solid #dddddd !important;
    }

    ul.dropdown-menu table td .btn {
        font-size: 14px !important;
        padding: 9px 9px !important;
    }

    .sum-sms-res {
        float: left;
        width: 100%;
        margin-top: 12px;
    }

    .sum-sms-res a {
        margin-left: 0px;
    }

    .lead-main-head.res-dsh-b a {
        margin: 5px 0px !important;
        width: 100%;
        text-align: center;
    }

    .comy-list-sch-inner {
        width: 100%;
        margin-top: 10px;
    }

    .con-mgm-nav-out ul.nav.nav-tabs li a {
        width: 100%;
    }

    .nav-tabs>li a {
        width: 100%;
    }

    .sms-trdash-o-this span.plustab {
        margin-left: 0px;
        width: 100%;
        margin-top: 15px;
    }

    .sms-trdash-o-this.nav-tabs>li {
        width: 100%;
        margin: 0px;
    }

    .btn {
        font-size: 13px !important;
        padding: 8px 10px !important;
    }

    .grp-mgm-main .headings-label {
        width: 100%;
    }

    .grp-mgm-main .headings-label ul li {
        padding-right: 0px;
    }

    .email-summary-main .email-head-ryt-btn {
        margin-top: 15px;
        margin-right: 0px;
        margin-left: 30px;
        float: left;
    }

    .email-triger-dash-main .nav-tabs>li {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        position: relative;
    }

    .email-triger-dash-main .nav-tabs>li span {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .email-triger-dash-main .nav-tabs>li span a {
        padding: 7px 13px;
    }

    .email-triger-dash-main .nav-tabs>li a {
        padding-left: 52px;
    }

    .billing-main .panel-heading.billing-outer-btns {
        width: 100%;
        margin: 0px;
    }

    .manage-tags-main .panel-heading button {
        width: 100%;
        margin-top: 10px;
    }

    .new-top-header-out select {
        width: 100% !important;
        height: 46px !important;
        /* width: 150px !important; */
    }

}

@media (max-width: 538px) {
    .new-top-header-out ul.nav.navbar-nav {
        top: -12px !important;
        right: -35px;
    }
}

@media (max-width: 480px) {
    .campaign_headerBar {
        display: inline !important;
    }

    div.hed-txt-min {
        margin-left: 0 !important;
        width: 89%;
    }

    .nav-top1-res {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        float: right !important;
    }


    h3.mt0 {
        font-size: 25px !important;
    }

    .lead-body a {
        display: inline-block;
    }

    .lead-body a button {
        width: 100%;
    }

    .blk-full-btns {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .mng-camlist h3 {
        font-size: 16px;
    }

    .follow-type a {
        width: 100%;
        display: inline-block;
    }

    .follow-type a button {
        width: 100%;
        display: inline-block;
    }

    .embed-container iframe {
        height: auto;
    }

    .login-lft-out .log-input .checkbox .pull-right {
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }

    .login-lft-out .h4.forg-btn {
        font-size: 13px !important;
    }

    .rebtn-ryt {
        position: relative;
    }

    .wrapper>footer {
        height: 86px !important;
        padding-right: 0px !important;
    }

    .layout-fixed .wrapper>section {
        margin-bottom: 90px !important;
    }

    .ser-pro-tblbtns button {
        width: 100%;
        margin: 5px 0px !important;
    }

    .wrapper>footer span {
        width: 100%;
    }

    .adv-sch-ryt-inr button {
        width: 37px !important;
    }

    .forms-main .companylist-sch .pull-right.form-inline button {
        width: 100%;
        margin-top: 10px !important;
    }

    .forms-main .companylist-sch .pull-right.form-inline a {
        width: 100%;
    }

}

.margin-right-1 {
    margin-right: 1%;
}

.schdedule_code {
    background-color: #297FB8;
    color: #fff;
}


@media (max-width: 400px) {

    .nav-tabs>li {
        width: 100%;
    }

    .nav-tabs>li {
        width: 100%;
    }

    .agent-summary-main .comp-block-left {
        width: 100%;
    }

    .agent-summary-main .comp-block-right {
        width: 100%;
        text-align: left !important;
    }


}


@media (max-width: 380px) {
    div.hed-txt-min {
        width: 86%;
    }

    .headings-label ul li {
        width: 43%;
        margin-right: 0px;
    }

    .grp-mgm-main .headings-label ul li {
        width: 100%;
    }

}


@media (max-width: 340px) {

    .new-top-header-out ul.nav.navbar-nav {
        top: 96px;
    }
}


.csv_table th {
    padding: 10px 0;
}


/*************** CREATE HTML EMAIL *****************/

#gjs {
    height: 100vh !important;
}

.template-block {
    margin-bottom: 20px;
    padding: 0 15px 0 15px !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

.list-templates-block {
    margin-top: 30px;
}

.template-image {
    height: 290px;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
}

.template-image img {
    width: 98%;
    height: auto;
}

.template-image.blanktemplate img {
    width: 75%;
    height: auto;
    margin-top: 20px;
}

.template-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    padding-top: 100px;
}

.template-buttons button {
    font-size: 13px !important;
    margin: 4px 2px;
}

.template-block:hover .template-buttons {
    display: block;
}

.gjs-pn-panel label {
    margin-bottom: 0 !important;
}

.gjs-pn-panels>.gjs-pn-panel:first-child {
    display: none;
}

.exit-link {
    float: right;
    top: 30px;
    position: absolute;
    right: 10px;
}

.exit-link a {
    background: #fff;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #00acd8 !important;
    padding: 9px 15px !important;
    border: 1px solid #fff;
}

.exit-link a:hover {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}

.pross-outer {
    float: none;
    width: auto;
    text-align: center;
    margin: 0px;
    padding-left: 0px;
}

.pross-outer li {
    display: inline-block;
    width: 118px;
    position: relative;
}

.pross-outer li i {
    font-size: 22px;
    color: #005b73;
}

.pross-outer li h4 {
    font-size: 14px !important;
    color: #005b73;
    margin-bottom: 0px;
    margin-top: 6px;
    text-transform: uppercase;
}

.pross-outer li::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 74%;
    height: 3px;
    background-color: #005b73;
    border-radius: 5px;
    width: 62px;
}

.pross-outer li:last-child::after {
    display: none;
}

.pross-outer li.active i {
    color: #fff;
}

.pross-outer li.active h4 {
    color: #fff;
}

.pross-outer li.active::after {
    background-color: #fff;
}

.pross-header {
    float: left;
    width: 100%;
    background-color: #00acd8;
    padding: 14px 12px;
}

.create-email-form h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    color: #000;
    text-align: left;
    margin-bottom: 42px;
    text-transform: uppercase;
    padding-left: 12px;
    margin-top: 10px;
}

.create-email-form h3::after {
    content: "";
    left: 16px;
    top: 10px;
    height: 25px;
    width: 7px;
    background: #29ae9f;
    position: absolute;
    z-index: 222;
}

.exit-link a {
    /* background: #fff;
    color: #5e8dbb;
    border-radius: 5px;
    display: inline-block;
    padding: 9px 22px;
    font-size: 15px;
    font-weight: 500; */
}

.send_open i.fa.fa-question-circle {
    color: #00acd8 !important;
}

.pross-header .brand-logo {
    float: left;
}

.pross-header .brand-logo img {
    width: 56px;
}

header.pross-top-hader {
    border: none !important;
    height: auto !important;
    position: unset !important;
}

.layout-fixed .wrapper>section.pross-section {
    margin-top: 0px;
}

.wrapper .create-htmlemail-main {
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    div.brand-logo {
        margin-top: 0 !important;
    }

    .exit-link {
        position: static;
    }

    .pross-outer li {
        width: 90px;
    }

    .pross-outer li::after {
        width: 38px;
    }

    .create-email-form {
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 650px) {
    .pross-outer li::after {
        width: 38px;
    }

    .pross-outer {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    header.pross-top-hader {
        border: none !important;
        height: auto !important;
        position: static !important;
    }

    .layout-fixed .wrapper>section.pross-section {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .pross-outer li::after {
        display: none;
    }

    .pross-outer li {
        width: auto;
        text-align: center;
        margin: 8px 0px;
    }

    .pross-outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pross-outer li h4 {
        font-size: 12px !important;
    }

    .create-email-form h3 {
        font-size: 34px;
        margin-bottom: 35px;
    }

    #predesigned-templates .col-sm-2 {
        width: 100%;
        float: left;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .template-image img {
        position: static;
    }

    .template-image {
        height: auto;
    }

}

.subject-tags {
    padding: 4px 12px !important;
}

.pross-outer li.notavailable {
    pointer-events: none;
}

.pross-outer li.available:hover i,
.pross-outer li.available:hover h4 {
    color: #efefef;
}

.pross-outer li:hover.available::after {
    background-color: #efefef;
}

.subject-tags-blk {
    padding-right: 15px;
}

.subject-label {
    margin-left: 15px;
}

.subject-remove-label {
    margin-right: 15px;
    font-size: 18px;
    margin-top: 10px;
}

.subject-remove-label a {
    color: #000000;
}

div#ab_testing_blk {
    /*background-color: #84848221;*/
    padding: 30px 10px 30px 10px;
}

div.select-recipient-main {
    margin-top: 20px;
}

.html-editor-navbar .navbar {
    margin-bottom: 0px !important;
    border: none !important;
}

.gjs-am-assets-header {
    display: none;
}

span.no-assets-found {
    width: 100%;
    text-align: center;
}

div#image-upload-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.46);
    z-index: 9;
    text-align: center;
    display: none;
    border-radius: 3px;
}

div#image-upload-animation i {
    font-size: 26px;
    position: sticky;
    top: 48%;
}

div.gjs-mdl-dialog {
    background-color: #ffffff;
    color: #000000;
}

div.seg_modal input {
    padding: 12px 10px;
}

div.seg_modal .parsley-errors-list {
    float: left;
    width: 100%;
}

div#send-test-email {
    display: none;
    width: 450px;
}

.gjs-asset-manager {
    width: 850px;
}

div#html-editor-blk {
    position: relative;
    z-index: -1;
}

div#spam-score-result {
    display: none;
    width: 450px;
}

.input-field-blk {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

div#save-as-template {
    width: 450px;
    display: none;
}

.toast {
    box-shadow: none !important;
    opacity: 1 !important;
}

.ptop {
    padding-top: 108px;
}

.sel-com-text.contact-list-blk div {
    /* height: 30px; */
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

div.send-options {
    margin-bottom: 20px;
}

div.subject_get_res {
    max-height: 600px;
    overflow: auto;
    margin-bottom: 20px;
}

.dkim-status {
    margin-bottom: 8px;
    font-weight: 700;
}

.dkim-refresh {
    margin-right: 8px;
}

table.dkimTable {
    border-collapse: separate;
}

/*************** CREATE HTML EMAIL END *****************/
.user_info_affl h4 {
    font-weight: 600;
    margin-top: 0;
}

.table-responsive.user_info_affl {
    padding-bottom: 0px;
}

.logs-outer {
    padding: 10px 20px;
}

.edit_arpreach {
    border: 1px solid #efebeb !important;
    padding: 10px;
}

.campaign_headerBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show_companiesBtn {
    background: #fba648;
    border-radius: 0 5px 5px 0;
    height: 46px;
    right: -44px;
    position: absolute;
    top: 0;
    width: 46px;
    cursor: pointer;
    border: 1px solid #fba648;
    text-align: center;
    z-index: 99;
    transition: ease-in .2s;
}

.show_companiesBtn a#icon-building {
    margin-left: 0;
    height: 47px;
    width: 44px;
}

.show_companiesBtn a#icon-building i {
    font-size: 20px;
    color: #000;
    line-height: 46px;
    text-align: center;
}

.new-top-header-out select {
    /* width: 300px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #666;
    padding-left: 12px;
    font-size: 14px;
    display: inline-block;
    margin-top: 2px; */
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
    border-right: 0;
    width: 425px;
    padding: 9px 30px 9px 10px;
    height: 46px;
    font-size: 15px;
}

.side-bar-left.top-send-menu .dropdown-menu {
    margin-top: 9px;
}

.menu_tabButtons {
    background: #e7f0f8;
    padding: 0 20px 0;
}

.menu_tabButtons ul {
    padding: 10px 0 0 0;
    margin-bottom: 0;
}

.menu_tabButtons ul li {
    display: inline-block;
}

.menu_tabButtons ul li a {
    background-color: #fff;
    border: 1px solid #73c2d6;
    padding: 10px 15px;
    border-radius: 5px;
    color: #0190b5;
    margin-right: 10px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
}

.menu_tabButtons ul li a:hover,
.menu_tabButtons ul li.submenu-active a {
    background-color: #00acd8;
    color: #fff;
    border-color: #00acd8;
}

.side-bar-left.bottom-send-menu {
    border-bottom: 1px solid #ddd;
}

.side-bar-left.bottom-send-menu ul li a {
    color: #000 !important;
    font-weight: 600;
}

.side-bar-left.bottom-send-menu ul li a:hover,
.side-bar-left.bottom-send-menu ul li.active a {
    color: #fff !important;
}

.main_navigationWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action_verifywrap {
    position: absolute;
    right: -240px;
    top: 10px;
}

.verify_textSpan {
    color: #ff902b;
    font-size: 16px;
    cursor: pointer;
    display: block !important;
    float: left;
}

.action_textSpan {
    float: left;
    margin-left: 18px;
}

.action_textSpan a {
    color: #ff902b;
}

.domain_nameLogo {
    display: flex;
    align-items: center;
    color: #fff;
}

@media (max-width: 1440px) {
    .new-top-header-out select {
        width: auto;
    }
}

.pl-25 {
    padding-left: 25px !important;
}

.modal-dialog {
    top: 10px !important;
}

.table>tbody>tr>td .btn-group .btn-primary:hover {
    background: #008eb3;
    color: #fff;
    border-color: #008eb3;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.42);
}

.btn {
    margin-bottom: 5px !important;
}

.fs20 {
    font-size: 20px;
}

.w-auto {
    width: auto !important;
}

.w-maxauto {
    max-width: auto !important;
}

.accord_noteText {
    margin-left: 5%;
}

.Note_advanceContent {
    padding-top: 20px;
}

.Note_advanceContent h1 {
    font-size: 20px;
    font-weight: 600;
}

.Note_advanceContent ol {
    padding: 0 0 0 16px;
}

.Note_advanceContent ol li {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 10px;
}

@media (max-width: 650px) {
    .accord_noteText {
        margin-left: 0px;
        display: block;
        margin-top: 13px;
    }
}

ul.ltr_day {
    text-align: left;
}

ul.ltr_day button {
    margin-top: 5px;
    padding: 5px 10px !important;
    height: auto !important;
    margin-left: 10px;
    border-color: #00acd8;
    background: #00acd8;
    color: #fff;
}

.ltr_day button:hover {
    background-color: #e7f0f8 !important;
    color: #00acd8 !important;
    border: 1px solid #aabcce !important;
}

#prettyLinkForm input::placeholder,
.prosp-serh-left input[type=text]::placeholder,
.sms_report input[type=text]::placeholder,
textarea.form-control::placeholder,
.sms_report7 input[type=text]::placeholder,
#creditForm input[type=text]::placeholder,
.sms_report.block_box input[type=email]::placeholder,
.sms_report input[type=email]::placeholder {
    color: #000;
}

#saveemailsettings input.form-control::placeholder,
.new_design_theme textarea.form-control::placeholder,
.custom-pop-body textarea.form-control::placeholder {
    color: #969b9e;
}

.custom-pop-body textarea.form-control {
    background-color: #fff;
    border-color: #c1c1c1;
}

@media (max-width: 767px) {
    .custom-pop-footer {
        display: inline-block;
    }

    .custom-pop-footer .bottom_section {
        padding: 0px 15px 5px 15px;
        float: left;
        width: 100%;
        margin-top: 5px !important;
    }

    ul.ltr_day {
        text-align: center;
    }

}

#followupFormId .custom-pop-body,
#followupForm .custom-pop-body {
    max-height: none;
    padding: 0px;
}

#followupFormId .custom-pop-header i,
#followupForm .custom-pop-header i {
    top: 5px;
}

@media (max-width: 1100px) {
    .custom-pop-main {
        width: 100%;
    }
}

.side-bar-left ul li.adminAuthSession_wrap {
    display: inherit;
}

.side-bar-left ul li.adminAuthSession_wrap ul {
    width: auto;
    float: right;
    margin-top: 6px !important;
    padding: 0 !important;
}

.side-bar-left ul li.adminAuthSession_wrap a.outer_sessionWrap {
    margin-right: 70px;
    float: none;
    width: auto;
    display: inline-block;
    padding: 4px 25px 9px !important;
}

.side-bar-left ul li.adminAuthSession_wrap a span {
    float: inherit !important;
    display: block;
    width: auto !important;
    text-transform: lowercase;
}

.table .icon-settings {
    display: none;
}

.btn.btn-light-lg {
    border: 1px solid #44bfd3 !important;
    background-color: #fff;
    height: 46px !important;
    padding: 10px !important;
    line-height: 25px !important;
}

.btn.btn-light-lg:hover {
    background-color: #00acd8;
    color: #fff;
}

._tag_select.form-control {
    height: 44px;
    border-color: #fff;
}

._tb_refresh .email-head-ryt-btn-select {
    background: #fff;
    border-radius: 3px;
    padding-right: 46px;
    width: 100%;
}

._tb_refresh .email-head-ryt-btn-select a i {
    font-size: 27px;
    line-height: 1.3;
    position: absolute;
    right: 8px;
    top: 6px;
}

.table._tb_refresh>thead>tr>th {
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    vertical-align: middle;
}

.table._tb_refresh>thead>tr>th:last-child {
    text-align: left;
}

._tb_refresh tr th .rebtn-ryt {
    position: absolute;
    background: #fff !important;
    color: #00acd8;
    height: 34px !important;
    width: 34px;
    padding: 3px !important;
    top: 12px;
    left: 72px;
    text-align: center;
}

._tb_refresh tr th .rebtn-ryt:hover {
    color: #00acd8 !important;
}

._tb_refresh tr th .rebtn-ryt:focus {
    color: #00acd8 !important;
}
