
#confirmTemplateButtons{
	display:none;
	width:100%;
}
#confirmCampaignButtons{
	display:none;
	width:100%;
}


#closeMessage{
	z-index:11000011;
}
#noDelTemplateButton, #yesDelTemplateButton {
	background:#008c00; 
	font-size:13px !important; 
	padding:10px 20px; 
	font-weight:600; 
	color:#fff; 
	text-transform: uppercase; 
	text-shadow: none; 
	border-radius: 3px; 
	box-shadow: none; 
	position: relative; 
	border: 0;
	width:30%;
	display:inline-block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:40px;
	cursor:pointer;
}
#noDelCampaignButton, #yesDelCampaignButton {
	background:#008c00; 
	font-size:13px !important; 
	padding:10px 20px; 
	font-weight:600; 
	color:#fff; 
	text-transform: uppercase; 
	text-shadow: none; 
	border-radius: 3px; 
	box-shadow: none; 
	position: relative; 
	border: 0;
	width:30%;
	display:inline-block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:40px;
	cursor:pointer;
}
#app-send-test-email-media{
	display:none;
	width:135px;
}
.div_loading {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}



/*PopUp CSS*/


#div_test_email {
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
    z-index: 1000000;
    width: 500px;
    left: 30%;
}


#div_test_email h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}

.kittemplatesimg{
	float:left;
	width:31%;
	padding:5px;
	text-align:center;
	
}


.mctemplates{
	float:left;
	width:31%;
	padding:5px;
	text-align:center;
	
}



#openMessage {
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
    z-index: 1000000;
    width: 500px;
    left: 30%;
}

#openMessage h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}

#settingMsgwrap {
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
    z-index: 1000000;
    width: 500px;
    left: 30%;
}

#settingMsgwrap h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}

.templates {
	display:none;
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 1000000;
    width: 95%;
    margin:0 auto;
}

.templates h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}




.closeButton {
    background: url("close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    display: inline-block;
    float: right;
    height: 32px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 32px;
    cursor: pointer;
}


.msgoverlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#send_test_fancy{
    float: left;
}
.loader_img{
    background: url("loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    margin: 4px 0 0 5px;
    text-align: left;
    width: 26px;
    display: none;
}

.loading{

    background: url("loading_icon.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: fixed;
    text-align: left;
    top: 40%;
    z-index: 1100000;
    width: 200px;
	height:200px;
    left: 40%;
	background-position:center center;
	
}



/*END PopUp CSS*/
.add_push_label{
	display:block;
	font-size:9px;
}
.app_push_form {
  display: block;
  margin: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 0;
}
 
.app_push_form > div > label {
	display: inline-block;
	width:30%;
	line-height:1.1;
	margin-top:5px;
	padding-left:20px;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #939393;
}
 
.app_push_input {
	display: inline-block;
	width: 65%;
	margin-top:5px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.app_push_select {
	display: inline-block;
	width: 65%;
	margin-top:5px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
 
 
 .app_push_form > div {
	 min-height:40px;
	 
 }
 
 

.app_push_button {
    width: 96%;
	margin-left:2%;
    background-color: #008c00;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:16px;
}



.app_span_help {
	width:100%;
	font-size:9px;
	color: #939393;
	
}

.app_form {
  display: block;
  margin: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 0;
}
 
.app_form > div > label {
  display: block;
  padding: 30px 20px 10px;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #939393;
  cursor: pointer;
}
 
 .app_form > div {
	 padding-left:20px;
	 padding-right:20px;
	 
 }

.app_span_help {
	width:100%;
	font-size:9px;
	color: #939393;
	
}

.
.current_page {
	font-size:18px;
	font-weight:bold;
}
.templatetitle{
	width:100%;
	font-size:12px;
	text-align:center;
}
.importbutton {
    background-color: #008c00;
    color: #ffffff;
	border:solid 1px #008c00;
    border-radius: 3px;
    cursor: pointer;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:20px;
}
importbutton:hover {
	color: #eeeeee;
	border:solid 1px transparent;
}

.app_input {
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.mck-p {
	border:solid 1px green;
}
.app_textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	height:300px;
}

.app_input_sumbit {
    width: 100%;
    background-color: #008c00;
    color: #ffffff;
    padding: 8px 16px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:16px;
}
 
.app_pag_button {
    background-color: #008c00;
    color: #ffffff;
	border:solid 1px #008c00;
    padding: 7px 10px;
    margin: 8px 0;
    border-radius: 4px;
    cursor: pointer;
	font-size:16px;
	margin-right:5px;
	margin-left:5px;
	text-decoration:none;
	margin-bottom:35px;
}
.app_pag_button:hover {
	color: #eeeeee;
	border:solid 1px transparent;
}

.app_checkbox{
	width:30px !important;
	height:30px !important;
	font-size:28px !important;
	margin-top:4px !important;
	margin-bottom:4px !important;

}

.app_select{
	width:100% !important;
	height:480px !important;
	background-color:#fff !important;
	color:#000 !important;
	border:solid 1px #000 !important;
	vertical-align:top !important;
	padding-left:10px !important;
	
}

.blueprint{
	width:100%;
	height:600px;
	overflow:auto;
	border:solid 1px red;
}
/* Temp stuff */
.mck-menu-bar{width:100%;display:block;}
.mck-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:#008c00;text-align:center;cursor:pointer;white-space:nowrap;float:left;}
.mck-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.mck-button:active{background-color:#ccc}
.mck-button{white-space:normal}
.mck-button:hover{color:#000!important;background-color:#ccc!important}
.mck-button-space{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;text-align:center;cursor:pointer;white-space:nowrap;float:left;}




/* End Temp Stuff */