
.leads-builder-label , .leads-builder-heading , .leads-builder-sub-heading , .leads-builder-crm{
    cursor: default;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    top: 50px;
    /*margin-top: 10px;*/
    margin-right: 22px;
    max-width: 400px;
}

.nav-tab-lb-active{
    border-bottom: 0px solid #2C7BD0;
    margin-bottom: -1px;

}
.form-control.defaultvalue,.defaultvalue,.defaultvalue+span{
    display: none !important;
}
.form-control.defaultvalue,.defaultvalue + span {
    display: none;
}
.form-control.defaultvalue.dB,.defaultvalue.dB,.defaultvalue.dB+span{
    display: block !important;
}

.latest_module_syn {
    position: absolute;
    top: 8px;
    right: 0px;
    color: #999;
    font-size: 14px;
}
.latest_module_syn a {

    vertical-align: baseline;
    color: #2C7BD0;
    cursor: pointer;
    opacity: 0.9;
}
.lb_menu_bar{
    position: relative;
}
.latest_module_syn a:hover{
    opacity: 1;
    color: #2C7BD0;
}
.dB{
    display: block;
}
#layout-third-module,#thirdparty-plugin-list{
    display: none;
}
.editupdatecount {
    background: red;
    color: #fff;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    text-align: center;
    font-size: 10px;
    margin-left: 4px;
}
tr.active{    background-color: #fffced;}
tr.active td{    border-bottom-color: #F7EFE3!important;background-color: #fffced !important;}

.outlineprimary{
    background-image: none;
    color: #3c98dd;
    border: 1px solid #3c98dd;
    display: inline-block;
}
.outlineprimary:hover{
    border-bottom: solid 1px #1b70b0;
    color:#fff;
    background-color: #3c98dd;
}
.lb_menu_bar a:hover{
    text-decoration: none;
}

.exist_mapping{
    width: 50%;
}
.disabled {
    pointer-events: none;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.headertabs
{
    margin-top:30px;
}

.headertab
{
    padding:10px;
    border:1px solid green;
    border-radius: 5px 5px 0 0;
    text-decoration:none;
    cursor:pointer;
}

.crmforms-sugar-pointer {
    cursor: pointer;
}
/*.selected
{
  background-color:cyan;
}*/

.crmforms-ultimate-menu-link{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: none repeat scroll 0 0 #E8F1F5;
    color: #103A4D;
    padding: 0.75em .5em;
}

.crmforms_pointer {
    cursor: pointer;
}

.position-text-box {
    background: white;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    outline: none;
    border-radius: 5px;
    text-align: center;
    width: 40px;
}

th.crmforms-crm-free-list-view-th {
    padding:10px;
}


.crmforms_alt {
    /*background-color: #f9f9f9;*/
}

.crmforms_alt th h5 {
    font-weight: bold;
}

th.crmforms-crm-free-list-view-th {
    text-align: left;
}

.crmforms_highlight
{

    border: 1px solid #ddd;
    background-color: #ffffff;
}

.crmforms-crm-highlight
{
    padding: 10px;
}
#sort_table{
    border-spacing: 0px 10px;
}
.w100per{
    width:100%;
}

p.display_success {
    height: 40px;
    background-color: rgb(197, 255, 199);
    color: green;
    padding: 10px;
    font-weight: bold;
}
p.display_failure {
    height: 40px;
    background-color: #ffb3b3;
    color: #ff0000;
    padding: 10px;
    font-weight: bold;
}


.settings-table td {
    padding: 10px;
    padding-left: 0px;
}
.edit-icon{}
.activate {
    color: #fff !important;
    background-color: #0074A2;
}

.activate a{
    color: #fff !important;
}

.deactivate a{
    color: #fff !important;
}

.wp-common-crmwrapper{
    background-color: #FAFAFA;
    font-family: "Open Sans",sans-serif;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    margin-right: 25px;

}
/*
.wp-common-crmwrapper h3{
  font: bold 14px Verdana;
  text-decoration: none;
  position: relative;
  padding: 7px 22px;
  color: #fff;
  outline: none;
  background: #222222;
  border: 1px solid #333333;
  margin-top: -10px;
  /* text-transform: uppercase;
}*/

.settings-table h5{
    font-weight: bold;
}



.tooltip {
    outline: none;
}

.tooltip strong {
    line-height: 20px;
}

.tooltip:hover {
    text-decoration: none;
}

.tooltip span {
    z-index: 10;
    display: none;
    padding: 3px 12px;
}

.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 5px solid #DCA;
    border-color:#808080;
    background: #f2f2f2;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 8px;
    border: 0;
    left: -12px;
}

.tooltip span {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;

    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

.tooltipCustompost {

    margin-left: 27px;
    width: 225px;
    line-height: 30px;
}
.tooltip h5 {
    color:#003366;
}

.tooltipPostStatus {
    text-align:initial;
    text-align-top:-20px;
    min-height:auto;
    width:325px;
    margin-top:8px;
    margin-left:0px;
    border-width: 5px;
    border-radius:8px 8px 8px 8px;
    border-style: solid;
    line-height:20px;
    -webkit-margin-start:14px;
    -webkit-margin-end:0px;
    -webkit-margin-before:-8px;
    display:inline-block;
}

.tooltipClearMapping {
    margin-left: 13px;
    width: 225px;
    line-height: 30px;
    -webkit-margin-start: 21px;
    -webkit-margin-end: 0px;
    -webkit-margin-before: -28px;
}

/*CSS Alignment*/
#circlecheck input[type=radio].circlecheckbox {
    position:absolute;
    z-index:-1000;
    /*top:-1000px; */
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px; width:1px;
    margin:-1px; padding:0;
    border:0;
}

#circlecheck input[type=radio].circlecheckbox + label.circle-label {
    background-image:url('../images/err.png');
    padding-left:27px;
    height:22px;
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:14px;
    vertical-align:middle;
    cursor:pointer;
}

#circlecheck input[type=radio].circlecheckbox:checked + label.circle-label {
    background-position: 0 -22px;
    background-image:url('../images/circletick.png');
}
#circlecheck label.circle-label {
    background-image:url('../images/circletick.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*Checkbox Styles*/
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.cmn-toggle-yes-no + label {
    padding: 2px;
    width: 50px;
    height: 30px;
}
input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
}
input.cmn-toggle-yes-no + label:before {
    background-color: #dddddd;
    content: attr(data-off);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
    background-color: #8ce196;
    content: attr(data-on);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

/*style for AutoSync*/

input.cmn-toggle-yes-no-autosync + label {
    padding: 2px;
    width: 180px;
    height: 30px;
}
input.cmn-toggle-yes-no-autosync + label:before, input.cmn-toggle-yes-no-autosync + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
}
input.cmn-toggle-yes-no-autosync + label:before {
    background-color: #8ce196;
    content: attr(data-off);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
input.cmn-toggle-yes-no-autosync + label:after {
    background-color: red;
    content: attr(data-on);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
input.cmn-toggle-yes-no-autosync:checked + label:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
input.cmn-toggle-yes-no-autosync:checked + label:after {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}


/*end AutoSync*/



.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 9999999;
}
#loading-image{
   display: none; width:250px; height: 220px; position: fixed; top: 50%; left: 50%; text-align:center; padding:10px; font:normal 16px Tahoma, Geneva, sans-serif; font-weight:bold; color:#FF0000;  margin-left: -50px; margin-top: -50px; z-index:999999;
                overflow: auto;
                background:url("../images/ajax-loaders.gif") no-repeat center;
               }
