.body-card
{
    background:linear-gradient(60deg, #ffffff, #edfff1);
}
.source{
    min-height: 190px;
    /*  border: 1px solid green; */
}
.item {

}
.closer {
    float: right;
    width: 20px;
    height: 30px;
    border: 0;
    background-color: transparent;
}
.closer:hover {
    background-color: transparent;
    border: 0;
}
.empty {
    height: 40px;
    margin: 5px;
    background: #eee;
    border: 2px dashed green;
}
.highlight {
    border: 1px solid red;
    background: #fff;
}
.highlight .item {
    opacity: 0.3;
}
.ui-draggable-dragging {
    z-index: 99;
    opacity: 1 !important;
    width: 200px;
}
.h100px
{
    height: 100px;
    z-index: 99;
}
.h44px
{
    height: 44px;
    z-index: 99;
}

.k-window.k-window-maximized {
    max-width: 100vw; 
     max-height: 100vh; 
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100% !important;
}

.Addtop{
	font-size: 30px;
    position: absolute;
    left: 125px;
	}
.Adddown{
	font-size: 30px;
    position: absolute;
    left: 125px;
	top:260px;
	}
.Addswich{
	font-size: 30px;
    position: absolute;
    left: 2px;
	top:50%;
    }
.AddCenter{
    position: absolute;
    top: 44%;
    font-size: 60px;
}
.swal2-container {
    z-index: 999999999999999999999999999999 !important;
  }



  #msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
/*
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
*/
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color:darkslategrey;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}





/*
.k-picker-wrap {
    border-radius: .25rem;
    padding: 0;
    width: 100%;
    border-width: 0px; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
}

.k-autocomplete, .k-autocomplete.k-state-hover, .k-combobox .k-dropdown-wrap, .k-combobox .k-state-hover, .k-combobox>:hover, .k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap, .k-datepicker .k-state-hover, .k-datetimepicker .k-picker-wrap, .k-datetimepicker .k-state-hover, .k-input, .k-input.k-textbox, .k-multiselect, .k-multiselect-wrap, .k-multiselect.k-state-hover, .k-numerictextbox .k-numeric-wrap, .k-numerictextbox .k-state-hover, .k-textbox, .k-timepicker .k-picker-wrap, .k-timepicker .k-state-hover {
    color: #212529;
    border-color: rgba(33,37,41,.15);
}
.k-combobox .k-dropdown-wrap, .k-combobox .k-select {
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;
}
.k-autocomplete, .k-autocomplete.k-state-hover, .k-combobox .k-dropdown-wrap, .k-combobox .k-state-hover, .k-combobox>:hover, .k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap, .k-datepicker .k-state-hover, .k-datetimepicker .k-picker-wrap, .k-datetimepicker .k-state-hover, .k-input, .k-input.k-textbox, .k-multiselect, .k-multiselect-wrap, .k-multiselect.k-state-hover, .k-numerictextbox .k-numeric-wrap, .k-numerictextbox .k-state-hover, .k-textbox, .k-timepicker .k-picker-wrap, .k-timepicker .k-state-hover {
    color: #212529;
    border-color: rgba(33,37,41,.15);
}
.k-dropdown-wrap {
    outline: 0;
}
.k-autocomplete, .k-autocomplete.k-state-hover, .k-combobox .k-dropdown-wrap, .k-combobox .k-state-hover, .k-combobox>:hover, .k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap, .k-datepicker .k-state-hover, .k-datetimepicker .k-picker-wrap, .k-datetimepicker .k-state-hover, .k-input, .k-input.k-textbox, .k-multiselect, .k-multiselect-wrap, .k-multiselect.k-state-hover, .k-numerictextbox .k-numeric-wrap, .k-numerictextbox .k-state-hover, .k-textbox, .k-timepicker .k-picker-wrap, .k-timepicker .k-state-hover {
    color: #212529;

    border-color: rgba(33,37,41,.15);
}
.k-autocomplete, .k-autocomplete.k-state-hover, .k-combobox .k-dropdown-wrap, .k-combobox .k-state-hover, .k-combobox>:hover, .k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap, .k-datepicker .k-state-hover, .k-datetimepicker .k-picker-wrap, .k-datetimepicker .k-state-hover, .k-input, .k-input.k-textbox, .k-multiselect, .k-multiselect-wrap, .k-multiselect.k-state-hover, .k-numerictextbox .k-numeric-wrap, .k-numerictextbox .k-state-hover, .k-textbox, .k-timepicker .k-picker-wrap, .k-timepicker .k-state-hover {
    color: #212529;
    border-color: rgba(33,37,41,.15);
}
.k-combobox .k-dropdown-wrap, .k-combobox .k-select {
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;
}
.k-autocomplete, .k-autocomplete.k-state-hover, .k-combobox .k-dropdown-wrap, .k-combobox .k-state-hover, .k-combobox>:hover, .k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap, .k-datepicker .k-state-hover, .k-datetimepicker .k-picker-wrap, .k-datetimepicker .k-state-hover, .k-input, .k-input.k-textbox, .k-multiselect, .k-multiselect-wrap, .k-multiselect.k-state-hover, .k-numerictextbox .k-numeric-wrap, .k-numerictextbox .k-state-hover, .k-textbox, .k-timepicker .k-picker-wrap, .k-timepicker .k-state-hover {
    color: #212529;
    border-color: rgba(33,37,41,.15);
}
.k-combobox .k-dropdown-wrap, .k-combobox .k-select {
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;
}
.k-autocomplete, .k-autocomplete.k-state-hover, .k-combobox .k-dropdown-wrap, .k-combobox .k-state-hover, .k-combobox>:hover, .k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap, .k-datepicker .k-state-hover, .k-datetimepicker .k-picker-wrap, .k-datetimepicker .k-state-hover, .k-input, .k-input.k-textbox, .k-multiselect, .k-multiselect-wrap, .k-multiselect.k-state-hover, .k-numerictextbox .k-numeric-wrap, .k-numerictextbox .k-state-hover, .k-textbox, .k-timepicker .k-picker-wrap, .k-timepicker .k-state-hover {
    color: #212529;
    border-color: rgba(33,37,41,.15);
}
.k-dropdown-wrap {
    outline: 0;
}
.k-dropdown-wrap {
    outline: 0;
}
.k-dateinput-wrap, .k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.k-dateinput-wrap, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap {
    padding: 0;
    width: 100%;
    border-style: none; 
    border-bottom: 1px;
    border-bottom-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
    background:none !important;
}


.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}
.dropdown-header > span {
    display: inline-block;
    padding: 10px;
}
.dropdown-header > span:first-child {
    width: 50px;
}
.k-list-container > .k-footer {
    padding: 10px;
}


*/

