/*Citus:start of header dispay none */
div#header {
    display: none !important;
}
/*Citus:end of  header dispay none */
/*Citus:start of Hiding unwanted menu items  */
.form_option:has(a[title="Code"]) {
    display: none !important;
}
.form_option:has(a[title="Payment"]) {
    display: none !important;
}
.form_option:has(a[title="Integrations"]) {
display: none !important;
}
.form_option:has(a[title="Report"]) {
    display: none !important;
}
/*Citus:start of Hiding unwanted menu items  */
/*Citus:start of toggle display  */
div#mf_filters_toggle {
display: none;
}
/*Citus:End of Hiding of toggle display  */
div#bg #container {
    width: 100% !important;
}
/*Citus:Start of display rendering in full width */		
div#content.full {
width: 100% !important;
}
div#main {
    width: 100% !important;
}
/*Citus: End of display rendering in full width */	
/*Citus:Start of  Hiding footer */		
div#footer {
    display: none !important;
}
/*Citus:End of Hiding footer */
/*Citus: start of search panel space cleared */
#mf_search_panel {
   width:0% !important;
}
/*Citus: End of search panel space cleared */

/* swal modal position to top on manage forms*/
.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
    position: absolute !important;
    top: 5px !important;
}

/*Citus:Start of style to adjust height of popup */
.swal2-container.swal2-center > .swal2-popup {
    grid-row: 1;
}
/*Citus:End of style to adjust height of popup */

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
    width: 37%;
}
div#swal2-html-container {
    font-weight: normal;
}
.custom-popup-width {
    width: 600px !important;  /* Ensure it overrides SweetAlert2 styles */
  }




/* custom.css*/
  #main_body .button_text {
	background: #35abdd !important;
    min-height: 40px;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    text-overflow: ellipsis;
    font-size: 16px!important;
    cursor: pointer;
    width: 100%!important;
    border-color: transparent;
    color: white !important;
    margin-top: 10px;
    border-radius: 30px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mf_sig_wrapper {
    overflow: unset !important;
    scroll-behavior: unset !important;
}
#main_body  #save_as_draft_offline_form {
    background: #46be8a !important;
    background-color: #46be8a !important;
    min-height: 40px;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    text-overflow: ellipsis;
    font-size: 16px!important;
    cursor: pointer;
    width: 100%!important;
    border-color: transparent;
    color: white !important;
    margin-top: 10px;
    border-radius: 30px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#main_body label.choice {
    width:fit-content  !important;
}

#main_body h1 {
    display: none !important;
}
form.appnitro {
    padding-top: 10px !important;
}
#footer {
    display: none;
}