#assignedusers{
    background-color: #F0AD4E;
    border-color: #EEA236;
    border-radius: 4px;
    color: #FFFFFF;
    border: 1px solid transparent;
}
#loading-sync{ display: none; width:250px; height: 220px; position: fixed; top: 50%; left: 50%; text-align:center; padding:10px; font:normal 16px Tahoma, Geneva, sans-serif; font-weight:bold; color:#FF0000;  margin-left: -50px; margin-top: -50px; z-index:99999; overflow: auto; }

#assignedusers{
    background-color: #F0AD4E;
    border-color: #EEA236;
    border-radius: 4px;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 150px !important;
}
#assignedusers:hover{
    background-color: #f7a131;
    border-color: #f7a738;
}
#fetchbutton:hover {
    background-color: #f7a131;
    border-color: #f7a738;
}
#innerheader {
    /*background-color: #37707D;*/
    background-color: #00a699;
    color: #FFFFFF !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: -10px;
    /*margin: 6px 0 15px 20px;*/
    padding: 25px;
}
/*
#innerheader {
color: #333 !important;
font-family: "Open Sans",sans-serif !important;
font-size: 14px !important;
font-weight: 700 !important;
margin: 6px 0 15px 20px;
}
#inneroptions {
color: #222222 !important;
font-family: "Open Sans",sans-serif !important;
font-size: 16px !important;
font-weight: bold !important;
}
#innertext {
    color: #222222 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-family: "Open Sans",sans-serif !important;
}
*/
#ecom_innertext {
    /*color: #222222 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: "Open Sans",sans-serif !important;*/
}

/*#innersave {
color: #fff !important;
font-family: "Open Sans",sans-serif !important;
font-size: 13px !important;
font-weight: 400 !important;
}*/
.innersave {
    color: #333 !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

#formtext {
    /*color: #333 !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    /*  margin: 6px 0 15px 0px; */
    /*padding: 10px 0px;*/
}
#recaptcha_public_key {
    margin-top:18px;
}
#recaptcha_private_key {
    margin-top:13px;
}

.enablesetting {
    background-color:#0074a2;
    color:#fff;
    border-color: #004f6f;
    box-shadow: 0 1px 0 #00abef inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    margin-right: -4px;
    padding: 5px;
    border-radius:5px;
    text-align:center;
}

.disablesetting {
    background-color: #e6e6e6;
    background-image: linear-gradient(#fff, #fff 25%, #e6e6e6);
    background-repeat: no-repeat;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    line-height: normal;
    margin-right: -4px;
    padding: 5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius:5px;
    text-align:center;
}

.ecommerce-mapping td {
    padding: 5px;
}
.ui-sortable-helper {
    display: table;
}
/*#field-setting-popup{
      background-color: white;
    width: 98%;
    position: absolute;
    top: -30px;
    left: 0px;
    border: solid 1px red;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    z-index: 999999;
}
.freezelayer{
      position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
        opacity: 1;
}*/


li.tab-current:hover,li.tab-current:hover a ,li.tab-current:focus a li.tab-current:focus{
    outline: none;
    text-decoration: none;
    box-shadow:none !important;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-left: -30px;
    font-weight: 300;
    font-size: 1.25em;
}
.tabs-style-underline nav {
    background: #fff;
}
.tabs nav a{
    text-decoration: none;
}
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;border: solid 1px #ddd;
    margin-top: 20px;
}
.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tabs nav li.tab-current a {
    color: #74777b;
}
.tabs-style-underline nav a {
    padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}
.tabs-style-underline nav li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-underline nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
.tabs-style-tzoid nav ul li.tab-current a, .tabs-style-tzoid nav ul li.tab-current a:hover {
    color: #2CC185;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs-style-tzoid nav ul li a {
    padding: 0 1.5em 0 0.3em;
    color: #0d9564;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.tabs-style-tzoid nav {
    padding: 0 1em;
}
.tabs-style-tzoid nav ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tabs nav {
    text-align: center;
}
.tabs-style-tzoid nav ul li.tab-current a::after, .tabs-style-tzoid .content-wrap {
    background: #fff;
    box-shadow: none;
}

.tabs-style-tzoid nav ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #2CC185;
    box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.edit-icon{
    background: transparent url('../images/svgicons.svg') no-repeat scroll;
    width: 13px;
    height: 13px;
    background-position: -120px -246px;
    border: 0;
    cursor: pointer;
    display: inline-block;
}
.text-center{
    text-align: center;
}
.edit-icon:hover{
    background-position: -143px -475px;
}
.listview{
    margin-right:20px;margin-bottom:20px;background:#fff;width:100%;
}
.delete-icon{
    background: transparent url('../images/svgicons.svg')no-repeat -160px -246px;
    width: 11px;
    height: 13px;
    background-position: -160px -246px;;
    border: 0;
    cursor: pointer;
    display: inline-block;    margin-left: 10px;
}
.delete-icon:hover {
    background-position: -181px -474px
}
.zcrm-show {
    visibility: visible;
}
.zcrm-show.zcrm-effect .zcrm-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}
.zcrm-effect .zcrm-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}
.zcrm-effect .zcrm-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.popup-model-header.bxShTp {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.bxShTp {
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4)!important;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4)!important;
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4)!important;
}
.bxShTp {
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
}

.popup-model-content {
    padding: 30px 30px 30px 30px;
    max-height: 400px;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.popup-model-footer {
    padding: 20px 30px 20px 30px;
    background-color: #fff;
    text-align: right;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    transition: .5s all ease;
}.popup-model-header {
    padding: 20px 30px 16px;
    background-color: #f0f1f3;
    border-bottom: 1px solid #ccc;
}.zcrm-content {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    overflow: auto;
}.zcrm-effect {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s;
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
    opacity: 1;
}.box-sh {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
.zcrm-modal {
    position: fixed;
    top: 0px;
    left: 50%;
    min-width: 550px;
    height: auto;
    z-index: 249;display: none;
}
#sort_table td,#sort_table th{
    padding: 10px 10px 10px 10px;
    border: solid 1px #e7e7e7;
}

.border-leftTrans{
    border-left: 1px solid transparent !important;
}
.border-rightTrans{
    border-right: 1px solid transparent !important;
}
.border-topTrans{
    border-top: 1px solid transparent !important;
}
#sort_table tbody tr:hover{
    cursor: move;

}
.border_ddd{
    border-bottom: solid 1px #ddd;
}
.sortable-icon{
    min-width: 0px;
    padding-right: 0px !important;
    margin: 0px !important;

}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
#sort_table tbody tr:hover td.sortable-icon:before{
    visibility: visible;
}
td.sortable-icon:before{
    background: transparent url('../images/svgicons.svg') no-repeat scroll;

    background-position: -158px -1861px;
    width: 5px;
    height: 11px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    content:""; visibility: hidden;
}
input[type=checkbox], input[type=radio] {
    margin: -3px 3px 0 0px !important;
}
.pR{position: relative;}


#field-setting-popup{
    display: none;
    background: #fff;
}
#sort_table td,.new_table td{
    padding:10px 10px;
}


.fR{
    float:right;
}
.fL{
    float:left;
}

