.rootfolder {
  background-position: 0 0;
}

.folder {
  background-position: 0 -16px;
}

.pdf {
  background-position: 0 -32px;
}

.html {
  background-position: 0 -48px;
}

.imageOld {
  background-position: 0 -64px;
}

.image {
  background-image: url('../images/treeview/settings.png');
}

#notificationTreeview .Settings {
  background-image: url('../../images/treeview/settings.png');
}

#notificationTreeview .subscribers {
  background-image: url('../../images/treeview/userPlus.png');
}

#notificationTreeview .history {
  background-image: url('../../images/treeview/history_191717_16.png');
}

#notificationTreeview .folder {
  background-position: 0 -16px;
}

.sms {
  font-family: FontAwesome;
  content: '\f095';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}

#notificationTreeview .rootfolder {
  background-position: 0 -16px;
}

.template {
  background-position: 0 -48px;
}

.demo-section {
  float: left;
  width: 300px;
  margin: 0 60px 0 0;
}

.notificationApprove {
  border: 8px;
  margin: 10px;
  margin-top: 19px;
}

.demo-section {
  width: 600px;
  float: left;
}

.demo-section1 {
  width: auto;
  float: right;
}

#fieldlist {
  margin: 0;
  padding: 0;
}

#fieldlist li {
  list-style: none;
  padding: 10px 0;
}

#fieldlist label {
  display: inline-block;
  width: 216px;
  margin-right: 5px;
  text-align: right;
}

.onlineReportKendo {
  height: 500px;
}

.smsPrefeSection {
  float: left;
  width: 800px;
}

.buttonFloatRight {
  float: right;
}

.buttonFloatLeft {
  padding: 15px;
}

.floatRight {
  float: right !important;
}

.floatLeft {
  float: left !important;
}

.draftPresentOld {
  background: #dfefde !important;
}

.onoffswitch {
  position: relative;
  width: 63px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  /*  border: 2px solid #999999; */
  border-radius: 20px;
  margin-top: -5px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: 'ON';
  padding-right: 20px;
  background-color: #00a9c5;
  color: #ffffff;
  border: 2px solid #999999;
  border-radius: 28px;
  padding-left: 5px;
}

.onoffswitch-inner:after {
  content: 'OFF';
  padding-right: 5px;
  background-color: #bd462c;
  color: #f4dddd;
  text-align: right;
  border: 2px solid #999999;
  border-radius: 28px;
}

.onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 10px;
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: -12px;
  bottom: 0;
  right: 40px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  height: 20px;
}
.user-ena-dis .onoffswitch-switch{ top: -12px;right: 42px;}
.user-ena-dis .onoffswitch-inner:before{ padding-right: 20px;}
.user-ena-dis .onoffswitch-inner:after{ padding-right: 7px;}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 15px;
}
/*inactive acc*/
.on-off-switch {
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  width: 75px;
  height: 34px;
  cursor: pointer;
}

.on-off-switch input {display:none;}

.on-off-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bd462c;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #999999;
  border-radius: 28px;
}

.on-off-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #999999;
  border-radius: 28px;
}

input:checked + .on-off-slider {
  background-color: #00a9c5;
}

input:focus + .on-off-slider {
  box-shadow: 0 0 1px #00a9c5;
}

input:checked + .on-off-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
  left: -18px;
}

.on-off-slider:after
{
 content:'OFF';
 color: #f4dddd;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 53%;
 left: 76%;
 font-size: 12px;
}

input:checked + .on-off-slider:after
{  
  content:'ON';
  left: 22%;
}
    
.in-act-acc-warning{
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 80px auto;
}
.in-act-acc-warning span{
  color: #ec6363;
  font-size: 14px;
}
.in-act-warning .alert {
    padding: 3px 5px;
    margin-bottom: 5px;
}
/*inactive acc switch end*/
/* stop pro act call config section */

.onoffswitch1 {
  position: relative;
  width: 75px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch1-checkbox {
  display: none;
}

.onoffswitch1-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin-top: -5px;
}

.onoffswitch1-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before,
.onoffswitch1-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch1-inner:before {
  content: 'True';
  padding-right: 20px;
  background-color: #00a9c5;
  color: #ffffff;
  border: 2px solid #999999;
  border-radius: 28px;
}

.onoffswitch1-inner:after {
  content: 'False';
  padding-right: 10px;
  background-color: #bd462c;
  color: #f4dddd;
  text-align: right;
  border: 2px solid #999999;
  border-radius: 28px;
}