.km-switch {
    width: 10em !important;
}
.km-switch-background {
    background-position: 0em 4em !important;
    width: 10em;
}
.km-switch-label-on {
    left: -400%;
}
.km-switch-label-on,
.km-switch-label-off {
    white-space: nowrap;
}
.km-switch-label-off {
    left:30px;
}

.km-switch-label-on {
    right:20px;
}
#customers-list .k-item {
    line-height: 1em;
    min-width: 300px;
}
.k-material #customers-list .k-item,
.k-material #customers-list .k-item.k-state-hover,
.k-materialblack #customers-list .k-item,
.k-materialblack #customers-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}
#customers-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}
#customers-list .k-item > span:first-child {
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#customers-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}
#customers-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}


.alert2.alert-with-icon2 i[data-notify=icon] {
    display: block;
    left: 15px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 20px;
    background-color: #fff;
    padding: 9px;
    border-radius: 50%;
    max-width: 38px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.alert2.alert-with-icon2 {
    margin-top: 0px;
    padding-left: 47px;
}
.alert2 {
    border: 0;
    border-radius: 100px;
    position: relative;
    padding: 6px 0px;
    line-height: 20px;
    cursor: pointer;
}
.alert2.alert-rose2 {
    background: linear-gradient(60deg, #ffdbdb, #fff6f6);
    color: #000;
}
.alertHover:hover 
{
         box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(233,30,99,.4); 
}

.fieldlist li {
    list-style: none;
    padding-bottom: 1em;
}

.form-control-feedback-custom {
    position: absolute;
    top: 4px;
    right: 0;
}
body{
   padding: 0px;
   overflow-y:  scroll !important;
   overflow-x:  hidden !important;
}
.text-space-normal
{
        white-space:normal !important;
}


#overlaySave {
    position: fixed;
    right: 45%;
    bottom: 0;
    z-index: 1000;
    padding-bottom: 50px;
}
.is-fix-lb
{
        top: -1rem !important;
    left: 0 !important;
    font-size: 1rem !important;
}

.overme {
   /* width: 300px;*/
    overflow:hidden; 
    white-space:nowrap; 
   /* text-overflow: ellipsis; */

}
.k-in{
    overflow:hidden; 
}