a{
  font-size: 12px;
}
.supported-networks{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.supported-networks li{
	font-size: 30px;
	display: inline;
	padding: 5px 5px 5px 0;
	margin-right: 15px;
}

.small-logo
{
	max-width: 16px;
	float: right;
	margin-left: 5px;
}

.optional
{
	background-color: #dff0d8 !important;
}

.settings div {
	padding-top: 10px;
	padding-bottom: 15px;
	/*color: white;*/
}

.settings input {
	margin-bottom: 10px;
}


.new-post-area{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.new-post-area li{
    display: inline-block;	
    line-height: 50px;
    vertical-align: middle;
}
.new-post-button{
	font-size: 10px !important;
	margin-top: -5px !important;
}

/*on/off switch========================*/
.onoffswitch {
    position: relative; width: 82px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 28px; padding: 0; line-height: 28px;
    border: 2px solid #999999; border-radius: 28px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 28px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 52px;
    border: 2px solid #999999; border-radius: 28px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #56C756;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #56C756;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

.onoffswitch-label .fa
{
    float: left;
    margin-left: 7px;
    margin-top: 2px;
    color:#fff;
    font-size: 20px;	
}


/*on/off switch========================*/

.clickme {
    margin-right: 15px;
}

.clickme:after {
}

.clickme:hover {
    text-decoration: underline;
}

.box {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 4px;
    color: #333;
    margin: 5px 0;
    padding: 15px 10px;
    width: auto;
}

.middle{
    vertical-align: middle !important;
    line-height: 60px;
}

.bootstrap-datetimepicker-widget>ul {padding: 0;}
.bootstrap-datetimepicker-widget .picker-switch{
    background-color: #eee !important;
    cursor: pointer;
}
.post-details{
    background-color: #f5f5f5;
    border-top: 5px solid white;
}
.post-result 
{
    background-color: #eee;    
    border-radius: 0 0 5px 5px;


}
.post-result span
{
    margin-right: 15px;
    float: left;
    display: inline;
}

.post-result strong
{
    float: left;
    margin-right: 15px;
}

.setting-guide h2
{
    width: 100%;
    padding: 10px;
    background-color: #eee;
    border-bottom: 2px solid #cfcfcf;
}

.photoset {
    position: relative;
    text-align: center;
    background-color: #555;
    border: 1px solid #bfbfbf;
    min-height: 109px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 22px;
    line-height: 0;
}



.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {}

.connected{
    font-weight: bold !important;
    color: green !important;
}

.label_field{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#editor_wrap{
  padding: 10px;
  border: 1px solid #cfd1cf !important;
  border-radius: 3px;
  margin-top: 10px; 
}

#editor_wrap a{
  margin-right: 15px;
  cursor: pointer;

}
.s9:before, .s9:after {
   z-index: -1;
   position: absolute;
   content: "";
   bottom: 15px;
   left: 10px;
   width: 50%;
   top: 80%;
   max-width:300px;
   background: #777;
   -webkit-box-shadow: 0 15px 10px #777;
   -moz-box-shadow: 0 15px 10px #777;
   box-shadow: 0 15px 10px #777;
   -webkit-transform: rotate(-3deg);
   -moz-transform: rotate(-3deg);
   -o-transform: rotate(-3deg);
   -ms-transform: rotate(-3deg);
   transform: rotate(-3deg);
}
.s9:after {
   -webkit-transform: rotate(3deg);
   -moz-transform: rotate(3deg);
   -o-transform: rotate(3deg);
   -ms-transform: rotate(3deg);
   transform: rotate(3deg);
   right: 10px;
   left: auto;
}

page {
  background: white;
  /*display: block;*/
  display: inline-block;
/*  margin: 0 auto;
*/ 
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  padding: 50px;
    overflow: hidden;

}

page img{
  max-width: 18cm;
}

page div{
  max-width: 18cm !important;
}


.page-break { page-break-before: always; }


page[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
/*  overflow: scroll;*/
}

page[size="A4Auto"] {  
  width: 21cm;
  height: auto;
}

page[size="A4Center"] {  
  width: 21cm;
  height: auto; 
  margin: 0 auto;
  margin-bottom: 50px;
  /* Title position fix */
  position: relative;
  padding-top: 30px;  
}


.nav-pills{
  margin-bottom: 15px !important;
}


#show_more_options{
  cursor: pointer;
  font-size: 12px;
  margin:  10px 0 5px 0;
}

#add-contact-form > input {
  margin-bottom: 5px !important;
}


.contact-email{
  color: #557eaa;
  font-weight: 700;
  
}