body  {
    background-color: #ffffff !important;
    background-image:none!important;
}
#form_builder_sortable{
	height: 600px;
    overflow: scroll;
}
#main {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
#mf_search_box {
    background-color: #52b3aa;
}
#filter_form_input{
    border: 1px solid #4ca69e;
}
#mf_form_list li.form_selected div.middle_form_bar {
    background: -webkit-gradient(linear, left top, left bottom, from(#3a9fb6), to(#79bcb6));
}
#mf_form_list li .middle_form_bar {
    background: -webkit-gradient(linear, left top, left bottom, from(#3a9fb6), to(#79bcb6));
}
.bb_button.bb_green {
    background: -webkit-gradient(linear, left top, left bottom, from(#1d6372), to(#66b3b6));
}
.dropui-pink .dropui-tab {
    background-color: #57acb6!important;
    border: 1px solid #6ab5b6!important;
}
#mf_form_list .form_option{
    background-color: #7bb3ef!important;
}
#social{
    background-color: #ffffff;
}
#field_properties_pane{
    background-color: #ffffff;
}
#form_properties_pane{
    background-color: #ffffff;
}
#no_fields_notice{
    border: none;
    text-align: center;
}
.hide {
	display: none!important;
}
.enrol-loader {
    width: 180px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    /*top: 37%;*/
    transform: translate(-50%, -50%);
    top: 10%;
    left: 50%;
    /*background: url(../images/loader_formSubmit.gif) no-repeat center center;*/
    /*background: url(../images/spin.svg) no-repeat center center;*/
}
.enrol-loader img {
    width: 16%;
}
.enrol-loader-text {    
    width: 100%;
}
.loader-img {
	z-index: 9999; position: absolute; top: 0; left: 45%;
}
.enrol-loader-div{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
    display: block;
}
span, label, p{
    font-size: 14px!important;
}
h3{
    font-weight: bold!important;
    font-size: 16px!important;
}
#main_body form ul li#li_buttons {
    margin-bottom: 60px !important; 
}
#my-loader{
	content: ' .';
    animation: dots 1s steps(5, end) infinite;
    color: #087507 !important;
        font-size: 21px !important;
        text-align: center;
        margin-top: 10px !important;
}
#main_body  #save_as_draft_submit_form {
    background-color: #46be8a !important;
}
#li_buttons #review_submit,
#li_buttons #review_back {
    width: 45%!important;
    min-height: 40px!important;
    border-radius: 10px!important;
    background: #35abdd !important;
    padding: 0 12px;
    min-width: 52px;
    text-overflow: ellipsis;
    font-size: 16px!important;
    cursor: pointer;
    border-color: transparent;
    color: white !important;
    margin-top: 10px;
}
.ap_table_pagination .ap_tp_num, 
.ap_table_pagination .ap_tp_text {
    cursor: pointer;
}


@keyframes dots {
    0%, 20% {
      color: rgba(0,0,0,0);
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    40% {
      color: white;
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    60% {
      text-shadow:
        .25em 0 0 white,
        .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
      text-shadow:
        .25em 0 0 white,
        .5em 0 0 white;}
    }
     
/****************NKS*********************/
.new_added_elements div {
    display: inline-block;
}
.new_added_elements input {
    padding: 10px 10px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    margin-right: 3px;
}
#main_body form li.highlighted {
    background-color: transparent !important;
}
.new_added_elements div {
    display: inline-block;
}
button.new_added_elements_search {
    background: #0290fe;
    border: 0;
    color: #fff;
    padding: 8px 26px;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 11px;
}
button.new_added_elements_search:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
button.new_added_elements_close {
    background: #abb6be !important;
    border: 0;
    color: #fff;
    padding: 8px 26px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 11px;
}
button.new_added_elements_close:hover{
    color: #000;
}
button.new_plus {
    background: #abb6be !important;
    border: 0;
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
    margin: 0px 0px;
    font-size: 17px;
    margin-bottom: 9px;
    height: 28px !important;
}
button.new_plus:hover{
    color: #000;
}

.dynamicContent li{
    list-style-type: none;
}
.dynamicContent input.text, .dynamicContent select.select {
border: 1px solid #e0e0e0 !important;
border-radius: 5px !important;
box-shadow:none !important;
margin-bottom: 10px !important;
}
.dynamicContent input.medium {
width: 100% !important;
}
.dynamicContent {
text-align: left;
}
.dynamicContent label {
font-weight: normal;
font-size: 12px !important;
width: 25%;
}
.dynamicContent li div {
    width: 74%;
}
.dynamicContent input {
width: 100%;
}
.dynamicContent span.description {
display: block;
font-size: 13px !important;
    width: 25%;
    float: left;
    margin-right: 4px;
}
.dynamicContent span.phone_1, .dynamicContent span.phone_2, .dynamicContent span.phone_3 {
width: 24%;
float: left;
}
.dynamicContent span.phone_1, .dynamicContent span.phone_2 {
margin-right: 1.1%;
}
.dynamicContent span.phone_1 input, .dynamicContent span.phone_2 input, .dynamicContent span.phone_3 input {
margin-bottom: 0 !important;
}

div.displaySearch {
    background-color: #fff;
    display: block;
    min-width: 46%;
    position: absolute;
    border: 1px solid #c5c5c5;
    min-height: 100px;
    overflow: hidden;
    z-index: 999;
    resize: both; 
    max-height: 200px;
    overflow-y: auto; 
}
div.displaySearch ul li:hover {
    background-color: #0290fe;
}
div.displaySearch ul li {
    padding: 6px 0px 7px 9px;
    width: 100%;
    cursor: pointer;
}
.dynamicContent .dynamicFooter {
    clear: both;
}

.dynamicContent .date_mm, .dynamicContent .date_dd{
    width: 20%;
    float: left;
}
.dynamicContent span.date_yyyy {
    width: 20%;
    float: left;
}
.dynamicContent span#calendar_44 {
    margin-left: 15px;
}
.dynamicContent .price span.description {
    padding-top: 30px;
}
.dynamicContent .phone span.description {
    padding-top: 9px;
}
.dynamicContent .time_field span.description {
    padding-top: 10px;
}
.dynamicContent .date_field span.description {
    padding-top: 10px;
}
.dynamicContent span.date_mm, .dynamicContent span.date_dd {
    margin-right: 1.1%;
}
.dynamicContent span#calendar_4 img {
    width: 20px;
    margin-top: 5px;
    margin-left: 5px;
}
.dynamicContent .date_mm input#element_4_1, .dynamicContent .date_dd input#element_4_2, .dynamicContent .date_yyyy input#element_4_3 {
    margin-bottom: 0 !important;
}
.dynamicContent span.timespan {
    width: 24%;
    float: left;
}
.dynamicContent .time_field fieldset span:nth-child(3), .dynamicContent .time_field fieldset span:nth-child(4) {
    margin-right: 1.1%;
}
.dynamicContent span.symbol {
    float: left;
    margin-right: -2%;
}
.dynamicContent span.main_currency {
    width: 35%;
    display: inline-block;
    margin-right: 1%;
}
.dynamicContent li label, .dynamicContent li div {
    display: inline-block;
}
.dynamicContent span.sub_currency {
    display: inline-block;
    width: 35%;
}
.dynamicContent textarea {
    box-shadow: none !important;
    border: 1px solid #e0e0e0 !important;
    margin-bottom: 5px !important;
}


