/* 
    Created on : 08-Jul-2017, 16:25:49
    Author     : Callum
*/



.expander_dnd {
    background-color: #888;
    color:white;
    margin: 0px;
    padding:5px;
    position:relative;
    cursor:move;
    margin-top: 30px;
}
.expander_dnd h4{
   margin-top:0px;
   font-size: 14px;
   padding-right: 25px;
}


.expander_form {
    display:none;
    /* width:200px; */
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin-top: -20%; */
    /* margin-left: -20%; */
    background-color:#fff;
    color: #23282d;
    border: 1px solid #e5e5e5;
     z-index:10001; 
     position:relative;
    /* border-radius:20px; */
    /* padding-bottom:200px !important; */
}

.expander-form-opener {
    position: absolute;
    right: 5px;
    cursor:pointer;
    border: 1px solid white;
    padding: 4px;
    border-radius: 5px;
}
.expander_dnd h4{
    margin-bottom:0px;
      padding: 7px 7px;
    font-weight:600;
}
.admin_menu_item {
    margin: 0;
    padding: 15px;
    font-size: 1em;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ddd;
}







.expander_form {
    padding: 10px;
    padding-top:10px;
}

.close-expander-form {
    position: absolute;
    left: 10px;
    bottom: 8px;
}

input.save_expander_form_old {
    display:block;
    background-color: #23282d;
    border:0px solid #fff;
    margin-top:20px;
    padding:10px;
    font-size:20px;
    width:100px;
    border-radius:10px;
    /* position: absolute; */
    /* right: 0px; */
    /* bottom: 4%; */
    color: white;
    width: 92% !important;
    margin-left: 4%;
    margin-right: 4%;
}
.ams_message_bar {
    margin: 5px;
    padding: 10px;
    background-color: #21ab3a;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display:none;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:5000;
}

#dnd_target {
  width:300px;
  float:left;
  padding:20px;
  background-color: #fff;
  padding-top:50px;
  position:relative;
}


.expander-form-opener {
  display:none;
}
#dnd_target .expander-form-opener {
 display:block;
}
.ams-expander a:after {
    display:none;
}



.ams_expanders_menu {
  background-color:white;
  border: 1px solid #e5e5e5;
  width: 310px;
}
.ams_expanders_menu_droparea {  
  padding:1em;
  border:1x dotted #ccc;
}
h1.ams_title {
    border-bottom: 1px solid #e5e5e5;
}
.ams_intro {
  margin-top:40px;
  margin-bottom:60px;
}

div#dnd_target:before {
  position:absolute;
  top:10px;
    content:"Your menu: (Drag your expanders here)";
}
#ams_left_column {
  float:left;
  margin-left:0em;
  
}
#ams_right_column {
  float:left;
  margin-left:4em;
  border:1px solid #e5e5e5
}

.ams_expanders_menu_title h4 {
    margin: 0px;
    font-size: 20px;
    height: 40px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-left: 0.5em;
    padding-top: 0.5em;
    background-color: white;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}


div#ams_expanders_menu_droparea {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 5em;
}
#ams_expanders_dnd_demo {
  margin-bottom:40px;
}



textarea#go {
    display: fixed;
    position: fixed;
    bottom: 0px;
    height: 150px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.ams_menu_loader {
  text-align:center;
  color:white;
  padding-top:40px;
}



.custom_page_form_page_field label{
    display:block;
    padding-left:0.2em;
    color:#777;
    font-weight:bold;
}

.custom_page_form_page {
    border:0px solid #777;
    padding:1em;
}


.ams_custom_page_header h2{
    font-size:24px;
    margin-bottom:6px;
    margin-top:6px;
}
.ams_custom_page_header {
    border-bottom:2px solid #eee;
    background-color:white;
    max-width:750px;
    padding:0.5em;
    margin-top:1em;
}
.ams_custom_page_content {
    max-width:750px;
    background-color:white;
    padding:0.5em;

}

.ams_form {
  max-width:800px;
}

.col-md-4 {
  width:33%;
  float:left;
}
.col-md-2 {
  width:17%;
  float:left;
}
.form-group {
  clear:both;
  padding:3em;
}

.ams_toggler_on_off_container {
  border:1px solid #999;
  border-radius:10px;
  margin:10px;
  padding:1em;
}
.ams_toggler_on_off_container a{
  color:white;
  background-color:black;
  padding:0.5em;
  text-decoration:none;
  border-radius:10px;
}
.ams_toggler_on_off_container a.is_off{
   background-color:red;
   color:white;
}
#glass_screen {
  position: fixed;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.8);
  top: 0px;
  left: 0px;
  display:none;
    z-index:10000;
  
}

.custom_pages_list {
    width: 150px;
    float: left;
}
.custom_page_list_item {
   padding:0.5em;
   background-color:white !important;
   margin-bottom:0.5em;
}
.custom_page_list_item a{
   color:#333;
}
.custom_page_list_item.active {
   border-bottom:1px solid #333;
   background-color:#333 !important;

}
.custom_page_list_item.active a{
   color:white;
   font-weight:bold;
   text-decoration:none;
   position:relative;
   display:block;
}
.custom_page_list_item.active a:after{
   content: "\f139";
   font-family:"dashicons";
   position:absolute;
   right:0px;
}
.custom_page_form_page {
  margin-left:160px;
}

iframe.ams_iframe {
    width: 100%;
    min-height: 800px;
}
.icon_selector a {
  color:black;
  text-decoration:none;
  display:inline-block;
  padding:0.3em;
}
.dash_icon_selector.selected {
  background-color:#070;
  color:white;
  border-radius:5px;
}
.autocomplete_search_box {
}
.ams_content {
  border:1px solid #999;
}
.ams_form_row {
  margin-top:1.5em;
}

.custom_page_form_page_field {
    margin-top:1.5em;
    border-top:1px solid #ddd;
}
.custom_page_form_page_field label {
   padding-bottom:0.5em;
   padding-top:1em;
   color:#444;
   font-size:14px;
}

#menu_width {
  max-width:100px;
}

.ams_premium_blurb {
  max-width:800px;
  position:relative;
}
.ams_premium_blurb img{
  max-width:100%;     
}
.ams_premium_blurb a.hide_premium_blurb {
    position:absolute;
    right:50px;
    top:30px;
    font-size:40px;
    text-decoration:none;
    color:black;
    text-shadow: 1px 1px 10px rgba(128, 128, 128, 1);
}

.expander_form_field {
  padding-top:0.2em;
  padding-bottom:0.2em;
}

.expander_form_field label {
    display:table-cell;
    padding:0.5em
}
.expander_form_field .wp-picker-container {
    display:table-cell;
}

.expander_form h4 {
    margin-bottom:0px;
}




.ams-dash-menu {
    padding-left:10px !important;
}

#wpadminbar .ams-dash-menu .ab-icon:before {
    content: "\f347";
    top: 4px;
}

.ams-sorter-save-button-container {
  padding-bottom:10px;
}