.onoffswitch1-switch {
  display: block;
  width: 20px;
  margin: 10px;
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 38px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  height: 20px;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
  margin-left: 0;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
  right: 9px;
  top: -2px;
}
/* onoffswitch wildcard start */
.onoffswitchwildcard {
  position: relative;
  width: 74.7px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitchwildcard-checkbox {
  display: none;
}

.onoffswitchwildcard-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  /*  border: 2px solid #999999; */
  border-radius: 20px;
  margin-top: -5px;
  height: 30px !important;
  float: right !important;
  margin-right: 3% !important;
  margin-top: 2% !important;
}

.onoffswitchwildcard-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitchwildcard-inner:before,
.onoffswitchwildcard-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitchwildcard-inner:before {
  content: 'Yes';
  padding-right: 20px;
  background-color: #00a9c5;
  color: #ffffff;
  border: 2px solid #999999;
  border-radius: 28px;
}

.onoffswitchwildcard-inner:after {
  content: 'No';
  padding-right: 10px;
  background-color: #bd462c;
  color: #f4dddd;
  text-align: right;
  border: 2px solid #999999;
  border-radius: 28px;
}

.onoffswitchwildcard-switch {
  display: block;
  width: 20px;
  margin: 10px;
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: -6px;
  bottom: 0;
  /* right: 69px; */
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  height: 20px;
}

.onoffswitchwildcard-checkbox:checked
  + .onoffswitchwildcard-label
  .onoffswitchwildcard-inner {
  margin-left: 0;
}

.onoffswitchwildcard-checkbox:checked
  + .onoffswitchwildcard-label
  .onoffswitchwildcard-switch {
  right: 15px;
}
/* onoffswitch wildcard end */
.stop-chk-box-div .custom-unchecked,
.stop-chk-box-div .custom-indeterminate,
.stop-chk-box-div .custom-checked,
.hold-chk-box-div .custom-unchecked,
.hold-chk-box-div .custom-indeterminate,
.hold-chk-box-div .custom-checked {
  height: 30px;
}
/* stop pro act call config section end */
.icon-success {
  color: #a5c389;
}

.icon-error {
  color: #fc0231;
}

.icon-star {
  color: orange;
}

.imageMail {
  position: relative;
  width: 90%;
  /* for IE 6 */
}

.imageMailSubject {
  position: absolute;
  top: 110px;
  left: 52px;
  width: 102%;
  font-size: 1em;
  /*overflow: scroll;
    height: 50px;*/
}

.imageMailFrom {
  position: absolute !important;
  top: 92px !important;
  left: 85px;
  width: 102%;
  font-size: 1em;
}

.imageMailTo {
  position: absolute;
  top: 115px;
  left: 84px;
  width: 102%;
  font-size: 1em;
}

.imageMailSentDate {
  position: absolute;
  top: 88px;
  left: 593px;
  width: 102%;
  font-size: 1em;
  font-weight: bold;
}

.imageMailSubject {
  position: absolute;
  top: 141px;
  left: 82px;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
}

.imageMailBody {
  position: absolute;
  top: 200px;
  left: 12px;
  width: 108%;
  overflow-y: scroll;
  height: 220px;
  word-break: break-word;
}
.adhoc-email-preview .imageMail,.email-temp-preview .imageMail {
  width: 100%;
}
.adhoc-email-preview .imageMailSubject,.email-temp-preview .imageMailSubject {
  position: static;
  top: unset;
  left: unset;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.adhoc-email-preview .imageMailSubject label, .email-temp-preview .imageMailSubject label{
  font-weight: normal;
}
.adhoc-email-preview .imageMailBody, .email-temp-preview .imageMailBody {
  position: static;
  overflow-y: auto;
  min-height: 200px;
  word-break: break-word;
  height: unset;
  top: unset;
  left: unset;
  width: 100%;
}
.send-btn-div{padding-bottom: 5px;}
.send-btn{margin-left: 10px; padding: 4px 10px;}
#senderID{line-height: 22px;border-radius: 4px;height: 22px;}
.imageSmsBodyOld {
  position: absolute;
  top: 231px;
  left: 58px;
  width: 67%;
  color: white;
  /* background-color: blue;*/
}

.imageSmsBody {
  position: absolute;
  top: 231px;
  left: 58px;
  width: 76%;
  color: white;
  /* background-color: blue; */
  overflow-y: auto;
  height: 115px;
}

.enableDisable {
  float: right;
}

.imageTwitterBody {
  position: absolute;
  top: 51px;
  left: 26px;
  width: 90%;
}

.imageVoiceBodyOld {
  position: absolute;
  top: 98px;
  left: 153px;
  width: 67%;
  color: white;
  text-align: center;
}

.imageVoiceBody {
  position: absolute;
  top: 82px;
  left: 161px;
  width: 67%;
  color: white;
  text-align: center;
  overflow-y: auto;
  height: 147px;
}
.imageLetter {
  position: relative;
  width: 90%;
}
.imageLetter img {
  height: 450px;
}
.imageLetterBody {
  position: absolute;
  top: 40px;
  left: 33px;
  width: 97%;
  color: white;
  text-align: center;
  overflow-y: auto;
  height: auto;
  max-height: 365px;
  word-break: break-word;
}

.imagePushBodyOld {
  position: absolute;
  top: 189px;
  left: 39px;
  width: 93%;
  color: white;
}

.imagePushBody {
  position: absolute;
  top: 189px;
  left: 39px;  
  width: 261px;
  color: white;
  overflow-y: scroll;
  height: 85px;
}
.imageVoiceBody span, .imagePushBody span, .imageSmsBody span, .imageSmsBody p{
  word-break: break-word;
}
#clientLogo {
  margin-right: 36px;
}

