@font-face {
    font-family: 'notera';
    src: url('Notera/notera-webfont.eot');
    src: url('Notera/notera-webfont.eot?#iefix') format('embedded-opentype'), url('Notera/notera-webfont.woff2') format('woff2'), url('Notera/notera-webfont.woff') format('woff'), url('Notera/notera-webfont.ttf') format('truetype'), url('Notera/notera-webfont.svg#notera') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Signerica';
    src: url('Signerica_Fat/Signerica_Fat.eot');
    src: url('Signerica_Fat/Signerica_Fat.eot?#iefix') format('embedded-opentype'), url('Signerica_Fat/Signerica_Fat.woff2') format('woff2'), url('Signerica_Fat/Signerica_Fat.woff') format('woff'), url('Signerica_Fat/Signerica_Fat.ttf') format('truetype'), url('Signerica_Fat/Signerica_Fat.svg#Signerica') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -ms-overflow-style: scrollbar;
}

h1.page-header,
h2.page-header {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

.demo {
    margin-top: 55px;
    width: 100%;
    height: 400px;
    border-top: solid 1px #BBB;
    border-left: solid 1px #BBB;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    background: #FFF;
    overflow: scroll;
    padding: 5px;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

h1.editor_h1 { visibility: hidden; position: absolute;}

.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
}

.custom-menu li:hover {
    background-color: #DEF;
}

.uploadBtn-wrap {
    margin-bottom: 15px;
}

.upload-progress-wrap {
    padding: 0 14px;
}

.file-name-wrap {
    padding-left: 15px!important;
    margin-bottom: 7px;
}

.success-header {
    font-size: 24px;
    text-align: center;
}

.success-header .glyphicon-ok {
    color: green;
    padding-right: 13px;
}

.folder-wrap {
    margin-bottom: 20px;
}

#document_folder {
    width: 54%;
}

.input-url {
    width: 77%!important;
    margin-right: 6px;
}

.or-spacing {
    margin-bottom: 8px;
}

.error-prompt {
    color: red;
    font-size: 14px;
}

#msgBox {
    color: red;
}

.glyphicon-folder-close {
    color: #EFAC2A;
}

.close-folder:before {
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\e117";
    padding-right: 6px;
    color: #EFAC2A;
}

.open-folder:before {
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\e118";
    padding-right: 6px;
    color: #EFAC2A;
}

.label-color {
    display: none!important;
}

/*---EDITOR CSS---*/

.nav-editor {
    background: #1C1C1C;
    min-height: 30px!important;
}

.nav-editor .dropdown-menu {
    background: #1C1C1C!important;
    font-size: 12px;
}

.nav-editor .top-nav .dropdown-menu li a {
    padding: 5px 20px;
}

.nav-editor .dropdown-menu li a:hover {
    background: #ccc!important;
}

.nav-editor .top-nav {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99999;
    position: relative;
}

.nav-editor .top-nav li a {
    color: #ccc;
    padding: 5px 10px;
}

#tabs-editor .nav-tabs-editor>li>a>span>i {
    font-size: 15px;
}

#tabs-editor .nav-tabs-editor>li>a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px!important;
    background: #0B80DC;
    border-radius: 0;
    margin-right: 0;
    text-align: center;
    box-shadow: 0px 3px 2px 0px #444;
    -moz-box-shadow: 0px 3px 2px 0px #444;
    -webkit-box-shadow: 0px 3px 2px 0px #444;
    border: none;
}

#tabs-editor .nav-tabs-editor>li:first-child>a {
    border-radius: 0 0 0 4px;
    box-shadow: 0px 2px 2px 1px #444;
    -moz-box-shadow: 0px 2px 2px 1px #444;
    -webkit-box-shadow: 0px 2px 2px 1px #444;
}

#tabs-editor .nav-tabs-editor>li:last-child>a {
    border-radius: 0 0 4px 0;
    box-shadow: 0px 2px 2px 1px #444;
    -moz-box-shadow: 0px 2px 2px 1px #444;
    -webkit-box-shadow: 0px 2px 2px 1px #444;
}

.nav-tabs-editor>li.active>a {
    background: #0B80DC!important;
    border-color: #0B80DC!important;
    color: #444!important;
}

.nav-tabs-editor>li.active {
    z-index: 1;
}

#tabs-editor .nav-tabs>li>a:hover {
    border: none;
    color: #444!important;
}

#insertImgBtn {
    margin-top: 15px;
}

.insert-img-below {
    display: none;
}

div#nav-wrapper {
    width: 1200px;
    margin: 0 auto;
}

#imgPrev {
    padding: 0 12px;
}

#signature-drawer {
    height: 300px;
    width: 450px;
    margin: 0 auto;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 60px;
}

.svg-preview {
    text-align: center;
    width: 130px;
    margin: 0 auto;
}

.signature-btn button {
    float: right!important;
    margin-right: 8px;
}

#input_sign {
    width: 48%;
    height: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#signature-text {
    display: none;
}

#insertSignature {
    display: none;
}

#signature-drawer {
    margin-top: 20px;
    margin-bottom: 25px;
}

#save {
    padding: 8px 0;
    float: left;
}

