.ms-hide {
  display: none;
}
/*--------------------------------------------------------------
# Popup Box Styles
--------------------------------------------------------------*/
.mstoic_ModalBox,
.mstoic-popup-outer {
  -webkit-transition-duration: 200ms;
     -moz-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  opacity: 0;
}
.mstoic-popup-outer {
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
}
.mstoic_ModalBox.show .mstoic-popup-outer {
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.mstoic_ModalBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.mstoic_ModalBox.show {
  opacity: 1;
}
.mstoicPopUpContainer {
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.mstoicPopUpContainer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.mstoicPopUp {
  text-align: left;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: #FFF;
  min-width: 50%;
  max-width: 800px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  overflow-y: auto;
}
@media screen and (min-width: 1000px) {
  .mstoicPopUp {
    min-width: 60%;
  }
}
.mstoicPopUp input[type="number"],
.mstoicPopUp input[type="text"],
.mstoicPopUp select,
.mstoicPopUp textarea {
  width: 100%;
  margin: 10px 0;
  padding: 5px 10px;
  color: #666;
  text-align: left;
  line-height: 1.5em;
  border: 0;
  outline-offset: -1px;
  outline: 1px solid #ddd;
}
.mstoicPopUp input[type="number"]:focus,
.mstoicPopUp input[type="text"]:focus,
.mstoicPopUp select:focus,
.mstoicPopUp textarea:focus {
  outline: 1px solid #999;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.mstoicPopUp textarea {
  min-height: 10em !important;
  resize: vertical;
}
.mstoicPopUp h2,
.mstoicPopUp h3 {
  text-align: left;
  line-height: 1.5em;
  text-transform: uppercase;
}
.mstoicPopUp h2 {
  margin: 0;
  padding: 10px 40px 10px 5%;
  background-color: #00A7F7;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
}
.mstoicPopUp h3 {
  margin: 0;
  font-size: 1.2em;
  color: #555;
}
.mstoicPopUp h3 span {
  font-size: 0.8em;
  text-transform: initial;
  vertical-align: top;
  padding-left: 5px;
  color: #28A5D6;
}
.mstoicPopUp h4 {
  margin-left: 30px;
}
.mstoicPopUp .close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.mstoicPopUp label.option-detail {
  width: 100%;
  text-align: left;
}
.mstoicPopUp input[type="number"],
.mstoicPopUp input[type="text"],
.mstoicPopUp input[type=url],
.mstoicPopUp input[type=email] {
  height: 3em;
  width: 100%;
  line-height: 2em;
}
.mstoicPopUp select {
  height: 2.5em;
}
.mstoicPopUp #cfFields label.option-detail {
  display: block;
  margin: 0 0 2em;
}
.mstoicPopUp #cfFields label.option-detail:last-child {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .mstoicPopUp #cfFields label.option-detail {
    display: inline-block;
    width: auto;
  }
}
.section {
  display: table;
  width: 90%;
  border-bottom: 1px solid #F1F1F1;
  padding: 1.5em 5%;
}
.section-details.title {
  background: #F9F9F9;
}
.section:last-child {
  border-bottom: none;
}
span.option {
  text-align: left;
  font-size: 1.1em;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  span.option {
    display: table-cell;
    width: 40%;
    max-width: 40%;
    padding-right: 10px;
  }
}
@media screen and (min-width: 600px) {
  .option-detail {
    display: table-cell;
    min-width: 50%;
    margin-left: 10%;
  }
}
input.do-shortcode {
  float: right;
}
.mstoic-shortcodes-modal,
.mstoic-shortcodes-modal * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mstoic-shortcodes-modal .section,
.mstoic-shortcodes-modal * .section {
  width: 100%;
}
.mstoic-shortcodes-modal .wp-color-result,
.mstoic-shortcodes-modal * .wp-color-result {
  height: 24px;
}
.ms-modal-container {
  width: 100%;
  height: 100%;
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.mstoic-shortcodes-modal {
  position: fixed;
  top: 50px;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  background: #FFF;
  min-height: 200px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  width: 80%;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
  visibility: hidden;
}
.mstoic-shortcodes-modal > * {
  opacity: 0;
  -webkit-transition: opacity 500ms;
     -moz-transition: opacity 500ms;
       -o-transition: opacity 500ms;
          transition: opacity 500ms;
}
.mstoic-shortcodes-modal.active {
  display: block;
  visibility: visible;
  -webkit-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
  -webkit-transform: translateX(-50%) translateY(0px);
     -moz-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
       -o-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}
.mstoic-shortcodes-modal.active > * {
  opacity: 1;
  -webkit-transition: opacity 100ms;
     -moz-transition: opacity 100ms;
       -o-transition: opacity 100ms;
          transition: opacity 100ms;
}
.mstoic-shortcodes-modal h2 {
  position: relative;
  margin: 0;
  padding: 10px 40px 10px 10px;
}
.mstoic-shortcodes-modal h2 i {
  padding-right: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}
.mstoic-shortcodes-modal h2 i:after {
  content: '|';
  padding-left: 10px;
  color: #FFF;
}
.shortcodes-list {
  display: block;
  border-collapse: collapse;
  font-size: 1.5em;
  line-height: 1.5em;
}
.shortcodes-list .shortcode {
  width: 200px;
  height: 200px;
  float: left;
  text-align: center;
  position: relative;
  color: #FFF;
  cursor: pointer;
  /* Custom colors for shortcodes list */
}
.shortcodes-list .shortcode:nth-of-type(6n+0) {
  background: #FE9601;
}
.shortcodes-list .shortcode:nth-of-type(6n+1) {
  background: #2c3942;
}
.shortcodes-list .shortcode:nth-of-type(6n+2) {
  background: #acc22c;
}
.shortcodes-list .shortcode:nth-of-type(6n+3) {
  background: #9c64ec;
}
.shortcodes-list .shortcode:nth-of-type(6n+4) {
  background: #5ce3c1;
}
.shortcodes-list .shortcode:nth-of-type(6n+5) {
  background: #CC0063;
}
.shortcodes-list .shortcode.fb_like_button {
  background: #3B5998;
}
.shortcodes-list .shortcode.twitter_follow_button {
  background: #1B95E0;
}
.shortcodes-list .shortcode.youtube_embeds {
  background: #B31217;
}
.shortcodes-list .outer {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shortcodes-list .outer .title {
  font-size: 1.4em;
}
.shortcodes-list .outer .info {
  display: block;
  margin: 10px 0;
  font-size: 0.8em;
  line-height: 1.5em;
}
@media screen and (min-width: 200px) {
  .mstoic-shortcodes-modal {
    width: 200px;
    min-width: inherit;
    max-width: 200px;
  }
}
@media screen and (min-width: 500px) {
  .mstoic-shortcodes-modal {
    width: 400px;
    max-width: 400px;
  }
}
@media screen and (min-width: 700px) {
  .mstoic-shortcodes-modal {
    width: 600px;
    max-width: 600px;
  }
  .mstoic-shortcodes-modal .shortcode {
    height: 250px;
    width: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .mstoic-shortcodes-modal {
    width: 800px;
    max-width: 800px;
  }
  .mstoic-shortcodes-modal .shortcode {
    height: 200px;
    width: 25%;
    font-size: .8em;
  }
}
.notice.mstoic-shortcodes {
  margin: 10px 0;
  padding: 10px;
  border-left: 4px solid #CDDC39;
  display: inline-block;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ms-image-upload input {
  height: 35px;
  display: block;
}
.ms-image-upload input[type="text"] {
  width: 100%;
}
.mstoic-shortcodes-modal .ms-image-upload .ms-img-upload-button {
  float: right;
}
.ms-image-upload span {
  display: block;
}
.ms-img-upload-field {
  width: 100%;
  margin-bottom: 10px;
}
/* Counter For Image Upload */
.ms-image-upload {
  position: relative;
  clear: both;
  margin: 20px 0;
  display: table;
}
.ms-outer-padding {
  width: 100% !important;
  padding: 0 5%;
}
.ms-image-upload label {
  font-size: 1em;
  display: block;
  margin-bottom: .4em;
}
.ms-image-upload p:first-child {
  margin-top: 0;
}
/* Counter For Image Upload Ends */
.clear-float {
  display: table;
  width: 100%;
  margin: 20px 0%;
  clear: both;
}
.clear-float .align-left {
  float: left;
}
.clear-float .align-right {
  float: right;
}
/* Option Input Description */
.section-details .desc {
  display: block;
  font-size: 0.8em;
  padding-left: 0.1%;
  margin: .5em 0 1em;
  color: #666;
}
.section.mstoic-color-picker .option {
  vertical-align: top;
}
.align-center {
  margin: 0 auto;
}
/* Live Preview Button Container */
.ms-live-preview-container {
  text-align: center;
}
.ms-live-preview-container .live-preview .mstoic-shortcodes {
  display: inline-block;
  margin: 20px 0;
}
.ms-live-preview-container .mstoic-shortcodes {
  width: 100%;
}
/**/
.ms_slider input.disabled {
  margin: 10px 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #666;
}
/* Mstoic Shortcodes Editor CSS */
.ms-editor span.option,
.fontAwesomeSelect span.option {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
}
/* Loader */
.loader:before,
.loader:after,
.loader {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  -moz-animation: load7 1.8s infinite ease-in-out;
    -o-animation: load7 1.8s infinite ease-in-out;
       animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
       animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
       animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@-moz-keyframes load7 {
  0%,
  80%,
  100% {
    -moz-box-shadow: 0 2.5em 0 -1.3em;
         box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -moz-box-shadow: 0 2.5em 0 0;
         box-shadow: 0 2.5em 0 0;
  }
}
@-o-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
       -moz-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
       -moz-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
.ms-live-preview-container .loader {
  color: #06AFFB;
}
/* Popup Box: Field: Font Awesome */
.fontAwesomeSelect i {
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 1.2em !important;
  color: #666;
  top: 50%;
  position: relative;
  -webkit-transition: .2s all;
     -moz-transition: .2s all;
       -o-transition: .2s all;
          transition: .2s all;
}
.fontAwesomeSelect i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fontAwesomeSelect i:hover,
.fontAwesomeSelect i.active {
  background: #40A8F7;
  color: #FFF;
  cursor: pointer;
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
  z-index: 2;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
