.create_new_page {
    	padding-left: 10px;
}

.inline-edit-row fieldset label span.label {
    	width: 150px;
}
	
.inline-edit-row .input-text-wrap input[type=text] {
    	width: 250px;
}

.edit-setting .submit button {
    	margin:  5px;
}

.as_table .iedit {
    	display: none;
        background-color:  aliceblue;
}

.widefat .column-primary,  .widefat th  {
        color:  #555;
        border-bottom:  1px solid #E1E1E1;
}

a.button.button-primary.button-large.delete_page  {
        background:  red;
        border:  #F44336;
        text-shadow:  0 -1px 1px #FF0000, 1px 0 1px #FF0000, 0 1px 1px #FF0000, -1px 0 1px #FF0000;
}

.as-color-field  {
        width:  85px !important;
 }

.as_table .iedit td {
    position: relative;
}

.as_table .iedit .padding_right {
    padding-right: 20px;
}

.help-tip {
           position:  absolute;
        top:  4px;
        right:  -2px;
        text-align:  center;
        background-color:  #BCDBEA;
        border-radius:  50%;
        width:  20px;
        height:  20px;
        font-size:  13px;
        line-height:  20px;
        cursor:  pointer;
}

.help-tip:before {
    content: '?';
    font-weight:  bold;
    color: #fff;
    z-index: 9999;
}

.help-tip:hover .help_msg {
    z-index: 9999;
    display: block;
    transform-origin:  100% 0%;
    -webkit-animation:  fadeIn 0.3s ease-in-out;
    animation:  fadeIn 0.3s ease-in-out;
}

.help-tip .help_msg {
    z-index: 9999;
    display:  none;
    text-align:  left;
    background-color:  #266787;
    padding:  10px;
    width:  300px;
    position:  absolute;
    border-radius:  3px;
    box-shadow:  1px 1px 1px rgba(0,  0,  0,  0.2);
    right:  -4px;
    color:  #FFF;
    font-size:  13px;
    line-height:  1.4;
}

.help-tip .help_msg:before {
    z-index: 9999;
    position:  absolute;
    content:  '';
    width: 0;
    height:  0;
    border: 6px solid transparent;
    border-bottom-color: #266787;
    right: 8px;
    top: -11px;
}

.help-tip .help_msg:after {
    z-index: 9999;
    width: 100%;
    height: 40px;
    content: '';
    position:  absolute;
    top: -40px;
    left: 0;
}

span.label, .help_msg  {
    text-transform:  capitalize;
}