/*#save-btn{
    padding: 13px;
     background: #F8981D;
     color: #fff;
     border-radius: 100%;
     font-size: 30px;
     outline: none;
     border: 6px solid #B5E5FB;
}
*/

/*#save-btn {
     background: #F8981D;
     background-image: -webkit-linear-gradient(top, #F8981D, #FC7801);
     background-image: -moz-linear-gradient(top, #F8981D, #FC7801);
     background-image: -ms-linear-gradient(top, #F8981D, #FC7801);
     background-image: -o-linear-gradient(top, #F8981D, #FC7801);
     background-image: linear-gradient(to bottom, #F8981D, #FC7801);
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
     font-family: Arial;
     color: #ffffff;
     font-size: 20px;
     padding: 10px 30px 10px 20px;
     text-decoration: none;
     border: 1px solid #F8981D;
}
*/

#save-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0;
    border: 1px solid #f0c14b;
    border-radius: 30px;
    color: #212121;
    font-family: Arial;
    font-size: 20px;
    padding: 10px 30px 10px 20px;
    text-decoration: none;
}

.btn-green {
    background: #83b400!important;
    border: 1px solid #83b400!important;
    color: #fff!important;
}

body *:not(.slick-track):not(.slick-list) {
    outline: none!important;
}

button#help * {
    color: red;
}

#save-btn .tools-label {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

#tabs-editor .nav-tabs-editor {
    margin-right: 30px;
    float: left;
    border: none;
}

.nav-tabs-editor>li.active::after {
    border-bottom: 25px solid #28B6F6!important;
}

.header-logo .tab-content {
    position: relative!important;
    z-index: 1;
    padding-top: 5px;
    float: left;
    width: 550px;
    border-radius: 0 0 8px 8px;
}

.header-logo {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    border-top: 2px solid #878C92;
    z-index: 12;
    border-bottom: 1px solid #878C92;
}

.header-logo a,
.header-logo .logoish {
    padding: 15px;
    float: left;
}

.header-logo a img,
.header-logo div img {
    height: 30px;
    width: auto;
}

.tab-content #main-editor-tools button,
.tab-content #main-editor-tools .btn_help {
    color: #000;
    width: 60px;
    height: 60px;
    background: #E1F5FE;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}

.tab-content #main-editor-tools button i {
    font-size: 20px;
    width: 100%!important;
    height: auto;
}

.tab-content #main-editor-tools .btn_help i {
    font-size: 15px;
    height: auto;
	padding: 0px;
}

.editor1 span.\31 _help_howtouse {
    margin-left: 4px;
}

.editor1 ul.help_btn i.fa {
    margin: 0 7px 0 0;
}

.editor1 .help_btn span {
    text-transform: uppercase;
}

.tab-content #main-editor-tools button:hover,
.tab-content #main-editor-tools .btn_help:hover,
.tab-content #main-editor-tools .btn_help a:hover {
    background: #F0F0F0;
    text-decoration: none !important;
}

.btn_help span.pbicon-wrapper {
    display: block;
    float: none;
    margin-top: 4px;
    text-decoration: none !important;
}

.btn_help a.dropdown-toggle.morebtnme {
    padding: 0;
    width: 100%;
	line-height: 1.9;
    margin-top: 1px;
}

.btn_help.open ul.dropdown-menu.btn_more.help_btn {
    left: auto;
    display: block;
    float: right !important;
}

#signature-drawer-wrap {
    margin-top: 12px;
}

.tools-label {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
}

.toolbar {
    background: #fff;
    width: 100%;
    height: 34px;
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 10;
    border-bottom: 1px solid #878C92;
}

.introjs-fixParent .toolbar {
 	position: relative;
 }

.toolbar .editor-toolbar, .toolbar2 {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    height: 32px;
    margin-top: 1px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-right: 65px;
}

#text-toolbar .btn, #text-editor .btn {
    background-color: #fff!important;
    color: #ccc;
    box-shadow: none;
    font-size: 12px;
    border-radius: 0!important;
    width: 32px;
    ;
}

.toolbar #text-toolbar select#text-font {
    width: 150px!important;
}

.toolbar #text-toolbar select#text-size {
    width: 70px!important;
}

.toolbar #text-toolbar select#text-font, .toolbar #text-toolbar select#text-size {
    border-radius: 0px;
    padding: 0;
    font-size: 12px;
    border: none;
    border-left: 1px solid #ccc;
    font-weight: bold;
    margin-right: -3px;
}

.toolbar #text-toolbar .btn.active, .toolbar #symbols .btn.active {
    background-color: #fff!important;
    color: #000;
    outline: none;
}

.toolbar #text-toolbar .colorpicker button .front-swatch {
    background: #fff!important;
    border: none;
    margin: 0 auto;
    color: #000;
}

#text-toolbar .btn.dropdown-toggle {
    background-color: #fff!important;
}

#sidebar {
    width: 170px;
    display: table-cell;
    background: #EFEFEF;
    border-right: 1px solid #878C92;
    height: 100%;
    vertical-align: top;
}

#sidebarview {
    width: 100%;
    height: 500px;
    float: left;
    overflow: auto;
    position: relative;
    height: 90%;
    min-width: 100px;
}

#sidebarview a {
    margin: 5px 23px;
    display: inline-block;
}

