/**********************/
/*** EMBEDDED FONTS ***/
/**********************/
@font-face {
  font-family: 'C2PFontAwesome';
  src: url("fonts/C2PFontAwesome.eot");
  src: url("fonts/C2PFontAwesome.eot?#iefix") format("embedded-opentype"), url("fonts/C2PFontAwesome.woff") format("woff"), url("fonts/C2PFontAwesome.ttf") format("truetype"), url("fonts/C2PFontAwesome.svg#c2pfontawesome") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #636363; }

.c2p-button-with-icon {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  height: 40px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 6px;
  padding: 6px 12px 6px 38px;
  border-radius: 0;
  border: 1px #006c94 solid;
  color: #636363;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
  line-height: normal;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: normal;
  white-space: normal;
  transition: none; }
  .c2p-button-with-icon:hover, .c2p-button-with-icon:focus {
    color: #005e80;
    background-color: #FFFFFF; }
  .c2p-button-with-icon:active {
    color: #709020; }
  .c2p-button-with-icon.selected {
    color: #709020;
    cursor: default; }
  .c2p-button-with-icon:disabled, .c2p-button-with-icon:disabled:hover, .c2p-button-with-icon:disabled:active, .c2p-button-with-icon:disabled:focus {
    border: 1px #a5a5a5 solid;
    color: #a5a5a5;
    cursor: default;
    opacity: 0.7;
    background-color: transparent; }
  .c2p-button-with-icon:before {
    display: inline-block;
    width: 30px;
    font-size: 24px;
    font-family: "C2PFontAwesome";
    line-height: 38px;
    font-weight: normal;
    color: #006c94;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0px; }
  .c2p-button-with-icon:hover:before, .c2p-button-with-icon:focus:before {
    color: #005e80; }
  .c2p-button-with-icon:active:before {
    color: #709020; }
  .c2p-button-with-icon.selected:before {
    color: #709020; }
  .c2p-button-with-icon:disabled:before {
    color: #a5a5a5; }

.c2p-huge-button {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  width: 180px;
  height: 140px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 20px;
  padding: 0;
  border-radius: 0;
  border: 1px #006c94 solid;
  color: #636363;
  background-color: transparent;
  font-size: 20px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
  line-height: 1;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: normal;
  white-space: normal;
  transition: none; }
  .c2p-huge-button:hover, .c2p-huge-button:focus {
    color: #005e80;
    background-color: #FFFFFF; }
  .c2p-huge-button:active {
    color: #709020; }
  .c2p-huge-button.selected {
    color: #709020;
    cursor: default; }
  .c2p-huge-button:disabled, .c2p-huge-button:disabled:hover, .c2p-huge-button:disabled:active, .c2p-huge-button:disabled:focus {
    border: 1px #a5a5a5 solid;
    color: #a5a5a5;
    cursor: default;
    opacity: 0.7;
    background-color: transparent; }
  .c2p-huge-button:before {
    display: inline-block;
    width: 60px;
    font-size: 50px;
    font-family: "C2PFontAwesome";
    font-weight: normal;
    color: #006c94;
    text-align: center; }
  .c2p-huge-button:hover:before, .c2p-huge-button:focus:before {
    color: #005e80; }
  .c2p-huge-button:active:before {
    color: #709020; }
  .c2p-huge-button.selected:before {
    color: #709020; }
  .c2p-huge-button:disabled:before {
    color: #a5a5a5; }

.c2p-popup-loading-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100001;
  display: none;
  background-color: rgba(255, 255, 255, 0.6); }

.c2p-popup-loading-message {
  width: 200px;
  height: 100px;
  margin: auto;
  margin-top: 150px;
  background-color: #F8F8F8;
  border: 1px #D8D8D8 solid;
  text-align: center;
  padding: 12px;
  background-image: url("images/loader_48.gif");
  background-position: center 40px;
  background-repeat: no-repeat; }

#c2p_from_computer_button:before {
  content: "\e82e"; }

#c2p_from_facebook_button:before {
  content: "\f308"; }

#c2p_pictures_popup_back_to_sources_button:before {
  content: "\e82f"; }

#c2p_pictures_popup_back_to_albums_button:before {
  content: "\e82f"; }

#c2p_pictures_popup_import_facebook_button:before {
  content: "\e82e"; }

#c2p_pictures_popup_sources_selector, #c2p_pictures_popup_albums_selector, #c2p_pictures_popup_pictures_selector {
  padding-top: 20px;
  display: none; }

#c2p_pictures_popup_sources_selector, #c2p_pictures_popup_albums_container, #c2p_pictures_popup_pictures_container {
  text-align: center; }

.c2p-selectable-picture-container {
  position: relative;
  box-sizing: border-box;
  color: #006c94;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 20px;
  pointer-events: initial;
  white-space: initial;
  display: inline-block;
  border: 1px #006c94 solid;
  outline: none; }

.c2p-selectable-picture-container:after {
  position: absolute;
  font-size: 50px;
  font-family: "C2PFontAwesome";
  line-height: 50px;
  font-weight: normal;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  color: #a5a5a5;
  content: "\e802"; }

.c2p-selectable-picture-container.selected:after {
  color: #006c94; }
