/*-----------------
	Typeahead
-----------------------*/

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.twitter-typeahead .tt-hint {
    display: none;
}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}
.tt-suggestion {
    border-bottom: 1px solid #dfdfdf;
    clear: both;
    color: #3f4040;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    /*min-height: 50px;
    white-space: nowrap;*/
    padding: 12px 20px;
}
.tt-suggestion:last-child {
	border-bottom: 0;
}
.tt-suggestion:hover, .tt-suggestion:focus {
    background-color: #f9f9f9;
    font-family: Circular Std Bold;
    outline: 0;
    text-decoration: none;
	transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
}
.bootstrap-tagsinput .twitter-typeahead {
    position: unset !important;
}
.bootstrap-tagsinput .tt-menu {
    border: 1px solid #cfcfcf;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    margin-top: 6px;
    padding: 0;
    right: 0;
}
.tt-suggestion:first-child {
	border-radius: 4px 4px 0 0;
}
.tt-suggestion:last-child {
	border-radius: 0 0 4px 4px;
}
#dynamic_address{
    width:290px;
    height:120px;
    border:1px solid #ccc;
    border-radius:4px;
    
}
#dynamic_address .fld-container {
    height:100px;
    overflow:auto;
}
.summary-btn{
    margin-top: 39px;
    height: 40px;    
    min-width:100%;
}

#dynamic_address textarea, #dynamic_address input {
    font-size: 12px !important;
    border:0px !important;
    border-bottom:1px solid #ccc !important;
    padding:5px 0px 0px 10px;
    min-height:20px !important;
}
#dynamic_address textarea {
    min-height: 20px !important;
    overflow: hidden;    
}
#dynamic_address input:last-child {
    border-bottom:0px !important;
}
#dynamic_address i {
    float:right;
}
button[data-toggle="popover"] i {
    background: #686868;
    color: #fff;
    width: 19px;
    height: 18px;
    border-radius: 50%;
    padding-top: 2px;
}
.popover {
    background-color:#fff;  
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  
}
.popover-body {
    color:#686868;
}

button.close{
	z-index: 1;
    position: relative;
}
select{
	height: 40px;
	border: 1px solid #cfcfcf;
    border-radius: 4px;
    width: 100%;
}
.modal-header{
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection{
    border-bottom:1px solid #cfcfcf;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
button.disabled, a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    color:#d6d6d6 !important;
}

span.fa-spin{
    margin:auto;
}

#select2-registration_workflow-results li:last-child, #select2-messaging_workflow-results li:last-child {
    color: #00C484 !important;
}