.contact-fullname{
  color: #395c82;font-size: 11px;
}

.contact-phone{
  color: #395c82;font-size: 11px;
}


#recipients{
  /*margin: 15px 0 15px 0;*/
}

#recipients .recipient{
  margin: 5px 0 5px 0;
}

#recipients .recipient .count{
  float: left;
  padding: 7px;
  background-color: gray;
  display: inline;
}
#add-recipient{
  cursor: pointer;
}


.option-fields{
  margin: 5px 0 5px 0 !important;
}

.cc{
    margin: 5px 0 10px 0 !important;
}

.preview_doc_info{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.preview_doc_info li{
  display: inline-block;
  margin-right: 15px;

}

.send-sign-button{
  margin-bottom: 10px !important;
}

.doc-buttons a{
  margin-right:5px;
}


.show-cc-container{
  margin-bottom: 10px;
}

.message{
  margin: 10px 0 10px 0;
}

.message textarea{
  margin: 5px 0 5px 0;
}


#document .document_title{
    /*background-color: gold;*/
    /*padding: 5px;*/
    
    /* border-radius: 10px 0 0 0; */
    /* top: -139px; */
    /* position: relative; */

    /*position: relative;*/
    /*top: -56px;*/
    /*left: -40px;*/

    background-color: gold;
    padding: 5px;
    position: absolute;  /* Changed from relative to absolute for better control */
    top: 0;              /* Align to the top of its container */
    left: 0;             /* Align to the left of its container */
    z-index: 1;          /* Ensure it's above other elements */
    margin: 0;           /* Remove any default margins */
    display: inline-block; /* Allow the background to fit the content */
}

#document .document_title .dot{
      width: 10px;
    height: 11px;
    background-color: #999999;
    z-index: 6666;
    position: absolute;
    left: -10px;
    top: 0px;
}

.document-info ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.document-info ul li{
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding: 5px;
}

.document-info ul li .value{
  font-weight: bold;
}


.document-info ul li .key .fa{
  margin-right: 10px;
}

#document_edit{
  margin-top: 15px;
}

.signature_field {
    overflow: hidden;
}
.signature 
{
    float: left;
    width: 225px;
    height: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.07);
  box-shadow: 0 1px 3px rgba(0,0,0,0.07);
  background: #fffbe3;
  border: 1px solid #e2ddc2;
  color: #CF5D4E;
  font-weight: 700;
  text-align: center;
  line-height: 100px;
  font-family: arial;
}
.info {
    float: left;
    clear: left;
    width: 225px;
    height: 32px;
}

.signature:hover{
    background: white;
}
#cke_1_top{
    /*background-color: #dddddd !important;*/
    border-bottom: 1px solid #dddddd !important;
}

#addSignature{
    font-size: 12px;
    margin-bottom: 3px;
    cursor: pointer;
}

.pagebreak{
  width: 100%;
  border-top: 2px solid gray;
}

.name{
    background-color: silver;
    border-radius: 2px;
}
.preserve
{
/*  padding: 3px; */  
background-color: #ffffd4;
}

[contenteditable]{
  /*background-color: #d2e9fd;*/
}
[contenteditable]:hover:after {
  content: ' click to edit';
  font-style: italic;
  font-size: 12px;
  font-family: sans-serif;
  color: #ccc;
  .text-stroke(0);
}

[contenteditable]:hover, [contenteditable]:focus {
  background: #FFFFD3;
}

[contenteditable]:focus {
/*  padding: 5px;*/
}

[contenteditable]:focus:after {
  content: '';
}

.doc-fields ul li{
  margin-bottom: 8px;
}

.doc-fields ul li.total{
  color: blue;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.activated{
    background-color: #f5f5f5;
    /*border-left: 4px solid #446e9b;*/
    border-left: 4px solid orange;
}
.preview{
    cursor: pointer;
}
.preview:hover{
    background-color: #f5f5f5;

}

.enlarge a{
    color: white;
}
.actions{
    margin-top: -15px;
    list-style-type: none;

}

.actions li{
    display: inline;
}

.actions li a{
    margin-left: 5px !important;
}

.reminder{
    font-size: 11px;
    color: #cccccc;
}

.viewed{
    font-size: 10px;
    padding: 1px 2px;
    background-color: #3399f3;
    color: white;
}

.continuous-1 {
  background: 
      linear-gradient(currentColor 0 0) 
      var(--d, 201%) 100% /200% 3px 
      no-repeat !important;
  transition:0.5s !important;
}
.continuous-1:hover {
  --d: -101%  !important;
}

.error{
  color: red;
}

.success{
  color: green;
}