.show-field{
    background: url(../images/svgicons.svg) no-repeat -293px -1279px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
#adminmenu .wp-menu-image img {
    padding: 6px 0px 0px 0px !important;
}
.not-show-field{
    background: url(../images/svgicons.svg) no-repeat -275px -1279px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
input[type=checkbox]:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
}
span.smaill-loading-image {
    width: 20px;
    height: 20px;
    background: url("../images/small-loader.gif");
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    display: none;position: absolute;
    right: -24px;
    top: 6px;
}
.module-name{
    position: relative;
}
#field-setting-popup,#mapping-modalbox,#create-new-form-popup,#create-fields-list-popup{
    display: none;
    overflow: visible;
    position: fixed;
    top: 0px;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 1px 16px rgba(0,0,0,0.3);
    left: 0px;
    margin: 0 auto;
    width: 75%;
    right: 0px;
}
.aligncenter{text-align: center;}
#create-new-form-popup,#create-fields-list-popup{
    width: 570px;
}
.newPopup, .massUpdateDiv, #lookupdiv {
    background: white;
    border: 1px solid #ddd;
    position: absolute;
    -webkit-box-shadow: 0 3px 17px rgba(0,0,0,.3);
    box-shadow: 0 3px 17px rgba(0,0,0,.3);
}

label{
    margin:0px !important;
}.crm-msg.crm-band-success {
    border: 1px solid #3fbd5f;
}

.fromTopCenter {
    animation: fromTopCenter 0.5s ease 1 forwards;
    -webkit-animation: fromTopCenter 0.5s ease 1 forwards;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    left: 50%;
}
/* $Id$ */


