.margin{
	margin-bottom: 20px;
}
.form-width {
    float: left;
    width: 70%;
}
.white_background {
    width: 100%;
    float: left;
 }
/*  .add_new,.add_new:hover,.add_new:active {
    text-decoration: none;
    font-size: 11.5px;
    color: #fff;
    background: #008ec2;
    border: 1px solid #006799;
    padding: 7px 8px 7px 9px;
    margin-left: 2%;
    border-radius: 3px;
	box-shadow: 0 1px 0 #006799;
	text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
} */
.heading span {
    text-transform: capitalize;
    font-size: 17px;
}
.first input[type="text"] {
    width: 90%;
}
#toplevel_page_localist_calendar_setting .wp-submenu li:last-child {
    display: none;
}

.wrape_container .embed{
	display:none;
}
.form-width .submit_button {
    width: 100%;
    float: left;
	margin: 2% 0 0 0;
	
}
.form-width .submit_button input[type="submit"], input[type="button"] {
       
    box-shadow: 0 1px 0 #006799;
    background: #008ec2;
    padding: 1%;
    font-size: 11.5px;
    color: white;
    border-radius: 3px;
    border: 1px solid #006799;
    cursor: pointer;
    font-weight: bold;
	text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}
}
.container .width {
    float: left;
    width: 27%;
    height: 100px;
    margin-left: 2em;
}
 .widget-box {
    width: 96%;
    float: left;
	margin-bottom: 15px;
} 

.widget-top .widget-title a {
    padding: 12px 27px 13px 15px;
    width: 86.5%;
    float: left;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
	border:1px solid #f7f7f7;
}
.widget-top .widget-title a .title {
    float: left;
}
.widget-top .widget-title a .wdiget-edit {
    float: right;
}
.cright.width {
    float: right;
    width: 30%;
}
.res{padding:12px 12px!important;}
#embed {
    min-height: 85px;
	width: 480px;
}
.display,.hide{display:none;}

.form-width .submit_button input[disabled="disabled"] {
    background: rgba(0, 142, 194, 0.49);
}
.top{margin-top:-6px;}
/* #filters_area td, #filters_area_excluded td {
    width: 24%;
} */
#filters_area_excluded select,#filters_area select {
    margin-left: -3px;
}

#filters_area label, #filters_area_excluded label {
    text-transform:capitalize;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}