/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-comment:before {
    content: "\f075";
}*/

#xoneapp-sf-module .visible-xs { 
  display: none;
}

#xoneapp-sf-module .btn {
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

#xoneapp-sf-module .btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
}

#xoneapp-sf-module .btn-default {
    color: #333333;
    background: white;
    border: 1px solid #e7eaec;
}

#xoneapp-sf-module .btn-success:hover, #xoneapp-sf-module .btn-success:focus, #xoneapp-sf-module .btn-success:active, #xoneapp-sf-module .btn-success.active, #xoneapp-sf-module .open .dropdown-toggle.btn-success, #xoneapp-sf-module .btn-success:active:focus, #xoneapp-sf-module .btn-success:active:hover, #xoneapp-sf-module .btn-success.active:hover, #xoneapp-sf-module .btn-success.active:focus {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    color: #FFFFFF;
}

.xoneapp-sf-btn {
  font-size: 11px;
  margin-right: 10px;
 /* position: fixed;
  bottom: -3px;
  right: 60px;
  width: auto;*/
}

#xoneapp-sf-module p {  
  font-size: 13px;
  line-height: 1.42857143;
}

#xoneapp-sf-module h2 {
  font-size: 24px;
}

#xoneapp-sf-module hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#xoneapp-sf-note-tmp {
  width: 444px;
  height: auto;
  min-height: 90px;
  outline: none;
  /*font-family: Arial,sans-serif;*/
  padding: 4px;
}

#xoneapp-sf-note-tmp:focus,
#xoneapp-sf-overview-note:focus {  border: 1px solid #64b7cc }

#xoneapp-sf-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#xoneapp-sf-welcome {
  top: 30%;
  left: 50%;
  margin-left: -270px;
  display: block;
  position: fixed;
}

.xoneapp-sf-logo {
  background: url(icons.png) -0px -0px no-repeat;
  width: 34px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  padding-left: 40px;
  height: 32px;
}

.xoneapp-sf-next-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
}

.xoneapp-sf-back-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
  margin-right: 20px;
}

.xoneapp-sf-submit-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
}

.xoneapp-sf-close-btn {
  width: 72px;
  /*height: 29px;*/
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
}

.xoneapp-sf-helper {
  background: rgba(0,0,0,0);
  cursor: default;
}

.xoneapp-sf-helper[data-type="highlight"]>.xoneapp-sf-helper-inner {  background: rgba(0,68,255,0.1) }
#xoneapp-sf-close {
  cursor: pointer;
  position: absolute;
  background: url(icons.png) -0px -64px;
  width: 30px;
  height: 30px;
}

.xoneapp-sf-wizard-close {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(icons.png) -0px -34px;
  width: 30px;
  height: 30px;
  opacity: 0.65;
}

.xoneapp-sf-wizard-close:hover {  opacity: 1 }

#xoneapp-sf-welcome-error,
#xoneapp-sf-overview-error {
  display: none;
  color: #f13e3e;
  float: right;
  margin-right: 30px;
  font-size: 13px;
  line-height: 29px;
}

#xoneapp-sf-overview-error {  margin-top: 20px }

#xoneapp-sf-highlighter {
  display: none;
  bottom: 100px;
  right: 100px;
  position: fixed;
  width: 540px;
  /*height: 275px;*/
  height: 370px;
}

#xoneapp-sf-overview {
  display: none;
  top: 10%;
  left: 50%;
  margin-left: -420px;
  position: fixed;
  width: 840px!important;
  height: auto;
}

#xoneapp-sf-submit-error,
#xoneapp-sf-submit-success {
  top: 30%;
  left: 50%;
  margin-left: -300px;
  display: block;
  position: fixed;
  width: 600px;
  height: auto;
}

.xoneapp-sf-btn {
  /*padding: 10px;
  outline: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  z-index: 40000;*/
}

.xoneapp-sf-btn-gray {
  text-align: center;
  cursor: pointer;
  /*font-family: 'Open sans';
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);*/
  /*color: #444;*/
  /*border-radius: 2px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);*/
}

.xoneapp-sf-btn-gray:hover {
  /*color: #333;
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);*/
}

.xoneapp-sf-btn-blue {
  text-align: center;
  cursor: pointer;
  /*font-family: 'Open sans';*/
  border-radius: 2px;
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  border: 1px solid #2f5bb7;
  color: #fff;
}

#xoneapp-sf-note-tmp,
#xoneapp-sf-overview-note {  resize: none }
#xoneapp-sf-welcome,
#xoneapp-sf-highlighter,
#xoneapp-sf-overview,
#xoneapp-sf-submit-success,
#xoneapp-sf-submit-error {
  /*font-family: Arial,sans-serif;*/
  z-index: 40000;
  background: #fff;
  border: 1px solid rgba(0,0,0,.333);
  padding: 30px 42px;
  width: 540px;
  border: 1px solid rgba(0,0,0,.333);
  outline: 0;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  background: #fff;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transform: translateZ();
}

.xoneapp-sf-sethighlight,
.xoneapp-sf-setblackout,
.xoneapp-sf-settext {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  color: #444;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin-right: 16px;
  height: 30px;
  line-height: 28px;
  min-width: 90px;
  outline: 0;
  padding: 0 8px;
  display: inline-block;
  float: left;
}

.xoneapp-sf-setblackout, .xoneapp-sf-settext {
  margin-top: 10px;
  clear: both;
}

.xoneapp-sf-sethighlight div {
  background: url(icons.png) 0px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left;
}

.xoneapp-sf-setblackout div {
  background: url(icons.png) -16px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left;
}