#viewer-toolbar {
    padding: 8px 5px;
    background: #fff!important;
    color: #2E3C49;
    text-align: center;
}

#viewer-toolbar .btn {
    color: #2E3C49!important;
    box-shadow: none;
    padding: 0;
    background: #fff!important;
}

#viewer-toolbar span.lbl {
    font-size: 10px;
}

.vertical-stretch-wrapper {
    top: 100px;
    background: #011333;
    float: left;
    height: 100%;
    display: table;
    width: 100%;
}

.thumbnailContainer {
    position: relative;
}

.thumbnailContainer canvas {
    width: 118px;
}

span.thumb_page {
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    background: #ccc;
    color: #000;
}

.page_active canvas {
    border: 2px solid #FE8F00;
}

.page_active span.thumb_page {
    background: #FE8F00;
    color: #fff;
}

#sidebarview::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    /* for vertical scrollbars */
    height: 13px;
    /* for horizontal scrollbars */
}

#sidebarview::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
}

#sidebarview::-webkit-scrollbar-thumb {
    background: #B2B2B2;
    border-radius: 4px;
}

#pdf-block::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    /* for vertical scrollbars */
    height: 13px;
    /* for horizontal scrollbars */
}

#pdf-block::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
}

#pdf-block::-webkit-scrollbar-thumb {
    background: #B2B2B2;
    border-radius: 4px;
}

body .centered-wrapper {
    width: 96%;
    float: left;
    margin-left: 1%;
    padding-bottom: 30px;
    visibility: hidden;
}

input#zoom_value_range {
    width: 125px;
    float: left;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 12px;
    background: #2D3E50;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 15px;
    border-radius: 2px;
    background: #0B80DC;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2D3E50;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 12px;
    background: #2D3E50;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 20px;
    width: 15px;
    border-radius: 2px;
    background: #0B80DC;
}

/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 12px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2D3E50;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #2D3E50;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 20px;
    width: 15px;
    border-radius: 2px;
    background: #0B80DC;
}

input[type=range]:focus::-ms-fill-lower {
    background: #2D3E50;
}

input[type=range]:focus::-ms-fill-upper {
    background: #2D3E50;
}

#zoom-toolbar button {
    background: #fff;
    font-size: 13px;
    color: #000;
}

#right-sidebar {
    position: absolute;
    width: 30px;
    background: #BBBBBB;
    height: 100%;
    right: 0;
    overflow: hidden;
}

.nav-tabs-panel {
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    position: absolute;
    width: 610px;
    height: 650px;
}

#right-sidebar .nav>li>a {
    padding: 2px 10px;
    color: #000;
    background: #fff;
    font-weight: bold;
}

.trustpilot-widget.trustpilot_dashboard iframe {
	float: right !important;
    width: 46% !important;
}

#right-sidebar .nav>li>a>i {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    font-weight: bold;
    margin-right: 5px;
}

#right-sidebar .nav>li {
    margin-left: 9px;
    float: right;
}

#right-sidebar>.nav-tabs>li::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 26px solid #FEFEFE;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0px;
    left: -13px;
    z-index: 1;
}

.editor-toolbar2 {
    background: #E0E0E0!important;
}

#viewer-toolbar2 .btn-group .btn {
    padding: 5px 8px;
    background: #E0E0E0;
    color: #2E3C49;
}

#viewer-toolbar2 .btn-group .btn:hover, #viewer-toolbar .btn:hover {
    color: #2196f3!important;
}

.find-button {
    font-weight: bold;
    padding: 8px;
    background: #49B7F4;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    outline: none;
    border: 2px solid #fff;
    float: left;
}

.find-button:hover {
    color: #23527c;
    text-decoration: none;
}

.pbicon-wrapper {
    width: 100%;
    float: left;
}

#right-sidebar {
    z-index: 1;
}

#right-sidebar .tab-content {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 8px 8px 0;
    left: 32px;
    border-radius: none;
    width: 268px;
    /*top: 22px;*/
    height: 100%;
}

.fillable {
    position: absolute;
    z-index: 1;
    margin: 0;
    min-width: 25px;
    color: #000;
}

div.fillable.active {
    z-index: 12!important;
}

input:focus {
    opacity: 1!important;
}

.fillable>input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .fillable textarea, .fillable select {
    background: #FFE8CB;
    width: 100%;
    min-height: 52px;
    height: 100%;
    font-size: 40px;
    /* color: #000!important; */
    /*text-shadow: 0 0 0 #000;
    */
}

.fillable select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fillable select option {
    font-size: 20px;
}

.fillable select::-ms-expand {
    display: none;
}

.fillable .submit {
    width: 100%;
    height: 100%;
    min-width: 360px;
    min-height: 60px;
    line-height: 1.5em!important;
    font-size: 40px;
    /*display: none;
     */
    text-align: center!important;
    font-size: 40px!important;
}

.fillable a.btn.drag-fillable-button {
    position: absolute;
    padding: 0;
    z-index: 999999999!important;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: all-scroll;
    display: none;
}

.fillable .delete-element-button {
    width: 50px;
    height: 50px;
    padding: 0;
    background: red;
    border-radius: 20px;
    border: solid 2px white;
    box-shadow: 0px 1px 2px 0px #999;
    font-size: 35px;
}

.fillable .delete-element-button i {
    color: #fff;
}