/* ON-OFF Switch*/
.onOffSwt{cursor:pointer;vertical-align: top;width: 35px;height:20px;display: inline-block;border-radius: 20px;position:relative;background: #ddd;}
.onOffcb{display: none;}
.onOffBtn,.onOffSwt{transition: 200ms ease;}
.onOffBtn{width: 16px;height: 16px;background: #fff;display: inline-block;border-radius: 20px;position: absolute;left: 2px;top: 2px;right:auto;}
input[type="checkbox"].onOffcb:checked + .onOffSwt{background: #72C98A;}
input[type="checkbox"].onOffcb:checked + .onOffSwt .onOffBtn{left: 17px;}

/*Custom Checkbox*/
.cbCheckHtml{cursor: pointer;}
.ccbHtml {background: url(../images/svgicons.svg) no-repeat -79px -474px;cursor: pointer;display: inline-block;height: 15px;/* margin: -4px 0px 0 0; */vertical-align: middle;width: 15px}
/* .ccbTickHtml {border: 1px;border-style: solid;border-width: 2px;border-color: #4ab4fe;width: 4px;height: 8px;border-top: none;border-left: none;transform: rotate(45deg) scale(0);top: 0px;left: 3px;transform-origin: center;display:inline-block;position:absolute;} */
input[type="checkbox"].ccbRealHtml:checked + .ccbHtml {background: url(../images/svgicons.svg) no-repeat -102px -474px;cursor: pointer;display: inline-block;height: 15px;/* margin: -4px 0px 0 0; */vertical-align: middle;width: 15px}
input[type="checkbox"].ccbRealHtml + .ccbHtml + span{-webkit-user-select: none;}


.rbCheckHtml{cursor:pointer; margin-right: 20px; display: inline-block;}
.rbHtml{    background: #fff;display: inline-block; vertical-align: middle; position: relative; width:13px;height:13px;border:1px solid #aaa;border-radius: 50%;}
.rbHtml:after{content:""; display: inline-block; position: absolute;}
.rbTickHtml, .rbHtml:after{transition: 0.15s all ease-In-Out;-webkit-transition: 0.15s all ease-In-Out;border-radius: 50%;background: #4da4f9;width: 7px;height: 7px;border-top: none;border-left: none;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);top: 3px;left: 3px;transform-origin: center;-webkit-transform-origin: center;-moz-transform-origin: center;-ms-transform-origin: center;}
.rbCheckHtml:hover .rbHtml{border:1px solid #4da4f9;}
input[type="radio"].rbRealHtml:checked + .rbHtml .rbTickHtml, .rbCheckHtml input[type="radio"]:checked + .rbHtml:after{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);}
input[type="radio"][disabled].rbRealHtml + .rbHtml{opacity:0.3;border: 1px solid #aaa !important;}
input[type="radio"][disabled].rbRealHtml + .rbHtml +.rbHtmlLb,input[type="radio"][disabled].rbRealHtml + .rbHtml{opacity:0.3;cursor:default;}
.rbHtmlLb{font-size: 1rem; vertical-align: middle; display: inline-block;}
.rbCheckHtml input[type="radio"]{display: none; }

/***On/Off Button***/
.onOffButs{user-select: none; padding: 10px 35px;width:150px;text-align: center;-moz-box-sizing: border-box;
           -webkit-box-sizing: border-box;
           box-sizing: border-box;display: inline-block;background-color: #a7a7a7;color: #fff;border-radius: 3px;cursor: pointer;    transition: 0.2s all ease;position: relative;top:3px;}
input[type="checkbox"].onOffcb:checked+.onOffButs{background: #62c796;}


.is-scroll.ppTop{padding: 0px;}
.ppTop .pp-header{padding: 20px 30px 16px; background-color: #f0f1f3; border-bottom: 1px solid #ccc; box-sizing: border-box; font-size: 1.429rem; font-family: "WPximaNovaLight", Arial,sans-serif;}
.pp-content{padding:  30px; overflow:auto;}
.pp-footer{padding: 20px 30px 20px 30px; background-color: #fff; text-align: right;}
.pp-footer.box-sh{box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3); position: relative; z-index: 10;}

/***ToolTip****/
.wf_tooltip {animation: tootTip 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s 1 forwards;opacity: 0;position: absolute;display: none;background-color: #222222;border: 1px solid #333333;box-shadow: 0 0px 0px 0px #333333;border-bottom: 1px solid #333333;padding: 1px 8px;line-height: 18px;border-radius: 2px;color: #fff;font-size: 14px;font-family: WPximaNovaRegular, arial,sans-serif !important;text-align: left;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);z-index: 250;max-width: 400px;transition: visibility 0.3s ease 0.5s;     word-break: break-word; }
.wf_tooltip.showOnLeft{animation: tootTip-right 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s 1 forwards;}
.wf_tooltip.showOnRight{animation: tootTip-left 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s 1 forwards;}

@keyframes tootTip  {
    0%{transform: translateY(7px);opacity:0;}
    100%{transform: translateY(2px);opacity:1;}
}
@keyframes tootTip-right  {
    0%{transform: translateX(-7px);opacity:0;}
    100%{transform: translateX(2px);opacity:1;}
}
@keyframes tootTip-left  {
    0%{transform: translateX(7px);opacity:0;}
    100%{transform: translateX(2px);opacity:1;}
}
.wf_tooltip.right:after{content: ""; display: inline-block; position: absolute; right: 7px; }
.wf_tooltip.left:after{content: ""; display: inline-block;  position: absolute; left: 9px; }
.wf_tooltip.center:after{content: ""; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%);}
.wf_tooltip.bottom:after{top: -8px; border-bottom: 7px solid #333333; border-left: 7px solid transparent; border-right: 7px solid transparent;}
.wf_tooltip.top:after{bottom: -8px; border-top: 7px solid #333333; border-left: 7px solid transparent; border-right: 7px solid transparent;}
.wf_tooltip.showOnRight:after{content: ""; display: inline-block;  position: absolute; left: -14px; border-top: 7px solid transparent; border-right: 7px solid #222222; border-bottom: 7px solid transparent;}
.wf_tooltip.showOnLeft:after{content: ""; display: inline-block;  position: absolute; right: -14px; border-top: 7px solid transparent; border-left: 7px solid #222222; border-bottom: 7px solid transparent;}
.wf_tooltip.showOnRight.top:after, .wf_tooltip.showOnRight.top:after{bottom: 10px; top: auto;}
.wf_tooltip.showOnRight.bottom:after, .wf_tooltip.showOnLeft.bottom:after{top: 10px; bottom: auto;}

.wf_tooltip.noneArrow:after{display: none;}
.tt_showtop.wf_tooltip:after{border-top: 8px solid #222; border-bottom: none; bottom: -8px; top: auto;}



/****Message Band****/
.crm-msg{box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);padding:0px 50px 0px 0px;position: fixed; z-index: 999999;background: #fff;border-radius: 2px; color: #333; font-size: 15px;transition: 0.3s all ease;display: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.crm-msg-cnt{display: inline-block;vertical-align: top;padding: 10px 0px 10px 60px;}
.crm-msg.crm-band-success{border: 1px solid #3fbd5f;}
.crm-msg.crm-band-error{border: 1px solid #ee4242;}
.crm-msg.crm-band-info{border: 1px solid #188bc7;}
.crm-msg.crm-band-warn{border: 1px solid #e98432;}

.crm-msg .cm-ico:after{content:"";position: absolute;left: 43px;top: 35%;}
.crm-msg.crm-band-success .cm-ico:after{border-left: 8px solid #3fbd5f;border-top: 6px solid transparent;border-bottom: 6px solid transparent;}
.crm-msg.crm-band-error .cm-ico:after{border-left: 8px solid #ee4242;border-top: 6px solid transparent;border-bottom: 6px solid transparent;}
.crm-msg.crm-band-info .cm-ico:after{border-left: 8px solid #188bc7;border-top: 6px solid transparent;border-bottom: 6px solid transparent;}
.crm-msg.crm-band-warn .cm-ico:after{border-left: 8px solid #e98432;border-top: 6px solid transparent;border-bottom: 6px solid transparent;}

.crm-msg .cm-ico{width: 45px;height: 100%;display: inline-block;position: absolute;}

.crm-msg.crm-band-success .cm-ico{background: #3fbd5f;}
.crm-msg.crm-band-error .cm-ico{background: #ee4242;}
.crm-msg.crm-band-info .cm-ico{background: #188bc7;}
.crm-msg.crm-band-warn .cm-ico{background: #e98432;}

.crm-msg .cm-ico:before{position:absolute;left: 12px;top: 25%; display: inline-block;}

.crm-msg.crm-band-success .cm-ico:before{content: "";background: url('../images/svgicons.svg') no-repeat -182px -1162px;background-color: #3fbd5f;width: 20px;height: 20px;}
.crm-msg.crm-band-error .cm-ico:before{content: "";background: url('../images/svgicons.svg') no-repeat -155px -1162px;background-color: #ee4242;width: 22px;height: 19px;}
.crm-msg.crm-band-info .cm-ico:before{content: "";background: url('../images/svgicons.svg') no-repeat -234px -1162px;background-color: #188bc7;width: 20px;height: 20px;}
.crm-msg.crm-band-warn .cm-ico:before{content: "";background: url('../images/svgicons.svg') no-repeat -208px -1162px;background-color: #e98432;width: 20px;height: 20px;}

.fromTopCenter{animation: fromTopCenter 0.5s ease 1 forwards; -webkit-animation: fromTopCenter 0.5s ease 1 forwards; transform: translatex(-50%); -webkit-transform: translatex(-50%); -moz-transform: translatex(-50%); -ms-transform: translatex(-50%);left: 50%;}
@keyframes fromTopCenter  {
    0%{top: -100px;opacity: 0;}
    50%{top: 60px;opacity: 1;}
    65%{top: 50px;opacity: 1;}
    80%{top: 57px;opacity: 1;}
    100%{top: 55px;opacity: 1;}
}
.crm-msg-close{background: url('../images/svgicons.svg') no-repeat -3px -1144px;width: 9px;height: 9px;display: inline-block;    position: absolute;cursor: pointer;top: 15px;right: 15px; }



/*****Sortable DIV******/
.crm_sorting{position: relative;}
.crm_sorting > div{width: 100% !Important; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;position: relative !Important;top: 0px !Important;left: 0px !important;    border-radius: 0px;
                   background: rgba(255,255,255,1);}
.crm_sorting > div.placeholder{ background: red; display: none;}
.crm_sorting > div.sortingEle{box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 7px 1px !Important; background: rgba(255,255,255,0.3); }
.crm_sorting > div.sortAnim{transition: 0.3s transform ease;}
.wf_link_white a { color:#fff; }

.pp-content {
    padding: 30px;
    overflow: auto;
    max-height: 400px;
}
.col-md-offset-1 {
    margin-left: 0px !important;
}
.ppTop .pp-header {
    padding: 20px 30px 16px;
    background-color: #f0f1f3;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 18px;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

label{
    color: #222;
    -webkit-font-smoothing: antialiased;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !Important;
}

.pp-content {
    padding: 30px;
    overflow: auto;
}
.pp-footer {
    padding: 20px 30px 20px 30px;
    background-color: #fff;
    text-align: right;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

    padding-right: 0px !important;
    padding-left: 0px !important;
}
.onoffswitch {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    position: relative;
    width: 35px;
    display: inline-block;
    text-align: center;
}
.onoffswitch-checkbox {
    display: none;
}

.pR, .posRel, .posrel {
    position: relative;
}

.onoffswitch-inner {
    display: block;
    height: 18px;
    padding: 0;
    line-height: 18px;
    font-size: .714rem;
    width: 100%;
    transition: all .3s ease 0s;
    padding-right: 3px;
    background-color: #E2E2E2;
    color: #999;
    border-radius: 10px;
    border: 1px solid #DDD;
    text-align: right;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0;
}
.onoffswitch-inner {
    display: block;
    height: 18px;
    padding: 0;
    line-height: 18px;
    font-size: .714rem;
    width: 100%;
    transition: all .3s ease 0s;
    padding-right: 3px;
    background-color: #E2E2E2;
    color: #999;
    border-radius: 10px;
    border: 1px solid #DDD;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    background: #FFF;
    border-radius: 15px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 15px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    box-shadow: 0 1px 1px #FFF inset, 0 1px 1px rgba(0,0,0,0.25);
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 18px;
    height: 20px;
    width: 35px;
}input, textarea {
    outline: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    background-color: #72C98A;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.on .onoffswitch-inner {
    background-color: #72C98A;
}
.on .onoffswitch-inner {
    padding-left: 4px;
    background-color: #82DA76;
    color: #FFF;
}
.freezelayer {
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0.5;
    overflow: hidden;
}
.cP{
    cursor: pointer;
}
.form-setting-icon{
    background: url(../images/svgicons.svg) no-repeat -114px -395px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transform: scale(1.3);
    position: absolute;
    left: -20px;
    top: 3px;
    cursor: pointer;
    opacity: 1;
    content: "";
    display: inline-block;
}
.form-setting-icon:hover{
    opacity: 1;
}
.syn-now{
    cursor: pointer;
    color: #3c98dd;
    opacity: 0.9;
}
.syn-now:hover{
    color: #3c98dd;
    text-decoration: underline;
    opacity: 1;
}
.circle-loader {
    margin: 0 0 30px 10px;
    border: 2px solid rgba(197, 191, 191, 0.2);

    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.dIB{
    display: inline-block;
}
.dN{
    display: none;
}
#Leads-module.enableloading,#Contacts-module.enableloading,#Users-module.enableloading{
    border-left-color: #5cb85c;
}
.circle-loader,
.circle-loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color:#5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;

}
.checkmark.draw:after{
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}
.checkmark:after{
    opacity: 1;
    opacity: 1;
    height: 15px;
    width: 7px;
    transform-origin: left top;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
    content: '';
    left: 6px;
    top: 14px;
    position: absolute;
}
@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 7px;
        opacity: 1;
    }
    40% {
        height: 15px;
        width: 7px;
        opacity: 1;
    }
    100% {
        height: 15px;
        width: 7px;
        opacity: 1;
    }
}
.nav-tab {
    float: left;
    border: 0px solid transparent !important;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #555;
    border-bottom:1px solid transparent;
}
.crmforms_highlight .save-label-btn{
    visibility: hidden;
}
.crmforms_highlight:hover .save-label-btn{
    visibility: visible;

}
.nav-tab:hover,.nav-tab.active{
    border-bottom: solid 1px #3c98dd;
}
dd, li {
    position: relative;
}
.last-record-update-date{
    display: inline-block;
    position: absolute;
    top: -45px;
    right: 15px;
    font-size: 11px;
}

/*  Margin & Padding Start */
.m0 {
    margin: 0px !important; }

.mt0 {
    margin-top: 0px !important; }

.mb0 {
    margin-bottom: 0px !important; }

.ml0 {
    margin-left: 0px !important; }

.mr0 {
    margin-right: 0px !important; }

.p0 {
    padding: 0px !important; }

.pt0 {
    padding-top: 0px !important; }

.pb0 {
    padding-bottom: 0px !important; }

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

.pr0 {
    padding-right: 0px !important; }

.m5 {
    margin: 5px !important; }

.mt5 {
    margin-top: 5px !important; }

.mb5 {
    margin-bottom: 5px !important; }

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

.mr5 {
    margin-right: 5px !important; }

.p5 {
    padding: 5px !important; }

.pt5 {
    padding-top: 5px !important; }

.pb5 {
    padding-bottom: 5px !important; }

.pl5 {
    padding-left: 5px !important; }

.pr5 {
    padding-right: 5px !important; }

.m10 {
    margin: 10px !important; }

.mt10 {
    margin-top: 10px !important; }

.mb10 {
    margin-bottom: 10px !important; }

.ml10 {
    margin-left: 10px !important; }

.mr10 {
    margin-right: 10px !important; }

.p10 {
    padding: 10px !important; }

.pt10 {
    padding-top: 10px !important; }

.pb10 {
    padding-bottom: 10px !important; }

.pl10 {
    padding-left: 10px !important; }

.pr10 {
    padding-right: 10px !important; }

.m15 {
    margin: 15px !important; }

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

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

.ml15 {
    margin-left: 15px !important; }

.mr15 {
    margin-right: 15px !important; }

.p15 {
    padding: 15px !important; }

.pt15 {
    padding-top: 15px !important; }

.pb15 {
    padding-bottom: 15px !important; }

.pl15 {
    padding-left: 15px !important; }

.pr15 {
    padding-right: 15px !important; }

.m20 {
    margin: 20px !important; }

.mt20 {
    margin-top: 20px !important; }

.mb20 {
    margin-bottom: 20px !important; }

.ml20 {
    margin-left: 20px !important; }

.mr20 {
    margin-right: 20px !important; }

.p20 {
    padding: 20px !important; }

.pt20 {
    padding-top: 20px !important; }

.pb20 {
    padding-bottom: 20px !important; }

.pl20 {
    padding-left: 20px !important; }

.pr20 {
    padding-right: 20px !important; }

.m25 {
    margin: 25px !important; }

.mt25 {
    margin-top: 25px !important; }

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

.ml25 {
    margin-left: 25px !important; }

.mr25 {
    margin-right: 25px !important; }

.p25 {
    padding: 25px !important; }

.pt25 {
    padding-top: 25px !important; }

.pb25 {
    padding-bottom: 25px !important; }

.pl25 {
    padding-left: 25px !important; }

.pr25 {
    padding-right: 25px !important; }

.m30 {
    margin: 30px !important; }

.mt30 {
    margin-top: 30px !important; }

.mb30 {
    margin-bottom: 30px !important; }

.ml30 {
    margin-left: 30px !important; }

.mr30 {
    margin-right: 30px !important; }

.p30 {
    padding: 30px !important; }

.pt30 {
    padding-top: 30px !important; }

.pb30 {
    padding-bottom: 30px !important; }

.pl30 {
    padding-left: 30px !important; }

.pr30 {
    padding-right: 30px !important; }

.m35 {
    margin: 35px !important; }

.mt35 {
    margin-top: 35px !important; }

.mb35 {
    margin-bottom: 35px !important; }

.ml35 {
    margin-left: 35px !important; }

.mr35 {
    margin-right: 35px !important; }

.p35 {
    padding: 35px !important; }

.pt35 {
    padding-top: 35px !important; }

.pb35 {
    padding-bottom: 35px !important; }

.pl35 {
    padding-left: 35px !important; }

.pr35 {
    padding-right: 35px !important; }

.m40 {
    margin: 40px !important; }

.mt40 {
    margin-top: 40px !important; }

.mb40 {
    margin-bottom: 40px !important; }

.ml40 {
    margin-left: 40px !important; }

.mr40 {
    margin-right: 40px !important; }

.p40 {
    padding: 40px !important; }

.pt40 {
    padding-top: 40px !important; }

.pb40 {
    padding-bottom: 40px !important; }

.pl40 {
    padding-left: 40px !important; }

.pr40 {
    padding-right: 40px !important; }

.m45 {
    margin: 45px !important; }

.mt45 {
    margin-top: 45px !important; }

.mb45 {
    margin-bottom: 45px !important; }

.ml45 {
    margin-left: 45px !important; }

.mr45 {
    margin-right: 45px !important; }

.p45 {
    padding: 45px !important; }

.pt45 {
    padding-top: 45px !important; }

.pb45 {
    padding-bottom: 45px !important; }

.pl45 {
    padding-left: 45px !important; }

.pr45 {
    padding-right: 45px !important; }

.m50 {
    margin: 50px !important; }

.mt50 {
    margin-top: 50px !important; }

.mb50 {
    margin-bottom: 50px !important; }

.ml50 {
    margin-left: 50px !important; }

.mr50 {
    margin-right: 50px !important; }

.p50 {
    padding: 50px !important; }

.pt50 {
    padding-top: 50px !important; }

.pb50 {
    padding-bottom: 50px !important; }

.pl50 {
    padding-left: 50px !important; }

.pr50 {
    padding-right: 50px !important; }

.newbutton,.primarybtn,.newSaveBtn,.btn-default,.onboardBtn,.newCancelBtn,.newwhitebtn,.linkReodr,.newgreybtn,.graybtn,.greenbtn,.redbtn,.primaryflatbtn,.newgraybtn,.outlineprimaryflat,.outlineprimary, .newCancelBtn, .newInsBtn,.dvcbtn,.greenFlatBtn{
    border-radius: 2px !important;
    font-size:14px !important;
    padding: 7.5px 15px;
    margin-right:8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing: border-box;
    -webkit-font-smoothing: auto;
    background:transparent;cursor:pointer;
    outline:none;

}

select{outline:none !Important;}

.btn_big{
    padding: 12px 30px;
    font-size: 1.071rem;
    margin-right: 0px;
}
.btn_medium{
    padding:10px 20px;
    font-size: 1.071rem;
}
.primarybtn,.rep_primarybtn,.newSaveBtn{
    color: white !important;
    border-radius: 2px !important;
    background-color: #42a2eb !important;
    border: solid 1px #42a2eb !important;
    box-shadow: none !important;
}
.primarybtn:hover,.newSaveBtn:hover, .primarybtn:focus,.newSaveBtn:focus{
    background-color: #3c98dd !important;
    border-bottom: solid 1px #1b70b0 !important;
}
.onboardBtn{
    border: 1px solid transparent;
    background-color: #e26f63;
    background-image: none;
    color: white;
    margin-right:20px;
}
.onboardBtn:hover{
    background-color: #E46659;
    border-bottom: solid 1px #B11814;
}
input,span{outline:none;}
.primarybtn[disabled], .rep_primarybtn[disabled]{
    opacity:0.5;
    background-color: #3c98dd;
    border-bottom: solid 1px #3c98dd;
    cursor: default;
}
.primarybtn[disabled]:hover, .rep_primarybtn[disabled]:hover{
    opacity:0.5;
}
.redbtn[disabled] {
    opacity: 0.5;
    cursor: default;
}
.greenbtn[disabled] {
    opacity: 0.5;
    cursor: default;
}
.primaryflatbtn{
    background-image: none;
    color: #fff;
    background: #42a2eb url("/../images/svgicons.svg") no-repeat -308px -1848px;
    padding-left: 30px;
    border: 1px solid transparent;
    display: inline-block;
}
.primaryflatbtn:hover, .primaryflatbtn:focus{
    border-bottom: solid 1px #1b70b0;
    background: #3c98dd url("/../images/svgicons.svg") no-repeat -308px -1848px;
}
.primaryflatbtn[disabled]{
    opacity:0.5;
    background-color: #3c98dd;
    border-bottom: solid 1px #3c98dd;
    cursor: default;
}
.primaryflatbtn[disabled]:hover{
    opacity:0.5;
}
.greenFlatBtn{
    color: #72c98a;
    background: #ffffff url("/../images/svgicons.svg") no-repeat 11px -631px;
    padding-left: 30px;
    border: 1px solid #72c98a;
    display: inline-block;
}
.greenFlatBtn:hover{
    border-color: #56AF6F;
}


.newwhitebtn,.newgreybtn,.btn-default,.linkReodr,.newCancelBtn,.dvcbtn{
    background-color: #fff !important;
    color: #3c3c3c !important;
    border: solid 1px #c4c4c4 !important;
}
.newwhitebtn:hover,.newgreybtn:hover,.btn-default:hover,.linkReodr:hover,.newCancelBtn:hover, .newInsBtn:hover,.dvcbtn:hover{
    border: solid 1px #abaaaa !important;
    border-bottom: solid 1px #777 !important;
}
.graybtndark,.newgraybtn{
    background-color: #fff;
    color: #3c3c3c;
    border: solid 1px #c4c4c4;
}
.graybtndark:hover,.newgraybtn:hover{
    border: solid 1px #abaaaa;
    border-bottom: solid 1px #777;
}
a:hover{
    text-decoration: none !important;
}
.graybtn{
    background-color: #f2f2f2;
    border: solid 1px #ebe8e8;
    color: #777777;
}
.graybtn:hover{border-bottom: solid 1px #999;}
.greenbtn{
    background-color: #19bc7d !important;
    background-image: none !important;
    border: solid 1px #19bc7d !important;
    color: white;
}
.start {
    background-color: #19bc7d !important;
    border-radius:2px;
    border:solid 1px transparent;
}

.linkCol{color:#2e88cc !important;}
.greenbtn:hover,.start:hover{
    background-color: #1ec786 !important;
    border-bottom: solid 1px #148157 !important;

}
.greenbtnlight{
    background-color: #19bc7d !important;
    background-image: none !important;
    border: solid 1px #19bc7d !important;
    color: white;
}
.greenbtnlight:hover{
    background-color: #1ec786 !important;
    border-bottom: solid 1px #148157 !important;

}
.redbtn{
    border: 1px solid transparent;
    background-color: #ec4844;
    background-image: none;
    color: white;
    text-transform: none !important;
}
.redbtn:hover,#stopTimerDiv:hover{
    background-color: #f35652;
    border-bottom: solid 1px #B11814;
    color:#fff !important;
}
div#stopTimerDiv {
    border: 1px solid transparent;
    background-color: #ec4844 !important;
    background-image: none;
}
div#stopTimerDiv:hover {
    background-color: #f35652;
    border-bottom: solid 1px #B11814 !important;
}
.outlinegreenlight,.newgreenbtn{
    background: transparent;
    color: rgb(25, 188, 125);
    border: 1px solid rgb(25, 188, 125);
}
.outlinegreenlight:hover,.newgreenbtn:hover {
    background: #1abc9c;
    color: #fff;
    background-color: #19bc7d;
    border: solid 1px #19bc7d;
    border-bottom: solid 1px #148157;
}
.outlineredlight{
    border:solid 1px #f35652;
    color:#f35652;
}
.outlineredlight:hover{
    background-color:#f35652;
    color:#fff;
    border-bottom:solid 1px #B11814;
}
.outlineprimaryflat{
    background-image: none;
    color: #3c98dd;
    background:#fff url("/../images/svgicons.svg") no-repeat 11px -662px;
    padding-left: 30px;
    border: 1px solid #3c98dd;
    display: inline-block;
}
.outlineprimaryflat:hover{
    border-bottom: solid 1px #1b70b0;
    color:#fff;
    background: #3c98dd  url("/../images/svgicons.svg") no-repeat 11px -631px;
}
.outlineprimary{
    background-image: none;
    color: #3c98dd;
    border: 1px solid #3c98dd;
    display: inline-block;
}
.outlineprimary:hover{
    border-bottom: solid 1px #1b70b0;
    color:#fff;
    background-color: #3c98dd;
}
.createlink:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    background: url("/../images/svgicons.svg") no-repeat -316px -1105px;
}
.vH div,.vH span,input.vH{
    visibility: hidden;
}
#enableurlredirection{
    display: none;
}
.createlink {
    padding: 5px 7px;
    border-radius: 2px;
    font-size: 0.857rem;
    color: #2C7BD0;
    margin-left: 5px;
    text-decoration: none;
}
.form-name-confirm {
    font-size: 13px;
    vertical-align: top;
    color: #999!important;
}
.disabled.mandatoryField > div,.disabled.hiddenFields > div,.disabled.hiddenFields > label,.disabled.defaultvaluesField input{
    visibility: hidden !important;
}
.disabledHidden.mandatoryField > div,.disabledHidden.hiddenFields > div,.disabledHidden.hiddenFields > label,.disabledHidden.defaultvaluesField input{
    visibility: hidden !important;
}




.update-thirdparty_title{
    visibility: visible;
    display: block;
}
.update-thirdparty_title.vH{
    visibility: hidden; ;
}
.vH > div{
    visibility: hidden;
}
a,input,input:focus,.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img{
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.newmandatory{
    position: relative;
}
.newmandatory:after {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #f27b77;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.width200{
    width: 200px;
}
#thirdparity-field-mapping-popup{
    width:570px;
    top:0px;
    position: fixed;
    top: 0px;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 1px 16px rgba(0,0,0,0.3);
    left: 0px;
    margin: 0 auto;
    right: 0px;
    display: none;
}
span.clicktocopied {
    font-size: 12px;
    color: #2C7BD0;
    margin-left: 10px;
    cursor: pointer;
}
.shortcodeCopied{
    cursor:default !important;
}
.tabDivCreate {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    width: 100%;
    padding: 0;
}
.labelTabCreate {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
    top: 1px;
    padding: 0px 0 5px 0!important;

    display: inline-block;
    width: 40%;
    padding-right: 15px;
}
.labelTabCreate, .labelValCreate {

    word-wrap: break-word;
    vertical-align: top;
    box-sizing: border-box;
}
.labelValCreate {
    color: #222;
    width: 59%;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0px 0 0px 0!important;;
    top: 1px;
    border-bottom: 1px solid transparent;
    transition: .3s all ease;
}
.tabDivCreate input{
    background-color: transparent;
    padding: 0;
    border: none!important;
    box-shadow: none!important;
    margin-bottom: 0!important;
    max-width: 100%;
    width: 100%
}
.tabDivCreate input:focus{
    border-bottom: 1px solid #69cff3!important;    margin-bottom: -1px !important;
}
.createSelect .select2-container .select2-selection--single,#thirdparity-field-mapping-popup .select2-container .select2-selection--single{
    height: auto;
}
.cB{
    clear: both;
}

.createSelect .select2-container--default .select2-selection--single,#thirdparity-field-mapping-popup .select2-container--default .select2-selection--single{
    border: none;
    border-radius: 0;
    width: 100%;
}
.createSelect .select2-container--default .select2-selection--single,#thirdparity-field-mapping-popup .select2-container--default .select2-selection--single{
    border: 1px;
    height: auto;
}
.createSelect .select2-container--default .select2-selection--single,#thirdparity-field-mapping-popup .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
}
.createSelect .select2-container .select2-selection--single,#thirdparity-field-mapping-popup .select2-container .select2-selection--single{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
}
.createSelect .select2-container .select2-selection--single .select2-selection__rendered ,#thirdparity-field-mapping-popup .select2-container .select2-selection--single .select2-selection__rendered{
    display: block;

}
#wpcontent, #wpfooter {
    background: #fff !important;
}
table.commentabmenu {
    margin: 0;
    padding: 0;
    display: block;
    border-spacing: 0;
    padding-left: 0px;
}
table.commentabmenu td {
    margin: 0 5px;
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
    float: left;
    margin-right: 24px;
    position: relative;
    margin-bottom: -1px;
    -webkit-font-smoothing: antialiased;
    margin-left:0px;
}
table.commentabmenu td.active,table.commentabmenu td:hover {
    border-bottom: 1px solid #2C7BD0;
}
table.commentabmenu td.active a,table.commentabmenu td:hover a{
    color: #2C7BD0;
}
table.commentabmenu td:hover {
    border-bottom: 1px solid #444;
}
table.commentabmenu td:hover a{
    color: #444;
}
table.commentabmenu td a{
    color: #555;
    font-size: 14px;
}
.zoho-crm-form-builder {
    padding: 20px 0 0 0;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 0px;
}
#wpcontent {
    height: 100%;
    padding-left: 30px;
}
.crmforms-crm-highlight {
    padding: 10px;
    color: #222;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
th.crmforms-crm-free-list-view-th {
    text-align: left;
    font-size: 14px;
    font-weight: 500;    text-transform: uppercase;    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}
.edit_link,.delete_link{
    visibility: hidden;
}
.delete_link{
    background:  url('../images/svgicons.svg')no-repeat -160px -246px;
    width: 11px;
    height: 13px;
    cursor: pointer;
    margin-left:10px !important;
    display: inline-block;
}
.delete_link:hover {
    background-position: -181px -474px
}
.listview tbody tr:hover .edit_link,.listview tbody tr:hover .delete_link,.listview tbody tr:hover .copyshortcode{
    visibility: visible;
}
.listview tbody tr:hover{
    background: #f8f8f8;
}
.listview tbody tr{
    border-bottom: solid 1px #e5e5e5;
}
.form-name-link{
    color:#3c98dd;
}
a.synmodules{

}
.copyshortcode{
    display: inline-block;
    background: url('../images/webformicons.svg') no-repeat -61px -10px;
    width: 17px;
    height: 17px;    vertical-align: middle;
    margin-left: 10px;visibility: hidden;
    cursor: pointer;
}
a.synmodules:before {
    content: "";
    display: inline-block;
    background: url('../images/webformicons.svg') no-repeat -67px -33px;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0px;
}
#wpwrap{
    background: #fff;
}
.headerlabel {
    color: #777777;
}
.headerValue {
    color: #222222;
    background: #ededed;
    padding: 2px 10px;
    border-radius: 2px;
}
.clicktocopied{
    visibility: visible;
}
input.textField {
    padding: 6px 0px;
    text-indent: 10px;
    min-width: 200px;
}
.border-top{
    border-top: solid 1px #ddd;
}
.back_f8f8f8{
    background: #f8f8f8;
}
.arrow-div {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
}
.arrow-div:after, .arrow-div:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(248, 248, 248, 0);
    border-left-color: #f8f8f8;
    border-width: 10px;
    margin-top: -10px;
}
.arrow-div:before {
    border-color: rgba(231, 231, 231, 0);
    border-left-color: #e7e7e7;
    border-width: 11px;
    margin-top: -11px;
}
#sort_table tbody tr:hover{
    background: #f8f8f8;
}
#sort_table td, #sort_table th{
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #e7e7e7;
    border-right: solid 0px transparent !important;
    border-left: solid 0px transparent;
}
#sort_table td.arrow-div {
    border-right: solid 1px #e7e7e7 !important;
}
#sort_table td:first-child{
    border-left: solid 1px #e7e7e7 !important;
}#sort_table td:last-child{
    border-right: solid 1px #e7e7e7 !important;
}
#sort_table th {
    border-top: solid 1px #e7e7e7 !important;
    border-bottom: solid 0px transparent;
}

div.tabDiv input:focus, div.tabDiv input, .tabDiv.focusEleField input, .tabDiv.focusEleField input:focus, .tabDiv .tAreaBox:focus, .tabDiv .tAreaBox {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}
.newCustomchkbox-md {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.newCustomchkbox-md input[type="checkbox"],.popup-model-content table.newtable input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor:pointer;
    width: 14px;
    height: 14px;
}
.newCustomchkbox-md input[type="checkbox"]+span.chkbxIcon, .popup-model-content table.newtable input[type="checkbox"]+span {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/svgicons.svg") -55px -588px no-repeat scroll;
}
.arrow-icon{
    position: absolute;
    display: inline-block;
    background: url("../images/webformicons.svg") -10px -12px;
    width: 22px;
    height: 13px;
    right: -37px;
    top: 10px;
}
a.backbtn{
    display: inline-block;
    background: url(../images/svgicons.svg) no-repeat -134px -270px;
    width: 22px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    opacity: 0.6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px;    right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.select2-container .select2-selection--single {
    height: 33px;
}
a.backbtn:hover{
    opacity: 1;
}
th.crmforms-crm-free-list-view-th,.crmforms-crm-highlight {
    border-bottom: solid 1px #e7e7e7;
}
.newCustomchkbox-md input[type="checkbox"]:checked+span.chkbxIcon, .popup-model-content table.newtable input[type="checkbox"]:checked+span {
    background: url("../images/svgicons.svg") no-repeat scroll -76px -588px !important;
}
.newCustomchkbox-md input[type="checkbox"][disabled]+span.chkbxIcon {
    background-position: 0 -589px !important;
}
.newCustomchkbox-md input[type="checkbox"][disabled]:checked+span.chkbxIcon {
    background-position: -3px -959px !important;
}
.newCustomchkbox-md input[type="checkbox"][style*='none']+span.chkbxIcon {
    display: none;
}
#sort_table input.textField {
    padding: 4px 10px;
    border: solid 1px transparent;
    color:#999;
}
#sort_table tbody tr:hover input.textField {
    border: solid 1px #e7e7e7;
}
#sort_table th{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.pp-content input[type="text"]{ padding: 6px 0px;
                                text-indent: 10px;
                                width: 285px;
                                border-radius: 0px;
}
.select2-container{
    width: 285px !important;
}
#sort_table span{
    font-size: 14px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e7e7e7 !important;
    border-radius: 0px !important;
}

#field-setting-popup{
    width: 55% !important;
}
.col-md-3, .col-md-4 ,.col-md-6{
    margin-right: 20px;
}
.form-group {
    margin-bottom: 20px !important;
}

.new_table td {
    padding: 4px 10px;    min-width: 250px;
}
.new_table {
    border-spacing: 0px 10px;
}
.new_table td:first-child{
    background: #f6f6f6;
    padding: 4px 10px;
}

.new_table td:last-child,.new_table th:last-child {
    padding-left: 50px;
    padding-top:0px;
    padding-bottom:0px;
    height: 30px;
}
.new_table .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:36px !important;
}
.new_table .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
.new_table .select2-container .select2-selection--single {
    height: 36px;
}
.mainheader-webform {
    padding: 15px 30px;
    background: #f8f8f8;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    margin-left: -30px;
    border-bottom: solid 1px #eeeeee;
}
/****MULTI PICK LIST - CREATE LINK****/
.cchosen .select2-container .select2-selection--multiple{border: 1px solid #ccc;border-radius: 0px;padding: 0px;}
.cchosen .select2-container .select2-search--inline{padding: 0px;}
.cchosen .select2-container .select2-search--inline .select2-search__field{margin-top: 3px; min-width: 50px; padding: 3px 0px;}
.cchosen .select2-container .select2-selection--multiple{min-height: inherit;}
.cchosen .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0;}
.cchosen .select2-container--default .select2-selection--multiple .select2-selection__choice{margin: 3px 0px 0px 3px; border-radius: 0px; background: #EDEDED; color: #5A5A5A;font-size: 14px;padding: 3px 5px;border: 1px solid #ccc;white-space:normal;}
.cchosen .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float: right;margin-right: 0px;margin-left: 7px;}
.cchosen.full-width .select2{width: 100% !important;}
.cchosen .select2-container .select2-selection--multiple {
    border: 1px solid #ccc !important;
    border-radius: 0;
    padding: 0;
}
#choose-fields .select2-container {
    width:480px !important;
}
.width85per{
    width:90%;
}
.select2-results li[aria-selected='true'] {
    display: none;
}
div#profileNote {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}
#sort_table tbody tr:hover .delete_link{
    visibility: visible;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}
#sort_table{
    width:90%;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.fade.in {
    opacity: 1;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.jconfirm .jconfirm-box{
    padding: 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 0px;
}
.ui-sortable-helper  {
    height: 36px !important;
    border: 0px ;
}
#sort_table .select2-container--default .select2-selection--single {
    border-radius: 3px !important;
}
#sort_table .select2-container .select2-selection--single {
    height: 30px;
}
#sort_table .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px;
}
#sort_table   .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 27px;
}
#sort_table .select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    border: none!important;
    border-bottom: 1px solid #ddd!important;
    padding: 5px 5px 5px 28px;
    font-size: 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff url("../images/svgicons.svg") no-repeat -306px -992px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
}
dd, li {
    margin-bottom: 0px;
}
.disabledHidden > span{
    visibility: hidden;
}
.select2-container--open .select2-dropdown--below{border-radius: 0px; border: 1px solid #d6d6d6 !Important; box-shadow: 0 10px 17px rgba(0,0,0,0.3);  top: -1px;    max-width: 950px;}
.select2-container--open .select2-dropdown--above{border-radius: 0px; border: 1px solid #d6d6d6 !Important; box-shadow: 0 -4px 17px rgba(0,0,0,0.3);  top: -1px;    max-width: 950px;}
ul.select2-results__options li{    max-width: 950px;overflow: hidden;/*text-overflow: ellipsis;*/}
.select2-search--dropdown{padding: 0px !important; }
.select2-container--default .select2-search--dropdown .select2-search__field{-webkit-appearance: none;border: none !important; border-bottom: 1px solid #ddd!important; padding: 5px 5px 5px 28px; font-size: 14px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff url("../images/svgicons.svg") no-repeat -306px -992px;-webkit-border-radius: 0px;border-radius: 0px;-khtml-border-radius: 0px;}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-bottom: 1px solid #4ab4fe !important;}
.select2-results{padding: 0px 0px !important; overflow:hidden;}
.select2-results__option{ padding:  6px 25px!important; box-sizing: border-box; display: block!important; color: #5a5a5a !important; position: relative; white-space: nowrap; width: 100%;  }
.select2-results__option[role=group]{padding: 6px 0px !Important;}
.select2-container--default .select2-results__option[aria-disabled=true]{color: #999 !Important;}
.select2-container--default .select2-results__option[aria-selected=true]{background: none !important; color: #000;}
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]{display:none !important;}

.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #efefef !important; color: #000 !Important;}
.select2-container--default.select2-container--disabled .select2-selection--single{background: none !important; }
.select2-container--default.select2-container--disabled .select2-selection--single span{opacity: 0.6 !important;}
.select2-container--default .select2-results__option[aria-selected=true]:before {content: '';width: 12px;height: 8px;position: absolute;left: 8px;top: 50%;margin-top: -5px;background: url("../images/svgicons.svg") no-repeat -283px -34px;}


#sort_table .select2-container--default .select2-selection--multiple {
    border: solid 1px transparent !important;
}
#sort_table tr:hover .select2-container--default .select2-selection--multiple {

    border: 1px solid #ddd !important;
}
#sort_table .select2-container--default .select2-selection--single {
    border: solid 1px transparent !important;
}
#sort_table tr:hover .select2-container--default .select2-selection--single {
    border: 1px solid #e7e7e7 !important;
}
#sort_table th.boder_tope7e7e7{
    border-top:solid 1px #e7e7e7 !important;
}
#sort_table th.boder_righte7e7e7{
    border-right:solid 1px #e7e7e7 !important;
}
#sort_table th.boder_lefte7e7e7{
    border-left:solid 1px #e7e7e7 !important;
}
#sort_table th.boder_bottome7e7e7{
    border-bottom:solid 1px #e7e7e7 !important;
}
.tableseperator{
    position: absolute;
    height: 16px;
    display: inline-block;
    right: -1px;
    width: 1px;
    bottom: -10px;
    background: #e7e7e7;
}
.color_222{
    color: #222 !important;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased !important;
}
.ui-widget.ui-widget-content{
    width:200px;
    padding:10px;
}
.vat{
    vertical-align: top;
}
.vam{
    vertical-align: middle;
}

.mT20{
    margin-top: 20px;
}
.form__row {
    margin-top: 15px
}

.form__row-info {
    font-size: 12px;
    color: #7e7e7e
}

.form__row-btn {
    margin-top: 30px
}

.form--label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.form--input {
    width: 500px;
    border: solid 1px #979797;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-color: #fff;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box
}

.form--input:focus,
.form--input:hover {
    border-color: #4a90e2;
    outline: 0 none
}

#loading-sync,#loading-image{
    background: url('../images/ajax-loaders.gif')no-repeat center;
}

.delete_link .delete-icon{
    display: none;
}