.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}

.custom-template .custom-toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	background: rgb(88, 103, 221);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #177dff;
	cursor: pointer;
	color: #ffffff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite;
}

.custom-template .title{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd;
}

.custom-template .custom-content{
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s;
}

.custom-template .btnSwitch button:hover{
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected{
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img, .custom-template .img-pick.active img{
	border-color: #177dff;
}

.demo .btn, .demo .progress{
	margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label{
	margin-right: 15px;
}

.demo .toggle, .demo .btn-group{
	margin-right: 15px;
}

.demo #slider{
	margin-bottom: 15px;
}

.table-typo tbody > tr > td{
	border-color: #fafafa;
}

.table-typo tbody > tr > td:first-child{
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody > tr > td:first-child p{
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .2s;
}

.demo-icon:hover{
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview{
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
	color: #969696;
}

.demo-icon .icon-class{
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
	color: #a9a8a8;
}

.form-show-notify .form-control{
	margin-bottom: 15px;
}

.form-show-notify label{
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li{
	padding: 5px 0;
}

.row-demo-grid{
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"]{
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body{
	background: #ddd;
}

.btnSwitch button[data-color="white"] {
	background-color: #fff;
}
.btnSwitch button[data-color="grey"] {
	background-color: #f1f1f1;
}
.btnSwitch button[data-color="black"] {
	background-color: #191919;
}
.btnSwitch button[data-color="dark"] {
	background-color: #1a2035;
}
.btnSwitch button[data-color="blue"] {
	background-color: #1572E8;
}
.btnSwitch button[data-color="purple"] {
	background-color: #6861CE;
}
.btnSwitch button[data-color="light-blue"] {
	background-color: #48ABF7;
}
.btnSwitch button[data-color="green"] {
	background-color: #1DBAAC;
}
.btnSwitch button[data-color="orange"] {
	background-color: #FFAD46;
}
.btnSwitch button[data-color="red"] {
	background-color: #F25961;
}
.btnSwitch button[data-color="dark2"] {
	background-color: #1f283e;
}
.btnSwitch button[data-color="blue2"] {
	background-color: #1269DB;
}
.btnSwitch button[data-color="purple2"] {
	background-color: #5C55BF;
}
.btnSwitch button[data-color="light-blue2"] {
	background-color: #3697E1;
}
.btnSwitch button[data-color="green2"] {
	background-color: #0C645F;
}
.btnSwitch button[data-color="orange2"] {
	background-color: #FF9E27;
}
.btnSwitch button[data-color="red2"] {
	background-color: #EA4d56;
}
.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}
.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}
.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}

@media screen and (max-width: 550px){
	.table-typo tr td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 576px){
	.custom-template .custom-content {
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
}

.fb-button {
    display: inline-block;
    margin: 0;
    padding: .563rem .844rem;
    border: 0 none;
    background: #00abff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    border: 0;
}
a.fb-button:hover {
    color: #fff;
    text-decoration: none;
    background: #008FFF;
    }
.fb-button[disabled] {
    background: #ddd !important;
    border: thin solid #ccc;
    color: #777 !important;
    text-shadow: none !important; 
    opacity: .65;
    cursor: default;
}
.fb-clear { clear: both; }
.fb-main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 0 0;
    position: relative;

}
.fb-main{
        border-top: 1px solid #DDD;
}
.fb-save-wrapper {
    position: absolute;
    right: 20px;
    display:none;
}
.fb-left {
    float: left;
    width: 340px;
    padding-top: 30px;
}
.fb-right {
    padding-top: 40px;
    margin-left: 320px;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    min-height: 100%;
    overflow: hidden;
}
.fb-no-response-fields { color: #999 }
.fb-tabs {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #DDD;
}
.fb-tabs li { display: inline-block; }
.fb-tabs li a {
    display: block;
    padding: 10px 5px;
    margin: 0 5px;
    font-size: 13px;
    cursor: pointer;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    color:#0c9ccc;
}
.fb-tabs li.active a {
    color:#11A7DB;
    -webkit-box-shadow: 0 -2px 0 0 #11A7DB inset;
    box-shadow: 0 -2px 0 0 #11A7DB inset;
    border-bottom: 1px solid #11A7DB;

}
.fb-tab-content .fb-tab-pane {
    padding: 0 20px 0 5px;
    display: none;
}
.fb-tab-content .fb-tab-pane.active { display: block }
.fb-add-field-types .section {
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.fb-add-field-types { font-size: 0 }
.fb-add-field-types a {
    font-size: 13px;
    display: inline-block;
    width: 48.5%;
    margin-bottom: 9px;
    box-sizing: border-box;
}
.fb-add-field-types a:nth-child(odd) { margin-right: 3% }
.fb-add-field-types a .symbol {
    opacity: .6;
    margin: 0 .25em 0 -1em;
}
.fb-response-fields { padding-bottom: 150px }
.fb-response-fields a.sortable-placeholder {
    display: block;
    border: 1px dashed #ddd;
    min-height: 80px;
    height: 80px;
    width: 100%;
}
.fb-field-wrapper {
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}
.fb-field-wrapper input {
    border: thin solid #ddd;
}
.fb-field-wrapper:hover .actions-wrapper,
.fb-field-wrapper.editing .actions-wrapper { display: block }
.fb-field-wrapper:hover .subtemplate-wrapper {
    border-color: #ddd;
}
.fb-field-wrapper.editing {
    background-color: #FAFAFA;
    border-radius: 0;
}
.fb-field-wrapper.editing .subtemplate-wrapper {
    border-color: #dedede;
    border-style: solid;
    margin: 0;
    border-radius: 0;
}
.fb-field-wrapper .actions-wrapper {
    display: none;
    position: absolute;
    bottom: -7px;
    right: 5px;
    z-index: 3;
}
.fb-field-wrapper .actions-wrapper a {
    display: inline-block;
    background-color: #ccc;
    padding: 2px 8px;
}
.edit-response-field input,
.edit-response-field textarea,
.edit-response-field select {
    border: thin solid #ddd;
    padding: .5em;
    display: inline-block;
}
.edit-response-field input:focus,
.edit-response-field textarea:focus,
.edit-response-field select:focus {
    outline: none;
}
.edit-response-field select { font-size: 14px; }
.fb-field-wrapper .actions-wrapper a.js-duplicate, .fb-edit-field-wrapper .js-add-option {
    border:1px solid #43AC70;
    background-color:#FFF;
    font-size: 11px;
    color: #43AC70 !important;
    /* display: none; */
}
.fb-field-wrapper .actions-wrapper a.js-clear,
.fb-edit-field-wrapper .js-remove-option {
    border:1px solid #fc704c;
    font-size: 11px;
    background-color:#FFF;
    color: #fc704c !important;
}

.fb-field-wrapper .subtemplate-wrapper {
    border: 1px dashed transparent;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}
.fb-field-wrapper .subtemplate-wrapper .cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.fb-field-wrapper .subtemplate-wrapper > label {
    display: block;
    border-bottom: thin solid #eee;
    padding-bottom: 3px;
    margin-bottom: 7px;
}
.fb-field-wrapper .subtemplate-wrapper abbr { color: #f00 }
.fb-field-wrapper .input-line {
    clear: both;
    margin-bottom: 10px;
}
.fb-field-wrapper .input-line .above-line { margin-top: 7px }
.fb-field-wrapper .input-line > span {
    display: inline-block;
    vertical-align: top;
}
.fb-field-wrapper .input-line > span input { width: 100% }
.fb-field-wrapper .input-line > span > label {
    display: block;
    font-size: 13px;
    margin-left: 3px;
}
.fb-field-wrapper .help-block {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.fb-edit-field-wrapper { font-size: 13px; }
.fb-edit-field-wrapper .fb-field-label {
    font-weight: normal;
    background: #15B9EF;
    padding: .75em;
    color: #FFF;
    font-size: 14px;
}
code {
    padding: 4px 6px;
    font-size: 90%;
    color: #c7254e; 
    border-radius: 0;
}
.fb-edit-field-wrapper .fb-field-label .field-type {
    margin-top: .5em;
    display: block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1em;
}
.fb-edit-field-wrapper .fb-field-label .field-type:before {
    content: 'Type: ';
    color: #999;
}
.fb-edit-field-wrapper .fb-field-label .fa.fa-arrow-right { display: none; }
.fb-edit-field-wrapper .fb-edit-section-header {
    border-bottom: 1px solid #ddd;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    clear: both;
    font-weight: 700;
}
.fb-edit-field-wrapper .js-add-option,
.fb-edit-field-wrapper .js-remove-option { padding: 3px 6px; }
.fb-edit-field-wrapper .fb-bottom-add { margin-top: 8px; }
.fb-common-wrapper .fb-label-description { margin-bottom: 10px; }
.fb-common-wrapper .fb-label-description input,
.fb-common-wrapper .fb-label-description textarea { width: 100%; }
.fb-common-wrapper .fb-label-description textarea { min-height: 5em; }
.response-field-draggable-helper {
    border: 1px dashed #ddd;
    background: #eee;
}
.response-field-text input.rf-size-small { width: 98%; }
.response-field-text input.rf-size-medium { width: 98%; }
.response-field-text input.rf-size-large { width: 98%; }
.response-field-paragraph textarea.rf-size-small {
    width: 98%;
    min-height: 100px;
    border: 1px solid #DDD;
}
.response-field-paragraph textarea.rf-size-medium {
    width: 98%;
    min-height: 100px;
}
.response-field-paragraph textarea.rf-size-large {
    width: 98%;
    min-height: 200px;
}
.response-field-address .street { width: 400px; }
.response-field-address .city,
.response-field-address .state,
.response-field-address .zip,
.response-field-address .country { width: 198px; }
.response-field-date .month,
.response-field-date .day,
.response-field-date .year { width: 50px; }
.response-field-time .hours,
.response-field-time .minutes,
.response-field-time .seconds { width: 50px; }
.response-field-checkboxes .fb-option,
.response-field-radio .fb-option {
    margin-bottom: 5px;
    display: inline-block;
}
.response-field-website input { width: 200px; }

.option input[type="text"]{
    width:76%
}
.rf-size-, .response-field-dropdown select {
    width:98%;
}
select {
font-size: 14px;
}
.option {
padding-right: 0 !important;
text-align: left;
}
.changes{
    display:none;
}

.fb-main {
    min-height: 600px;
}

.btn-light {
    border: 1px solid #ddd;
}

.fb-response-fields .cover {
    border: 1px solid #f1f1f1;
}

.hidden {
    display: none;
}

#settings_menu a {
    display: block;
}

#menuEditor i{
display: none;
}

#menuEditor .btn-group i, .sortableListsOpener i{
    display: block !important;
}

#menuEditor_icon {
    display: none;
}

.list-group-item a
{
  display: block;
  width: 100%;
}

.list-group-item a:hover
{
  text-decoration: none;
}

.list-group-item.active
{
  z-index: 2; 
  background-color: #1DBAAC !important;
  border-color: #1DBAAC !important;
}

.list-group-item:hover
{
  background-color: #f1f1f1 !important;
  border-color: #1DBAAC !important;
}

.list-group-item.active a
{ 
  color: #fff !important; 
}

 
  /* Styles you shouldn't keep as they are for displaying this base example only */
  .content .span10,
  .content .span5 {
    min-height: 400px;
  }
  /* Give a quick and non-cross-browser friendly divider */
  .content .span5 {
    margin-left: 0;
    padding-left: 19px;
    border-right: 1px solid #eee;
  }
  
  .topbar .btn {
    border: 0;
  }
  
  .btn.xsmall{padding:3px 6px 3px;font-size:10px;}
  .form-stacked{
    padding-left: 0;
  }
  
  
  .field-wrapper {
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 10px 15px 10px;
    border: 1px solid transparent;
    margin: 0px 0px 10px 0px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
  }
  
  .field-wrapper * {
    cursor: pointer;
  }
  
  .field-wrapper:hover {
    border: 1px dashed #7CC07F;
  }
  
  .field-wrapper.selected {
    border: 1px solid #9ABA9E;
    background-color: #EFFFF6;
  }
  
  span.required {
    color: red;
  }
  
  .add-field-pane .btn {
    width: 125px;
    margin: 0px 5px 5px 0px;
  }
  
  .btn-block {
    width: 100% !important;
  }
 
  .tab-content ul li{
    list-style: none !important;
    list-style-type: none !important;
  }

  .tab-content ul{
    padding: 0px !important;
    margin: 0px !important;
  }