.fillable a.btn.drag-fillable-button:hover>button {
    display: block;
}

div.fillable.active {
    z-index: 12!important;
}

.active-layer {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin_side_pane{
	height: 87%;
}

.admin_side_pane

ul.list.admin_side_ul{
	overflow-y: scroll;
  height: 90%;
}

.list {
    list-style: none;
    margin: 2px 0;
}

#fillable .nav {
    margin: 0;
}

#fillable .nav li {
    margin: 0;
    width: 50%;
    text-align: center;
}

#fillable .nav li.active a {
    background: #03A9F5;
    color: #fff;
}

#fillable .tab-pane {
    display: none;
}

#fillable .tab-pane.active {
    display: block!important;
}

#fillable .tab-pane {
    padding: 20px 0!important;
}

#fillable .tab-pane ul li {
    padding: 5px 20px;
    margin: 5px 0;
}

/*.highlighted:hover, .highlighted.active {
    background : #E0EFD0!important;
}
*/

/*.fillable a.btn.drag-fillable-button.active {
     background: #E0EFD0;
     opacity: 0.9;
}
*/

.fillable.active>input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .fillable.active textarea, .fillable.active select, .fillable.active>.fillable input, .fillable.active.gray, .fillable.active .rotateable {
    background: #E0EFD0!important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#processing {
    position: absolute;
    left: 122px;
}

#fields>button {
    width: 75px;
    height: 70px;
    padding: 0;
    margin: 2px 0;
}

#fields button span i {
    font-size: 25px;
}

.fillable input[type="checkbox"] {
    width: 100%!important;
    height: 100%!important;
    min-width: 35px;
    min-height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
    left: 0;
    background: #FFE8CB;
}

.fillable input[type="radio"] {
    width: 100%!important;
    height: 100%!important;
    min-width: 35px;
    min-height: 35px;
    -moz-appearance: treeline;
    margin: 0;
    left: 0;
    background: #FFE8CB;
}

.choice-content-block__icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2AB8F7;
    border-radius: 10px;
    margin: 0 auto 10px;
    font-size: 50px;
    color: #fff;
}

.choice-content-block__item {
    margin: 10px 10px 0 0;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: background .2s;
    transition: background .2s;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: block;
    text-decoration: none!important;
}

.choice-content-block__title {
    font-size: 18px;
    line-height: 21px;
}

.choice-content-block__title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #444;
}

.choice-content-block__text {
    font-size: 13px;
    line-height: 16px;
    max-width: 100%;
    color: #666;
}

#login_box {
    background: #333 url(../../assets/images/public/parallaxbg1.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 40px 0;
}

.modal .input-group.input-group-lg.log-input-block {
    padding-top: 0;
}

.modal #btnlogin {
    margin-top: 50px!important;
}

#successSave.modal .col-md-7 {
    padding-left: 40px;
}

#pdf-wrapper {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transition: 0.02s;
}

.find-button {
    display: none;
}

.font-resizer {
    font-size: 40px;
    display: none;
}

.edit-mode .active .font-resizer {
    display: block;
}

.font-resizer {
    font-size: 45px;
    float: right;
    position: absolute;
    top: -65px;
    right: 0px;
    width: 160px;
    text-align: right;
}

#pdf-block {
    outline: none;
}

.symbol {
    cursor: crosshair;
}

:root .print {
    background: none!important;
    border: none!important;
    color: #000;
    opacity: 1!important;
}

:root .hide {
    display: none!important;
}

span.input-group-addon {
    height: auto!important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: 1!important;
}

/* new */

.clear {
    clear: both;
}

div#symbol-colorpicker {
    /*padding: 3px;
    */
    border-right: 1px solid #ccc;
}

div#tooltip_messsage {
    font-size: 15px;
    padding: 5px 15px;
    color: #999999;
    float: left;
    display: none;
}

div#tooltip_messsage i {
    font-size: 20px;
    margin-right: 5px;
}

/** * Fields Setting */

.setting {
    display: none;
}

span.setting-heading {
    float: left;
    width: 100%;
    margin: 15px 0;
}

span.setting-heading i {
    font-size: 20px;
}

#pdf-canvas {
    -webkit-backface-visibility: hidden;
}

.fillable-wrapper input[type="checkbox"]:checked:before {
    /* content: "\ed6f"; */
    font-family: 'icomoon';
    top: 0;
}

#signature {
    margin: 0 8px 50px;
}

#signature canvas {
    background-color: #fff;
    border: 1px solid lightgrey!important;
}

.active-editor #transformer .edit-signature-button {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: green;
    border-radius: 20px;
    border: solid 2px white;
    box-shadow: 0px 1px 2px 0px #999;
    font-size: 35px;
}

#uploadSignature .modal-content {
    min-height: 360px;
}

#uploadSignature .modal-header {
    background: #F0F0F0;
    padding: 10px 15px;
}

#uploadSignature .modal-header ul {
    display: block;
    margin: 0 auto;
    border: none;
    text-align: center;
}

#uploadSignature .nav li {
    float: none;
    width: 55px;
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    vertical-align: top;
}

#uploadSignature .nav li.active a {
    border-bottom: 3px solid #1973CB;
    color: #1973CB;
    background: #F0F0F0;
}

