 .onoffswitch {
        position: relative; width: 100px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        display:inline-block;
        float: left;
        
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid 999999; border-radius: 2px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 33px; padding: 0; line-height: 33px;
        font-size: 1.25em; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: normal;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "Open";
        padding-left: 20px;
        background-color: #43AA43; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "Holiday";
        padding-right: 15px;
        background-color: #f78f1e; color: #FFFFFF;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 14px; margin: 5px 3px 5px 5px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 79px;
        border: 2px solid 999999; border-radius: 2px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }  

 .callerswitch {
        position: relative; width: 100px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        display:inline-block;
        float: left;
        
    }
    .callerswitch-checkbox {
        display: none;
    }
    .callerswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid 999999; border-radius: 2px;
    }
    .callerswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .callerswitch-inner:before, .callerswitch-inner:after {
        display: block; float: left; width: 50%; height: 33px; padding: 0; line-height: 33px;
        font-size: 1.25em; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: normal;
        box-sizing: border-box;
    }
    .callerswitch-inner:before {
        content: "My #";
        padding-left: 22px;
        background-color: #43AA43; color: #FFFFFF;
    }
    .callerswitch-inner:after {
        content: "Caller #";
        padding-right: 15px;
        background-color: #969190; color: #FFFFFF;
        text-align: right;
    }
    .callerswitch-switch {
        display: block; width: 14px; margin: 5px 3px 5px 5px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 79px;
        border: 2px solid 999999; border-radius: 2px;
        transition: all 0.3s ease-in 0s; 
    }
    .callerswitch-checkbox:checked + .callerswitch-label .callerswitch-inner {
        margin-left: 0;
    }
    .callerswitch-checkbox:checked + .callerswitch-label .callerswitch-switch {
        right: 0px; 
    }      

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index:9999;
    font-size: 20px;
    text-align: center;
    padding-top: 200px;
    color: #fff;
}

/* START: spinnter */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 15px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: white;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
/* END: spinnter */

/* START: Custom Container
===================================================================*/


/*==================================================
 * Effect 1
 * ===============================================*/
.custom-container {
	box-sizing: border-box;
	max-width: 620px;
    min-width: 620px;
	padding: 35px 50px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.custom-container-transparent {
	box-sizing: border-box;
	max-width: 768px;
	padding: 35px 50px;
	background-color: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.custom-container:before,
.custom-container:after {
	content: "";
	display: table;
}
.custom-container:after {
	clear: both;
}
.custom-container-center {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.custom-container {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

.effect1
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect1:before, .effect1:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    border-radius:100px / 10px;
} 
.effect1:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

/* END: Custom Container
===================================================================*/

/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + .checkflip-label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#checkflip input.cmn-toggle-yes-no + .checkflip-label {
  padding: 2px;
  width: 60px;
  height: 25px;
}
#checkflip input.cmn-toggle-yes-no + .checkflip-label:before, #checkflip input.cmn-toggle-yes-no + .checkflip-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: 28px;
}
#checkflip input.cmn-toggle-yes-no + .checkflip-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;
}
#checkflip input.cmn-toggle-yes-no + .checkflip-label:after {
  background-color: #43AA43;
  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;
}

#checkflip input.cmn-toggle-yes-no:checked + .checkflip-label:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#checkflip input.cmn-toggle-yes-no:checked + .checkflip-label:after {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

/* ============================================================
  SWITCH 2 - Email OR sms-toggle
============================================================ */
.sms-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.sms-toggle + .checkflip-label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#checkflip input.sms-toggle-yes-no + .checkflip-label {
  padding: 2px;
  width: 100px;
  height: 25px;
}
#checkflip input.sms-toggle-yes-no + .checkflip-label:before, #checkflip input.sms-toggle-yes-no + .checkflip-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: 28px;
}
#checkflip input.sms-toggle-yes-no + .checkflip-label:before {
  background-color: #AA43AA;
  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;
}
#checkflip input.sms-toggle-yes-no + .checkflip-label:after {
  background-color: #43AA43;
  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;
}

#checkflip input.sms-toggle-yes-no:checked + .checkflip-label:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#checkflip input.sms-toggle-yes-no:checked + .checkflip-label:after {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}


.uk-modal-header {
  margin-bottom: 15px;
  margin: -20px -20px 15px -20px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background: #fafafa;
}

.gimme-grid-space {
  margin-bottom: 5px;
}