#errorvalidation{
    float: left;
    color: #e60a0a;
}

.innerclass .popover-content{
   
    color:#fff !important;
    padding: 10px 0px 0px 10px !important;
  }

  .innerclass .popover{
   
    background-color:#000 !important;
  }
   .innerclass  .popover-content {
  padding: 0px; 
}
 .innerclass .popover.right .arrow {
    visibility:hidden;
  }

 .new_added_elementsmain .input-dropdown {
    width: 50%;
    float: left;
    margin-right: 5px !important;
}
.new_added_elementsmain .innerclass {
    width: 42%;
    float: left;
}

.new_added_elementsmain .innerclass button {
    margin-right: 5px;
    height: 34px !important;
    padding: 0px 10px;
    line-height: 17px;
}
.new_added_elementsmain {
    position: relative;
}
#main_body form li.column_2 {
    width: 47%;
    /*float: none !important;*/
    clear: inherit !important;
    display: inline-block;
}
.dynamicContent .label{
    display: none;
}
/*// added by vineesh*/

.dynamicContent #siteselection{
    padding-right:  146px;
}
.dynamicContent .select2-selection{
    width: 330px !important;
    margin-bottom: 10px;
    text-align: left;
}
.dynamicContent .select2-selection--multiple{
    max-height: 250px;
    overflow-y: auto;
}
.dynamicContent .select2-search__field{
    border: none !important;
}
 .select2-container--default .select2-results > .select2-results__options{
    text-align: left !important;
}
.dynamicContent .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-right: none !important;
        color: #515456 !important;
   
}
.dynamicContent .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
   color: #1a1652 !important;
   
}
.dynamicContent .select2-container--default .select2-selection--multiple .select2-selection__choice{
     border:none !important;
     color: #707288 !important;
     background-color: #dedcff !important;
}