#uploadSignature .nav li a {
    text-align: center;
    padding: 8px 0px;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    color: #505050;
    border: none;
}

#uploadSignature i {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

#uploadSignature i.icon {
    font-size: 22px!important;
}

#uploadSignature .tab-content {
    width: 100%;
    padding: 0 15px 15px;
}

/* --------------- upload Image Modal CSS ----------------- */

#uploadImageModal .tab-content {
    width: 100%;
    padding: 0 15px 15px;
}

#uploadImageModal .modal-header {
    background: #F0F0F0;
    padding: 10px 15px;

}

#uploadImageModal .modal-header h5 {
    display: block;
    margin: 0 auto;
    border: none;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

#uploadImageModal .tab-pane {
    width: 100% !important;
}

div#upload_image .nav.nav-tabs {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: none;
}

#uploadImageModal .nav li {
    float: none;
    width: 55px;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: top;
}

#uploadImageModal .nav li.active a {
    border-bottom: 3px solid #1973CB;
    color: #1973CB;
    background: #F0F0F0;
}

#uploadImageModal .nav li a {
    text-align: center;
    padding: 8px 0px;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    color: #505050;
    border: none;
}

div#upload_siggy2 {
    border: 2px dashed #0087F7!important;
    border-radius: 5px;
    background: white;
    text-align: center;
}

#uploadBtn2 {
    margin: 15px auto;
    display: block;
}

#upload_siggy2 .dz-message {
    text-align: center;
    font-size: 16px;
}

div#image_content1 img {
    max-width: 150px;
    border: 4px solid #ccc;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.imageContent1 img.active {
    border-color: #FE8F00 !important;
}
#image_content1 div {
    display: inline-block;
    position:  relative;
}
#image_content1 span.fa.fa-plus-circle {
    position: absolute;
    bottom: 22px;
    left: calc(50% - 17px);
    font-size: 30px;
    color: #FE8F00;
    opacity: 0;
}
#image_content1 > div > div:hover span.fa.fa-plus-circle{
    opacity: 1;
}
#image_content1 > div > div:hover img,
#image_content1 > div > div.active img {
    border-color: #FE8F00;
}

div#upload_siggy2.dropzone .dz-preview {
    margin-right: 15px;
    width: auto;
    text-align: center;
    display: inline-block!important;
    float: none;
}
/* ---------------------end of Upload Image Modal Css ---------------- */
#text {
    text-align: center;
}

#text input {
    margin: 0 auto;
    float: none;
    width: 250px;
    font-size: 18px;
    height: auto;
    display: inline-block;
}

#signature_text {
    float: left;
    width: 100%;
    padding: 10px;
}

span#preview_text {
    border: 1px solid lightgrey;
    width: 100%;
    height: 120px;
    font-size: 20px;
    float: left;
    text-align: center;
    padding: 35px;
    font-family: Signerica;
    font-style: normal;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    text-shadow: 0 0 0 #000;
}

:root .signature input {
    border: 1px solid #d3d3d3;
    width: 100%!important;
    max-width: 100%;
    margin-bottom: 20px!important;
    height: 120px;
    font-size: 20px!important;
    float: left;
    text-align: center;
    padding: 35px;
    font-family: Signerica;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    text-shadow: 0 0 0 #000;
}

:root .signature #signature_text {
    display: none;
}

#sweet-alert-close {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #575757;
    text-decoration: none;
}

#popup_info .modal-title {
    font-weight: bold;
}

#popup_info .modal-body {
    padding: 20px 15px;
}

#popup_info .nav-tabs {
    margin-left: 0;
    border: none;
}

#popup_info .nav>li {
    width: 100%;
    margin: 0;
}

#popup_info .nav-tabs>li>a {
    color: #555;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#popup_info .nav-tabs>li.active>a, #popup_info .nav-tabs>li.active>a:hover, #popup_info .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #DDDDDD;
}

#popup_info .col-md-4 {
    background: #F7F7F7!important;
    padding: 0;
    border-right: 1px solid #ddd;
    height: auto;
}

#popup_info .tab-content {
    width: 100%;
}

#popup_info button.btn.btn-default {
    font-weight: bold;
    width: 200px;
}

.fillable .btn-group, .fillable .btn-group button {
    width: 100%;
    height: 100%;
}

.bootstrap-select {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: none!important;
}

.bootstrap-select.highlighted:hover, .bootstrap-select.highlighted.active:hover {
    background: none!important;
}

.bootstrap-select button {
    opacity: 0;
}

input.select {
    position: relative;
}

.fillable .btn-group button {
    background: #FFE8CB;
    font-size: 40px;
    text-align: left;
    /* min-height: 50px;
     height: 70px;
    */
}

.fillable .btn-group button i {
    position: absolute;
    right: 15px;
    top: 10%;
    width: 30px;
}

.fillable .btn-group .dropdown-menu {
    width: 300px;

    overflow: auto;
}
.fillable.state .btn-group .dropdown-menu {
    min-height: 600px!important;
}
.dropdown-menu.open,
.dropdown-menu.inner {
    min-height: 0!important;
}

.introjs-tooltip.step4 {
    bottom: auto!important;
}

.introjs-tooltip.step5 {
    margin-top: 50px;
}