a[class^="remove"] { 
    color:#FF2D2D !important;
    float: right;
    font-size: 15px!important;
    margin-top: -29px;
    /*margin-right: 46px;*/
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.gotop {
	position:absolute;
	right:20px;
	bottom:20px;	
	padding:0px 5px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.gotop div{
    font-size:12px;
}
.accordion-heading .collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
}
.card-header h5[aria-expanded="true"]::before {
    transition: .3s transform ease-in-out;
    transform: rotate(180deg);
  }
h5.collapsed:hover {
    cursor:pointer;
}

/*-----------------
	Success Modal
-----------------------*/

.success-modal .modal-dialog {
    margin: 0.5rem auto;
    max-width: 255px;
}
.success-modal .modal-content {
    border: 0;
	border-radius: 10px;
    padding: 30px 50px;
}
.success-modal .modal-header,
.success-modal .modal-body,
.success-modal .modal-footer {
	padding: 0;
	border: 0;
}
.modal-backdrop {
    background-color: #7a7a7a;
}
.modal-backdrop.show {
    opacity: 0.6;
}
.success-cont {
	text-align: center;
}
.success-cont h4 {
    font-family: Circular Std Bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.success-cont p {
    font-family: Circular Air;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 28px;
}
.success-cont h3 {
	font-size: 15px;
	font-family: Circular Std Bold;
	line-height: 19px;
	margin-bottom: 28px;
	font-weight: normal;
}
.success-modal button.close {
    color: #8b8b8b;
    line-height: 12px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}
.tick-icon {
    border: 3px solid #37aa4d;
    border-radius: 100%;
    color: #37aa4d;
    display: inline-block;
    font-size: 20px;
    height: 54px;
    line-height: 48px;
    width: 54px;
	margin-bottom: 29px;
}
.ok-btn {
    background-color: #37aa4d;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    width: 100%;
}
.ok-btn:hover {
    background-color: #329a45;
	color: #fff;
}

/*-----------------
    Failure Modal
-----------------------*/

.failure-modal .modal-dialog{
   /* margin: 0.5rem auto;
    max-width: 255px;*/
    left:5%;
}
.failure-modal .modal-content {
    border: 0;
    padding: 30px;
    width:50%;
}
.failure-modal .modal-header,
.failure-modal .modal-body,
.failure-modal .modal-footer {
    padding: 0;
    border: 0;
}
.failure-cont {
    text-align: center;
}
.failure-cont h4 {
    font-family: Circular Std Bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#ff1200;
}
.failure-cont p {
    font-family: Circular Air;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 28px;
}
.failure-cont h3 {
    font-size: 15px;
    font-family: Circular Std Bold;
    line-height: 19px;
    margin-bottom: 28px;
    font-weight: normal;
}
.failure-modal button.close {
    color: #8b8b8b;
    line-height: 12px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}
.h-30 {
    height: 30px;
}
.list-error{
    color: #FF2D2D!important;
}

.pagesettings form{
    margin:0px;
    padding:0px;
    padding-left: 5px;
}

#popbgloader{
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%;    
    background: #fff;
    opacity: 0.9;    
    top: 0px;
    left: 0px;
}

#landingpage_settings_collapse .form-group textarea{
    height:85px;
}
#landingpage_settings_collapse .align-text-top{
    align-items: initial;
    margin-top:10px;
}
.ghost{
    opacity: .5;
    background: #fcf9f9;
}
.pageitem, .sectionitem, .quesitem, .displayitem label{
    cursor: move;
    cursor: -webkit-grabbing;
}
.pdfeditlink{
    position: absolute;
    right: 25px;
}
/*.addnl_settings{
    border: 1px solid #28a745;
    padding: 5px;
    border-radius: 4px;
    background-color: #d8f9df;
    color: #28a745;
    font-size:12px;
}*/
/* preview image file element css */
.image-upload {
    width:100%;
    min-height: 120px;
}
.image-edit {
    position: absolute;
    left:85%;
    z-index: 1;
    top: 40px;  
    width:28px; 
}
.image-edit input[type='file']{
    font-size:12px;
    height: 30px;
    width:28px;
    border:1px solid red;
    padding:0px;
    margin:0px;
    width:250px;
}
.image-preview .no-img-font{
    font-size:100px;
}
.image-upload label.fa-remove{     
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    position: relative;
    left: 85%;
    position: absolute;
    z-index:1;
} 
.image-edit label.fa-pencil {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;  
    color:transparent; 
}
.image-upload label.fa-remove:hover, .image-edit label.fa-pencil:hover  {
    background: #f1f1f1;
    border-color: #d6d6d6;    
}
.image-upload label.fa-remove:before, .image-edit label.fa-pencil:before{   
    color: #6D6E70;
}
.image-edit label.fa-pencil:before{
    margin-left: 7px;
}
.image-edit label.chosenfile:before{
    color:green;
}
.image-upload label.fa-remove:after {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 28px;
    height: 28px;
}
.image-edit label.fa-pencil:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 28px;
    height: 28px;
}
    
.image-preview {
    min-height: 110px;
    padding: 5px;
    border: 0px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.image-preview  > div.imgpreview {
    height: 100px;    
    background-repeat: no-repeat;
    background-position: center;    
}
.image-preview  > div.imgname {
    height:20%;
}
/* end preview image file element css */
.date-search {
    position: relative;
}
.date-search-input {
    border-radius: 4px;
    padding: 0 20px;
    text-align: center;
}
.date-arrow-left {
    align-items: center;
    background-color: #afafaf;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.date-arrow-right {
    align-items: center;
    background-color: #afafaf;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    right: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.date-search > a:hover {
	background-color: #999;
	color: #fff;
}
.filter-widget .filter-row {
	display: flex;
    flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.filter-widget .filter-row > div {
	padding-left: 10px;
	padding-right: 10px;
}
.filter-label {
    color: #3f4040;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.filter-row > .filter-pra-id {
    flex: 0 0 25%;
    max-width: 25%;
}
.filter-row > .filter-emr {
    flex: 0 0 25%;
    max-width: 25%;
}
.filter-row > .filter-search {
    flex: 0 0 25%;
    max-width: 25%;
}
.filter-row > .filter-date-search {
    flex: 0 0 25%;
    max-width: 25%;
}
.search-input {
    position: relative;
}
.search-input .form-control {
    padding-right: 46px;
}
.search-input > label {
    color: #bcbcbc;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.filter-widget {
    margin-bottom: 30px;
    position: relative;
}
.filter-text {
    left: 0;
    position: absolute;
    top: 8px;
}
.filter-wrap {
    padding-left: 57px;
}
.date-search .form-control {
    min-height: 45px;
}