#contactdata {
  overflow: hidden !important;
  padding: 0px !important;
}

#contactdata .resizeView .box-content {
  background: none !important;
}

.resizeView {
  margin-left: -24px;
  width: 400px;
}

#fieldlistCon {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

#fieldlistCon li {
  list-style: none;
  padding-top: 10px;
  margin-left: 20px;
}

#fieldlistCon label {
  display: inline-block;
  margin-right: 5px;
  text-align: right;
}

.addLine {
  margin: 10px;
}

.modelButtonFloatRight {
  float: right;
  margin: 10px;
  margin-right: 45px;
}

.margin10 {
  margin: 10px !important;
}

.applyButton {
  float: right;
  position: absolute;
  margin-left: 4px;
}
.filt-aply-btn {
  top: 0;
  right: 0;
}
.adhoc-filt-field {
  position: relative;
  padding-right: 58px;
}

/*.filterField {
  float: left;
  width: 400px;
}*/

.navbar-right {
  float: right !important;
  margin-right: -90px !important;
}

.navbar-center {
  margin-left: 150px;
}

.logout {
  color: black;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 8px;
}

.progress {
  width: 100px;
  margin-bottom: 0px !important;
}

.btn-details,
.btn-group-details > .btn {
  padding: 4px 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 5px;
}

.prBarDetails {
  margin-bottom: -12px;
}

.uppercase {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(101, 91, 147);
}

.white {
  color: white;
}

.enableDisable {
  float: right;
  /* margin-right: 30px; */
  margin-top: 5px;
  margin-bottom: -6px;
}
.enableDisable.user-ena-dis{float: left;}
.stop-chk-box-div .enableDisable,
.hold-chk-box-div .enableDisable {
  float: left;
  margin-top: 0px;
}
.right-logout {
  margin-right: 100px;
  cursor: pointer;
}

.SMS {
  position: relative;
}

.SMS:before {
  content: '\f10b';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  padding-right: 2px;
  top: 10px;
  left: 0;
}

.EMAIL {
  position: relative;
}

.EMAIL:before {
  content: '\f003';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 2px;
  top: 10px;
  left: 0;
}

.VOICE {
  position: relative;
}

.VOICE:before {
  content: '\f095';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 2px;
  top: 10px;
  left: 0;
}

.TWITTER {
  position: relative;
}

.TWITTER:before {
  content: '\f099';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 2px;
  top: 10px;
  left: 0;
}

.PUSH {
  position: relative;
}

.PUSH:before {
  content: '\f024';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 2px;
  top: 10px;
  left: 0;
}
.LETTER {
  position: relative;
}
.LETTER:before {
  content: '\f199';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 2px;
  top: 10px;
  left: 0;
}

.WALLET {
  position: relative;
}

.WALLET:before {
  content: '\f0d6';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 2px;
  top: 10px;
  left: 0;
}
.pref-letter {
  bottom: 1px;
}
.paddingTop7px {
  padding-top: 7px;
}

.historyMessage {
  width: 80%;
}
.padding3px6x {
  padding: 3px 6px;
}

.container-fluid .btn-group {
  margin: 7px 5px 0 5px;
}
.nav-header .container-fluid .btn-group {
  margin: 5px 5px 0 5px;
}

.textTransformNone {
  text-transform: none;
}

.historyContactMessage {
  width: 80%;
}
.historyMessage,.historyContactMessage{overflow-wrap: break-word;}

.progress-bar {
  color: #0c0c0c !important;
}

#show_hide_notification_type > li {
  list-style: none;
  padding: 0px 0 !important;
}

.configInputBox {
  width: 40%;
  border-color: #bbdceb;
  border: 1px solid #bbdceb;
  border-radius: 3px;
  /* line-height: 22px; */
  min-height: 2.04em;
  margin-left: 0px;
  outline: none;
}

div.k-treeview {
  white-space: normal !important;
}

.viewemail p.ng-binding {
  margin: 0 0 10px !important;
}

.flex-align-right {
  display: flex;
  justify-content: flex-end;
}
.subscr-prog-in-grid a.k-icon{visibility: hidden;}