.introjs-fixedTooltip {
    position: absolute !important;
}

input#txtEmailCC {
    margin-bottom: 20px;
}

#fillable {
    width: 260px;
    overflow: auto;
    height: 100%;
}

#fillable .nav, #fillable .tab-pane {
    width: 96%;
}

:root #signature div {
    margin-top: 0px!important;
}

.actions a {
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

#accordion .panel-default .panel-heading {
    background: #3396D1!important;
    color: #fff!important;
}

/* New Dashboard*/

div#dashboard {
    margin-bottom: 40px;
}

#dashboard .nav {
    margin-top: 40px;
}

#dashboard .form-control {
    width: 100%;
    float: left;
}

#dashboard .documentList .panel .panel-body hr {
    margin: 10px 0;
}

.documentList {
    margin-top: 25px;
    float: left;
}

span.docs_title {
    font-size: 18px;
    font-weight: bold;
}

.btn-custom {
    background-color: #1b426d;
    border-color: #1b426d;
    color: #fff;
    border-radius: 0!important;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    color: #fff!important;
    z-index: 1!important;
}

.veteran_container {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px;
    margin-bottom: 30px!important;
}

.veteran_container:last-child {
    border-bottom: none;
}

.veteran_container h2 {
    color: #1B426D;
    font-weight: bold;
}

.veteran_custom {
    float: right!important;
    text-align: center;
}

.veteran_custom img {
    max-width: 250px;
    max-height: 300px;
}

.veteran_button {
    margin-top: 40px;
    width: 200px;
    font-weight: bold!important;
    color: #fff!important;
    background: #F09725!important;
    font-size: 16px!important;
    text-transform: uppercase;
}

#animatedModal2 .container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0!important;
    position: absolute;
    top: 0;
}

#animatedModal2 .container iframe {
    width: 100%;
    height: 100%;
}

#animatedModal2 #closebt-container {
    margin-top: 0;
    position: absolute;
    right: 25px;
    width: auto;
    top: 7px;
    z-index: 99999;
}

#animatedModal2 #closebt-container img {
    height: 35px
}

.radio, body input.checkbox {
    border-radius: 100%!important;
    z-index: 9999999;
}

input[type="checkbox"].radio:checked:before, input[value="true"].radio:checked:before {
    content: "";
    font-family: 'fontawesome';
    top: 0;
    left: 0;
    font-size: 100%;
    position: absolute
}

.check_label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

body span.checkbox_main {
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
    /* -webkit-filter: drop-shadow(11px 10px 14px rgba(0,0,0,0.25));
     -moz-filter: drop-shadow(11px 10px 14px rgba(0,0,0,0.25));
     filter: drop-shadow(11px 10px 14px rgba(0,0,0,0.25));
    */
    position: absolute;
}

/* hide checkbox and radio inputs from modern browsers */

body .radio:not(.fillable), body input.checkbox:not(.fillable) {
    opacity: 0!important;
}

/*start here*/

.radio+label span.checkbox_main {
    background: #FFE8CB;
    border-radius: 100%;
}

/*.fillable.hidden {
    display: block !important;
    visibility: visible !important;
}*/

.radio+label span.checkbox_main.empty_bullet {
    opacity: 0.5;
    border-radius: 0;
}

.radio:checked+label span.checkbox_main:before {
    content: "";
    position: absolute;
    top: 10.5%;
    right: 10.5%;
    width: 80%;
    height: 80%;
    background: #000;
    z-index: 1;
    border-radius: 100%;
}

.radio:checked+label span.checkbox_main.empty_bullet:before {
    content: "";
    background: none;
}

.radio:checked+label span.checkbox_main.empty_bullet {
    border-radius: 100%;
    border: 5px solid #000!important;
    background: none!important;
    opacity: 1;
}

body input.checkbox+label span.checkbox_main {
    background: #FFE8CB;
}

/*body input.checkbox:checked + label span.checkbox_main:before {
     content: "";
     font-family: 'fontawesome';
     top: 0;
     left: 0;
     font-size: 100%;
     position: absolute
}
*/

body input.checkbox+label span i, body input.cross+label span i {
    display: none;
}

body input.checkbox:checked+label span i, body input.cross:checked+label span i {
    display: block;
}

.cross {
    position: absolute;
}

.modal.modal-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /** * /!\ By using this feature, you force the header and footer to be placed * in an absolute position. You must handle by yourself the margin of the * content. */
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration: 0.6s;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    /* change bg color below */
    /* background:#1abc9c;
     */
}

.modal.modal-fullscreen.force-fullscreen {
    /* Remove the padding inside the body */
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header, .modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

#myModalFullscreen iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

#myModalFullscreen .close {
    color: rgb(255, 255, 255);
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 2147483647;
}

#closebt-container2 {
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 98.99%;
    z-index: 9999;
}

#closebt-container {
    margin-top: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.closebt:hover {
    transform: rotate(90deg);
}

.email-info {
    width: 200px;
    text-align: left;
    margin: 0 auto;
}

#content-button {
    margin-top: 50px;
}

/*CSS BOX*/

.css-box .box {
    border: 1px dashed black;
    padding: 5px;
    font-size: .95em;
}

.css-box .box>.input {
    position: absolute;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 12px;
}