.xoneapp-sf-sethighlight:hover,
.xoneapp-sf-setblackout:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #c6c6c6;
  color: #333;
}

.xoneapp-sf-active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  background-color: #eee;
  background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
  background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
  background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
  background-image: -o-linear-gradient(top,#eee,#e0e0e0);
  background-image: linear-gradient(top,#eee,#e0e0e0);
  border: 1px solid #ccc;
  color: #333;
}

#xoneapp-sf-highlighter label {
  float: left;
  margin: 0 0 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
}

#xoneapp-sf-highlighter label.lower {  margin-top: 10px }
.xoneapp-sf-buttons {
  /*float: right;*/
  float: left;
  /*margin-top: 20px;*/
  clear: both;
}

#xoneapp-sf-module h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 8px 0;
}

.xoneapp-sf-additional {  margin-bottom: 20px!important }

#xoneapp-sf-overview-description {  float: left }

#xoneapp-sf-overview-note {
  width: 314px;
  padding: 4px;
  outline: none;
  border: 1px solid #ccc;
  max-height: 200px;
  /* height: 90px; */
 /* font-family: Arial,sans-serif;*/
}

#xoneapp-sf-overview-screenshot {  float: right }

.xoneapp-sf-screenshot {
  max-width: 396px;
  padding: 1px;
  border: 1px solid #adadad;
}

#xoneapp-sf-overview-description-text span {
  font-size: 14px;
  margin: 8px 0;
  color: #666;
  padding-left: 10px;
  background: url(icons.png) -30px -34px no-repeat;
  margin-left: 26px;
}

#xoneapp-sf-browser-info,
#xoneapp-sf-page-info,
#xoneapp-sf-page-structure,
#xoneapp-sf-additional-none {
  margin-top: 16px;
  display: none;
}

#xoneapp-sf-module .input-text {
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 20pt;
  height: 35px;
  width: 300px;
  color: red;
}

#xoneapp-sf-module .xoneapp-sf-custom-highlighter {
  padding: 15px 25px 10px !important; 
  height: 290px !important;
  border-radius: 3px !important;
}

#xoneapp-sf-module .xoneapp-sf-custom-btn-next {
  width: 13%;
  border: navajowhite;
  padding: 5px;
  background-image: -webkit-linear-gradient(top, #2384d3, #15497c);
  color: #fff;
  border-radius: 3px;
}

#xoneapp-sf-module .xoneapp-sf-custom-full-width {
  width: 100%;
  font-size: 13px;
}

#xoneapp-sf-module .xoneapp-sf-custom-toolbar-icon {
  font-size: 11pt;
  color: #777;
}

#xoneapp-sf-module .xoneapp-sf-custom-toolbar-box {
  width: 16.666667%;
  height: 100%;
  border-right: 1px solid #ddd;
  text-align: center;
  float: left;
  padding: 5px;
  cursor: pointer;
}

#xoneapp-sf-module .xoneapp-sf-custom-toolbar-box:hover {
  background-color: aliceblue;
}

#xoneapp-sf-module .is_active {
  background-color: aliceblue; 
}

#xoneapp-sf-module .xoneapp-sf-custom-toolbar-container {
  width: 60%;
  border: 1px solid #ddd;
  background: -webkit-linear-gradient(top, #f5f5f5 0, #ededed 100%);
  margin-bottom: 15px;
}

#xoneapp-sf-module .xoneapp-sf-custom-note {
  font-size: 12px; 
  color: rgba(85, 85, 85, 0.66);
}

#xoneapp-sf-module .no-border {
  border: none !important;
}

#xoneapp-sf-module #fl-image {
  opacity: 0;
  font-size: 11px;
}

#xoneapp-sf-module .xoneapp-sf-custom-upload {
  border-right: none;
  background: url('images/cloud_icon.png');
  background-size: 51%;
  background-repeat: no-repeat;
  background-position: center;
}

#xoneapp-sf-module .hidden {
  display: none;
}

#xoneapp-sf-module #loading-icon {
  background-image: url('images/loading.gif');
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  position: fixed; 
  z-index: 50000;
  height: 64px;
  width: 64px;
  transform: translate(-50%, -50%);
}

.xoneapp-sf-btn {
  font-size: 13px;
  position: fixed;
  bottom: 0;
  right: 100px;
  z-index: 1000;
}

@media screen and (max-width: 480px) {
  #xoneapp-sf-module .hidden-xs {
    display: none;
  }

  #xoneapp-sf-module .visible-xs {
    display: block;
  }

  #xoneapp-sf-highlighter {
    left: 5px;
  }

  #xoneapp-sf-welcome, #xoneapp-sf-highlighter, #xoneapp-sf-overview, #xoneapp-sf-submit-success, #xoneapp-sf-submit-error {
    width: calc(100% - 10px) !important;
    padding: 15px;
    padding-bottom: 20px;
  }

  #xoneapp-sf-module .xoneapp-sf-custom-highlighter {
    padding: 15px !important;
    padding-bottom: 20px !important;
    height: auto !important;
  }

  #xoneapp-sf-overview, #xoneapp-sf-submit-error, #xoneapp-sf-submit-success {
    margin-left: 0;
    left: 5px;
  }

  #xoneapp-sf-overview-description, #xoneapp-sf-overview-screenshot {
    float: none;
  }

  #xoneapp-sf-overview-note {
    width: 100%;
    max-height: 90px;
  }

  .xoneapp-sf-screenshot {
    max-width: 100%;
    height: 175px;
  }

  #xoneapp-sf-module h3 {
    font-size: 13px;
  }
}