@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?51905466');
  src: url('../font/fontello.eot?51905466#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?51905466') format('woff2'),
       url('../font/fontello.woff?51905466') format('woff'),
       url('../font/fontello.ttf?51905466') format('truetype'),
       url('../font/fontello.svg?51905466#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-calendar:before { content: '\e800'; } /* '' */
.icon-clock:before { content: '\e801'; } /* '' */
.icon-user:before { content: '\e802'; } /* '' */
.icon-user-1:before { content: '\e803'; } /* '' */
.icon-phone-outline:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.demo-icon {font-family: "fontello";font-style: normal;font-weight: normal;display: inline-block;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center;font-variant: normal;
text-transform: none;line-height: 1em;margin-left: .2em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.calds_hide_el {display: none;}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.spin-anim {-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);}
.disable_click { pointer-events: none; }

body.toplevel_page_call_leads , #calds_admin_datas {
    overflow-x: hidden;
}
#wpcontent {
    padding-left: 0 !important;
}
#wpcontent input[type="text"]:not(.color-picker) , #wpcontent input[type="number"] , #wpcontent select {
    width: 100%;
    max-width: 350px;
    height: 40px;
    box-shadow: none;
}
#wpcontent input[type="text"]:focus , #wpcontent input[type="number"]:focus {
    border-color: #ddd;
}
#wpcontent button.calds_admin_submit {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    color: #FFF;
    cursor: pointer;
    background-color: #00C3AA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-top: 30px;
}
.calds_img_preview {
    display: block;
    margin-top: 10px;
}
#wp-calds_text_area-wrap , 
#wp-calds_text_area_sms-wrap , 
#wp-calds_text_area_after_sub-wrap {
    width: 100%;
    max-width: 620px;
    box-shadow: none;
}
.c-dashb_cont {
    width: 100%;
    overflow: hidden;
}
.c-dashb_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.c-dashb_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.c-dashb_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.c-dashb_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .c-dashb_slider {
  background-color: #663399;
}
input:focus + .c-dashb_slider {
  box-shadow: 0 0 1px #663399;
}
input:checked + .c-dashb_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.c-dashb_slider.c-dashb_round {
  border-radius: 34px;
}
.c-dashb_slider.c-dashb_round:before {
  border-radius: 50%;
}
.c-dashb_sec {
    display: table;
    width: 100%;
    margin: 20px 0 10px;
}
.c-dashb_sec_tit {
    float: left;
	width: 200px;
	font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.c-dashb_sec_content {
    float: left;
    margin-left: 40px;
	width: calc(100% - 240px);
}
.c-dashb_sec:after {
    content: '';
    display: block;
    clear: both;
}
.c-dashb_cont_tit_sec {
    height: 98px;
    background: #663399;
    display: table;
    width: 100%;
	padding: 0 20px;
}
.c-dashb_cont_tit {
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
    color: #fff;
	font-family: "Open Sans",sans-serif;
}
.c-dashb_cont_cont {
	padding: 0 20px;
}
.c-clear_fix {
    content: '';
    display: block;
    clear: both;
}
.c-on_load_icon {
    float: left;
    width: 33%;
    max-width: 250px;
    margin-right: 20px;
    height: 100px;
}
.c-on_load_icon_img_cont {
    display: inline-block;
	cursor: pointer;
}
.img_load_preview {
    width: 100%;
    box-sizing: border-box;
}
.img_load_preview_bordered {
    border: 5px solid #00C3AA;
}
.c-dashb_sectn_tit {
	font-family: "Open Sans",sans-serif;
}
.c-dashb_en_el {
    margin-bottom: 20px;
}
.c-dashb_en_el > span {
    margin-left: 20px;
}
.calds_admin_feedback {
    margin-top: 10px;
}
.calds_admin_feedback span {
    font-size: 16px;
    font-style: italic;
}
.calds_feedbk_success {
    color: green;
}
.calds_feedbk_error {
    color: red;
}

@media only screen and (max-width:600px) {
    .c-dashb_sec_tit {
        width: 90px;
    }
    .c-dashb_sec_content {
        width: calc(100% - 130px);
    }
}