.css-box .box>.input.-top {
    left: 50%;
    width: 45px;
    top: 20px;
    transform: translateX(-50%);
}

.css-box .box>.input.-bottom {
    left: 50%;
    bottom: 20px;
    width: 45px;
    transform: translateX(-50%);
}

.css-box .box>.input.-left {
    left: 9px;
    top: 50%;
    width: 45px;
    transform: translateY(-50%);
}

.css-box .box>.input.-right {
    right: 9px;
    top: 50%;
    width: 45px;
    transform: translateY(-50%);
}

.css-box>.box.-margin {
    height: 220px;
    width: 220px;
    position: relative;
    background: rgba(204, 170, 44, 0.59);
}

.css-box>.box.-margin>.box.-border {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(236, 189, 16, 0.47);
}

.css-box>.box.-margin>.box.-border>.box.-padding {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(109, 216, 65, 0.64);
}

.css-box>.box.-margin>.box.-border>.box.-padding>.box.-inner {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #7dbaef;
}

.datepicker {
    cursor: pointer!important;
}

.md-checkbox {
    position: relative;
    height: 20px;
    margin: 16px 0;
}

.md-checkbox label {
    cursor: pointer;
}

.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    margin-right: 10px;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
    background: #337ab7;
    border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

/** * Amdmin Dashboard Editor Map */

#set-default {
    text-decoration: none;
    padding: 4px 15px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-right: 20px;
}

.bs-searchbox .form-control {
    font-size: 50px;
    height: 60px;
    text-transform: uppercase;
}

.bootstrap-select {
    width: 100%!important;
}

.bootstrap-select ul li a {
    font-size: 50px;
}

.bootstrap-select .bs-caret, .no-results {
    display: none;
}

input#termsofservice {
    width: 18px !important;
    box-shadow: none !important;
}

div#terms_of_service {
    padding: 0 !important;
}

.cc_info_left.cc_icons, .cc_info_right.ssl_icons {
    padding: 13px 15px;
}
#terms_of_service_annual{ padding-right: 0; padding-left: 0; }
#terms_of_service .checkbox, #terms_of_service_annual .checkbox{
    background: #fcfbf4;
    border-top: 1px solid #f2efe0;
    font-size: 12px;
    border-bottom: 1px solid #f2efe0;
    padding: 12px 12px;
}
a.plan_button{ height: inherit; margin: 0 auto;margin-top: 25px;}
a.plan_button:hover{ text-decoration: none; }

@media only screen and (max-width : 767px) {
    .trustpilot-widget.trustpilot_dashboard iframe {float:none !important; width: 100% !important;}
}

@media only screen and ( max-width: 650px) {
    .swal2-modal .swal2-title {
        font-size: 18px !important;
    }
    .sweet-alert h2 {
        font-size: 18px !important;
    }
}

.tg-list-item {
    margin: 0 2em;
}

.tgl {
    display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl+.tgl-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl+.tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl+.tgl-btn:after, .tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-skewed+.tgl-btn {
    overflow: hidden;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    background: #888;
}

.tgl-skewed+.tgl-btn:after, .tgl-skewed+.tgl-btn:before {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed+.tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
}

.tgl-skewed+.tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
}

.tgl-skewed+.tgl-btn:active {
    background: #888;
}

.tgl-skewed+.tgl-btn:active:before {
    left: -10%;
}

.tgl-skewed:checked+.tgl-btn {
    background: #007FE5;
}

.tgl-skewed:checked+.tgl-btn:before {
    left: -100%;
}

.tgl-skewed:checked+.tgl-btn:after {
    left: 0;
}

.tgl-skewed:checked+.tgl-btn:active:after {
    left: 10%;
}


.tgl + .tgl-btn.state,
.tgl + .tgl-btn.currency {
  width: 11em;
  margin-top: 10px;
}

div#upload_siggy {
    border: 2px dashed #0087F7!important;
    border-radius: 5px;
    background: white;
    text-align: center;
}

#upload_siggy .dz-message {
    text-align: center;
    font-size: 16px;
}

div#upload_siggy.dropzone .dz-preview {
    margin-right: 15px;
    width: auto;
    text-align: center;
    display: inline-block!important;
    float: none;
}

#uploadBtn {
    margin: 15px auto;
    display: block;
}

div#upload .nav.nav-tabs {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: none;
}

div#image_content img {
    max-width: 150px;
    border: 4px solid #ccc;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.imageContent img.active {
    border-color: #FE8F00 !important;
}

#image_content div {
    display: inline-block;
    position:  relative;
}

#image_content span.fa.fa-plus-circle {
    position: absolute;
    bottom: 22px;
    left: calc(50% - 17px);
    font-size: 30px;
    color: #FE8F00;
    opacity: 0;
}

#image_content > div > div:hover span.fa.fa-plus-circle{
    opacity: 1;
}

img.phone-icon {
    width: 15px !important;
}

#image_content > div > div:hover img,
#image_content > div > div.active img {
    border-color: #FE8F00;
}
.tg-list-item {
  margin: 0 2em;
}

.tgl {
  display: none;
}

.tgl, .tgl:after, .tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  background: #888;
}

.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #007FE5;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

table#tblDocList .tg-list-item {
    text-align: center;
}