.dynamicContent .chkclass{
    position: absolute;
    top: 15px;
    margin-left: 490px;
}

#main_body label.choice
{
	width:fit-content !important;
}

/*save as draft msg*/
#submit_secondary1{
    text-decoration: none !important;
}
#submit_primary1{
    text-decoration: none !important;
}
/*save as draft msg*/
/*HIPAA ALERT*/
table.newalerthipaa{
    border-collapse:collapse;
    border:1px solid #d54646;
    font-size: 16px!important;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 100%;
    word-wrap: break-word;
    table-layout: fixed;
}
table.newalerthipaa tr {
    border: 1px solid #d54646;  
    text-align: center;     
}
table.newalerthipaa td {
    border: 1px solid #d54646;  
    text-align: center;     
}
table.newalerthipaa th {
    border: 1px solid #d54646;  
    text-align: center;     
}

table.newalerthipaa tr:nth-child(even) {
    background-color: #e7e5e5;
}

/*HIPAA ALERT*/

#main_body form li.column_4 {
    float: none !important;
    display: inline-block;
}
#main_body form li.column_3 {
    width: 30% !important;
    float: none !important;
    display: inline-block;
}

#dialog-send-form-confirm {
    overflow: hidden;
}
#dialog-send-form-confirm + .ui-dialog-buttonpane {
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
#dialog-send-form-confirm + .ui-dialog-buttonpane .ui-dialog-buttonset{
    text-align: center;
    width: 100%;
    padding: 0px;
}
#dialog-send-form-confirm + .ui-dialog-buttonpane .ui-dialog-buttonset #dialog-send-form-confirm-btn-cancel{
    border: 0px;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
}
#dialog-send-form-confirm + .ui-dialog-buttonpane .ui-dialog-buttonset #dialog-send-form-confirm-btn-save-changes{
    background: rgb(243, 152, 52);
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
}
#dialog-send-form-confirm .sub-title{
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    overflow-wrap: break-word;
    box-sizing: border-box;
    width:100%; 
    text-align:center;
}
#dialog-send-form-confirm .confirm-title{
    float: left;
    width: 100%;
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    padding: 15px 0px;
}
#dialog-send-form-confirm .send-modal-icon{
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 10px auto;
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}
#dialog-send-form-confirm .send-modal-icon .send-modal--warning__body{
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}
#dialog-send-form-confirm .send-modal-icon .send-modal--warning__dot{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

#dialog-submit-form-confirm + .ui-dialog-buttonpane {
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
#dialog-submit-form-confirm + .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    width: 100%;
    padding: 0px;
}
#dialog-submit-form-confirm + .ui-dialog-buttonpane .ui-dialog-buttonset #dialog-submit-form-confirm-btn-cancel {
    border: 0px;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
}
#dialog-submit-form-confirm + .ui-dialog-buttonpane .ui-dialog-buttonset #dialog-submit-form-confirm-btn-save-changes {
    background: rgb(243, 152, 52);
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
}
#dialog-submit-form-confirm .sub-title {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#dialog-submit-form-confirm .confirm-title {
    float: left;
    width: 100%;
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    padding: 15px 0px;
}
#dialog-submit-form-confirm .send-modal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 10px auto;
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}
#dialog-submit-form-confirm .send-modal-icon .send-modal--warning__body {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}
#dialog-submit-form-confirm .send-modal-icon .send-modal--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.swal-send-submit-confirm-btn {
    background: rgb(243, 152, 52);
    color: #fff;
    font-weight: 600;
}
.swal-send-submit-cancel-btn {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal-send-submit-custom-icon {
    border-color: #f8bb86 !important;
}
.swal-send-submit-custom-icon .swal2-icon-content {
    color: #f8bb86;
}

#mf_form_list .form_option{
    background-color: #7bb3ef!important;
    padding: 5px!important;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    margin-top: -1px;
}

