/**
 * Copyright (c) 2016-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the code directory.
 */

 #wrapper {
   box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
   display: block;
   width: 600px;
   background: url(../../images/Adminhtml/small-store.png) no-repeat;
   background-position-x: 92%;
   background-position-y: 169px;
   background-size: 200px;
 }

 #wrapper-debug {
   box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
   display: block;
   width: 600px;
 }


#facebook-header {
  width: 600px;
  color: #141823;
  padding: 0;
  direction: ltr;
  unicode-bidi: embed;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  background-repeat: repeat-x;
  background-size: 1px 42px;
  background-position: 0 0;
  background-color: #5267B1;
  border: 0;
  border-bottom: 1px solid #133783;
  box-shadow: none;
  font-family: helvetica, arial, sans-serif;
  position: relative;
  border: 0;
  border-radius: 3px 3px 0 0;
  color: #141823;
  line-height: 1.28;
}

#fae-flow {
  padding-bottom: 5px;
}

#facebook-header td {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

#facebook-header .logo {
  background-image: url(../../images/Adminhtml/facebook.png);
  background-size: 100px 19px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 10px 10px 7px 20px;
  width: 100px;
  height: 24px;
}

#fae-loader {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 280px;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#fae-debug-mode-text {
  padding-left: 10px;
  padding-top: 5px;
}

#fae-debug-mode-link {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.fae-upgrade-notice {
  font-size: 14px;
  font-weight: bold;
  color: rgb(126,129,136);
}

div.red-text {
  color: red;
}
div.green-text {
  color: green;
}

div.fae-flow-container {
  width: 540px;
  color: #141823;
  line-height: 1.28;
  margin: 0 auto;
  padding: 0px 0px 25px 0px;
  direction: ltr;
  unicode-bidi: embed;
  color: #141823;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

div.fae-flow-container>div {
  margin-top: 18px;
  margin-bottom: 18px;
}

div.fae-flow-container div.header {
  background: white !important;
  text-align: left;
  font-family: helvetica, arial, sans-serif;
  color: #141823;
  margin-top: 20px;
  margin-bottom: 0px;
}

div.fae-flow-container div.header h2 {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: normal;
}

div.fae-flow-container div.settings h2 {
  color: rgb(126,129,136);
  margin-top: 0px;
}
div.fae-flow-container div.settings h1 {
  color: rgb(126,129,136);
  margin-top: 0px;
  font-size: 14px;
}

div.fae-flow-container a {
  color: #3b5998;
  text-decoration: none;
}

div.fae-flow-container ul {
  list-style-type: disc;
  margin: 10px 10px 10px 19px;
}

div.fae-flow-container button {
  background-color: #f6f7f8;
  background-repeat: repeat-x;
  border: 1px solid;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-sizing: content-box;
  font-family: helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  border-color: #e0e1e2;
  color: #4e5665;
  text-shadow: 0 1px 0 #fff;
  background-position: 0 -75px;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  margin: 8px 12px 10px 0px;
  height: 30px;
  width: 82px;
}

div.fae-flow-container button.blue {
  background-position: 0 -389px;
  background-color: rgb(86,120,227);
  border-color: #435a8b #3c5488 #334c83;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

div.fae-flow-container button.long {
  background-position: 0 -500px;
  background-color: rgb(86,120,227);
  border-color: #435a8b #3c5488 #334c83;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  width: 160px;
}

div.fae-flow-container button.small {
  height: 20px;
  padding: 0px;
  width: 60px;
  margin-top: 10px;
}

div.fae-flow-container textarea {
  background-repeat: repeat-x;
  border: 1px solid;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-sizing: content-box;
  font-family: helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  vertical-align: middle;
  border-color: #cccccc #c5c6c8 #b6b7b9;
  color: #4e5665;
  text-shadow: 0 1px 0 #fff;
  padding: 10px 16px;
  margin: 3px;
}

div.fae-flow-container select {
  margin: 10px 16px;
}

div.fae-flow-container label {
  font-family: helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 14px;
  color: #4e5665;
  padding: 0px;
}

div.fae-flow-container hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

div.fae-flow-container .feed-footnote {
  list-style-type: decimal;
  font-size: 0.8em;
  margin-left: 12px;
}

div.fae-flow-container li {
  padding-left: 16px;
}

div.fae-flow-container h1 {
  font-size: 18px;
  color: #141823;
  font-weight: bold;
  font-family: arial;
  width: 400px;
  margin-top: 30px;
}

div.fae-flow-container h2 {
  font-size: 14px;
  line-height: 18px;
  color: rgb(0,0,0);
  font-weight: normal;
  width: 520px;
  margin-top: 16px;
}

div.fae-flow-container .modal-container {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
}

div.fae-flow-container .modal-container .modal {
  text-align: left;
  width: 600px;
  background-color: white;
  margin: 20% auto;
  border-radius: 3px;
}

div.fae-flow-container .modal-container .modal .modal-header {
  font-size: 14px;
  font-weight: bold;
  background-color: #f6f7f8;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 3px 3px 0 0;
  color: #141823;
  padding: 10px 12px;
}

div.fae-flow-container .modal-container .modal .modal-content {
  color: #232937;
  font-size: 14px;
  line-height: 18px;
  padding: 30px 12px;
}

div.fae-flow-container .modal-container .modal .modal-close {
  text-align: right;
  border-top: 1px solid #dcdee3;
  margin: 0 12px;
  background-color: #fff;
  padding: 12px 0;
}

div.fae-flow-container .modal-container .modal .modal-close button {
  margin: 0;
  padding: 0 14px;
}