table#tblDocList .tgl + .tgl-btn {
    display: inline-block;

}


.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  top: 40%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid  #007FE5;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div#loader-wrapper {
    position: fixed;
    z-index: 1;
    background: rgb(0,0,0,0.1);
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
/*
* Start Page Part CSS
*/
.start-page {
    width: 100%;
    border-bottom: 10px dashed green;
    position: absolute;
    top: 0;
    z-index: 999999;
    opacity: 0.5;
    cursor:  move;
}

.reg_confirm_on div#terms_of_service {
  padding: 0 !important;
  width: 80%;
  margin-top: -24px !important;
  margin-bottom: -10px !important;
  margin: 0 auto;
  float: none;
}

.page_active span.thumb_page { background: #2196f3 !important; font-size: 20px; padding: 0px 10px;position: absolute;bottom: 0;}
span.thumb_page { bottom:0;width: 118px;opacity:0.8;text-align: center;}
.page_active canvas {border: 2px solid #2196f3 !important;}
.radio + .radio, .checkbox + .checkbox {margin-top: 0;}



@media screen and (max-height: 850px){
	ul.list.admin_side_ul {height: 86% !important;}
}
@media screen and (max-height: 700px){
	ul.list.admin_side_ul {height: 80% !important;}
}

.fillable.active-highlight>input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .fillable.active-highlight textarea, .fillable.active-highlight select, .fillable.active-highlight>.fillable input, .fillable.active-highlight.gray {
    background: #7faef9!important;
}

.checkbox_main.active-highlight {
    background: #7faef9!important;
}

.ui-state-default.active {
    background: #7faef9!important;
}

.add_table > thead > tr > th {
    border-bottom: none !important;
}

.rownum {
    vertical-align: middle !important;
}

.adjust-btn {
    background-color: blue;
    width:20px !important;
    height:20px !important;
    position:absolute !important;
    display: none !important;
}

.edit-mode .active .adjust-btn {
    display: block !important;
}

.drag {
    background-color: blue;
    width: 100%;
    height: 100%;
    position: absolute;
}

.rotate {
    background-color: blue;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: -90px;
    border-radius: 50%;
}

.rotateable {
    background-color: #FFE8CB;
    width: 100%;
    height: 100%;
    position: absolute;
}

.resize {
    background-color: pink;
    width: 100%;
    height: 100%;
    position: absolute !important;
}


i.fa.fa-search.cx_dash {
    color: #ccc;
    position: absolute;
    right: 23px;
    top: 19px;
    z-index: 9;
}

.inner-tab-custom .responsive-tabs.nav-tabs {
	border: none !important;
}

@media screen and (max-width: 1003px){
	i.fa.fa-search.cx_dash {display: none;}
}

.sig-element {
    height: 65px;
    position: relative;
    padding: 2px;
}

.sig-element button {
    top: 5px;
    right: 10px;
    position: absolute;
    opacity: 0;
    color: red;
}

.sig_store_text {
    font-family: 'Signerica';
    font-size: 15px;
    font-style: italic;
}

.sig-element a {
    display: block;
    width: 100%;
    /* margin: auto 2px; */
    height: 100%;
    text-transform: none !important;
    text-decoration: none !important;
    font-size: 15px !important;
    /* border-radius: 5px; */
}

.sig-element a img {
    height: 100%;
}

.sig-element:hover a{
    background-color: #d9edf7;
    cursor:pointer;
  }

  .sig-element:hover button {
    opacity: 1;
    color: red;
  }

  .sig-arrow-down {
      margin-top: 9px;
  }

.sig_store button.btn.dropdown-toggle {
    width: 33px;
    padding: 0px;
    background: #f5f5f5;
    box-shadow: 0px 0px 1px #a9a9a9;
}

.sig-dropdown {
    width: 230px;
    border: none;
    padding: 0;
    /* border-radius: 5px; */
    /* box-shadow: -2px 2px 5px #ccc; */
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 325px;
}

/* CTA POPUP MODAL */
#ctaPopupModal {
  font-size: 18px;
}
#ctaPopupModal .modal-dialog {
  font-family: "Barlow Condensed", "Calibri", "Times", sans-serif;
}
#ctaPopupModal .modal-dialog .modal-content {
  margin: 0 auto;
}
@media (min-width: 992px) {
  #ctaPopupModal .modal-dialog .modal-content {
    width: 400px;
  }
}
#ctaPopupModal .modal-dialog .modal-content .modal-header {
  font-family: "Barlow Condensed", "Calibri", "Times", sans-serif;
  background: #f5f5f5;
}
#ctaPopupModal .modal-dialog .modal-content .modal-header .form-title {
  font-family: "Barlow Condensed", "Calibri", "Times", sans-serif;
  font-weight: 600;
}
#ctaPopupModal .modal-dialog .modal-content .modal-body {
  padding: 20px 45px;
}
#ctaPopupModal .modal-dialog .modal-content .modal-body .cta-container {
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
}
#ctaPopupModal .modal-dialog .modal-content .modal-body .cta-container img {
  width: 55px;
}
#ctaPopupModal .modal-dialog .modal-content .modal-body .cta-container .action-text {
  font-family: "Barlow Condensed", "Calibri", "Times", sans-serif;
  display: block;
  margin-top: 5px;
}