#mf_form_list .form_option_separator{
 border-left: 2px solid #ffffff!important; 
}
#mf_form_list li .bottom_form_bar{
 background-color: #ffffff!important; 
 border-top: 1px solid #ffffff!important; 
     box-shadow: none!important;
}
/* set form visibility clear btn to right  */
#clear_sites_container{
    display: block!important;    
    clear: both;
    height: 22px;    
}
#clear_sites_container .btn_clear_site_selection{
    display: block;    
    float: right!important;
}
/* set form visibility clear btn to right  */

/*css Begin for tooltip in form association popup */
.tooltip {
    z-index: 9999999 !important
}
.form-association-buttons {
    width: 100% !important;
}
.btn-dissociate {
    float: right !important;
}
.confirmMessage {
    background-color: #4640402e;
    padding: 10;
    border-radius: 5px;
    margin: 3px;
}
.ui-dialog .ui-dialog-titlebar-close {
    display: block !important;
}
.btn-dissociate {
    display: none;
}
.form-structure-edit-dialog {
    width: 37% !important;
}
/*css End for tooltip in form association popup */

.confirm_link {
    padding-left:15px;
    color:blue;
}
.icon-checkmark {
    color:green;
    margin-left:10px;
}
/*css for removing unwanted features from UI - (edit_form.php)*/
.form-unwanted-features {
    display: none !important;
}

/* tool tip css START */
.tooltipcorruption {
	position: relative;
	display: inline-block;
}
.tooltipcorruption .tooltiptext {
    visibility: hidden;
    width: 280px !important;
    border: 1px solid white;
    background-color: #555;
    color: #fff !important;
    text-align: center !important;
    border-radius: 6px;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    margin-left: -154px !important;
}
.tooltipcorruption .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipcorruption:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.corrupted_form{
    cursor: not-allowed;
}
.corrupted_form a{
    cursor: not-allowed;
}
/* tool tip css END */

/* mdm pop-up START*/
  .dropdown-container {
    position: relative;
    width: 100%;
}

.dropdown-input-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    gap: 4px;
    box-sizing: border-box;
    cursor: text;
    width:68%;
    border: 1px solid #aaa;
    float : right;
    overflow-x: auto;
    max-height: 120px;
    min-height: 50px;
}

.dropdown-input-container:focus-within {
    border: solid black 1px;
}

.dropdown-input-container span {
    display: inline-flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 12px !important;
}

.dropdown-input-container span .close-icon {
    margin-left: 8px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}

.dropdown-input-container span .close-icon:hover {
    color: #f00;
}

.dropdown-input {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 4px;
    height: 40px;
}

.dropdown-list-sites {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size:12px !important;
}

.dropdown-list-sites li {
    width: 100% !important;
    padding: 8px !important;
    cursor: pointer;
    line-height: 1.5;
}

.dropdown-list-sites li:hover {
    background-color: #5897fb;
    color : #ffffff;
}

.dropdown-list-sites li.selected {
    background-color: #d3d3d3;
    color: #555;
}

.select-all {
    margin: 8px 0px 8px 0px;
    width: 100%;
    text-align: right;
}

.mdm-success {
    background-color: #558126;
    border-bottom: none;
    color: #fff;
    margin: 0 4px 0 0;
    padding: 8px 4px 8px 8px;
    display: none;
    opacity: 0;
    transition: opacity 1s;
}

.mdm-success-msg {
    top: 15px;
    color: #fff;
    margin: 10px 10px 13px 10px;
    font-weight: bold;
    padding: 3px 0px 5px 0px;
}

.mdm-success.show {
    display: block; 
    opacity: 1;
}

.dynamicContent #selectAllCheckbox{
    width: auto;
}
/* mdm pop-up END*/
.searchMobile
{
    float: left;
    width: 100%;
}
.searchMobileChild input{  
    float: left;      
    width: 96%;
}

@media (max-width: 600px) {
    .searchMobileChild{
        width: 50%;
    }
}
.mf_signature_wrapper {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-bottom: 0px !important;
}

li.date_field .datepick-popup {
    position: static !important;
    text-align: center;
}