.banner-table-header
{
	font-family: Open Sans!important;
	font-weight: 700;
}
.banner-table tr td
{
	text-align: center;
	vertical-align: middle!important;
	font-family: Open Sans;
}
.btn-show-banner
{
	border: none;
	font-size: 13px;
	font-family: Open Sans;
	padding: 5px 10px;
	background: #29a643;
	color: #fff;
	transition: all ease 0.3s;
}
.btn-show-banner:hover
{
	background: #37D057;
	transition: all ease 0.3s;
}
.dl-all
{
	font-family: Open Sans;
	text-align: right!important;
}
.dl-all a
{
	color: #ff0000;
}
.donalodFile{float: right; width: 100% ! important; text-align: center; margin-top: 10px; margin-bottom: 5px;}
.forex-banners-holder { margin-bottom: 25px}
.forex-banners-title h1{ text-align: center}
.forex-banner-container{text-align: center}
textarea{margin-bottom: 20px;}

.banner-txtarea{
	width: 100%;
	height: 150px;
}


/* -- banner page design css start-- */

.theme_selection_form_wrapper{margin-left:-12px;margin-top:30px;margin-bottom:30px;width:100%;}
.theme_selection_form_wrapper form{}


/** select start **/


.theme_selection_form_wrapper form .select-cover{}
.theme_selection_form_wrapper form .select-cover .dropdown-container {width:auto; margin:10px 0;position: relative;}

 .theme_selection_form_wrapper form .select-cover select {width: 100%;height: 42px;font-size: 100%;font-weight: bold;cursor: pointer;border-radius:5px;background-color: #fff;
      border: 1px solid #787878;color: #787878;appearance: none;padding: 10px;padding-right: 38px;-webkit-appearance: none;-moz-appearance: none;transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
    }

    /* For IE <= 11 */
.theme_selection_form_wrapper form .select-cover select::-ms-expand {
      display: none;
    }

.theme_selection_form_wrapper form .select-cover .select-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 36px;
      pointer-events: none;
      /* border: 2px solid #962d22; */
      padding-left: 5px;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }
.theme_selection_form_wrapper form .select-cover .select-icon svg.icon {
      transition: fill 0.3s ease;
      fill: #787878;
    }

 .theme_selection_form_wrapper form .select-cover select:hover,
    select:focus {
      color: #318DCC;

      border-color: #787878;
    }
 .theme_selection_form_wrapper form .select-cover select:hover ~ .select-icon,
 .theme_selection_form_wrapper form .select-cover select:focus ~ .select-icon {

      border-color: #787878;
    }
 .theme_selection_form_wrapper form .select-cover select:hover ~ .select-icon svg.icon,
 .theme_selection_form_wrapper form .select-cover select:focus ~ .select-icon svg.icon {
      fill: #318DCC;
    }

/** select close **/

/* .theme_selection_form_wrapper form .select-cover select{width:100%;min-height:40px;padding:10px 10px;border-radius:5px;border:1px solid #787878;} */
.theme_selection_form_wrapper form .banner_form_btn{width:100%; margin:10px 0}
.theme_selection_form_wrapper form .banner_form_btn button,
.theme_selection_form_wrapper form .banner_form_btn input[type="submit"]{width:100%;min-height:40px;background:#48B24B;padding:10px 10px;border-radius:5px;border:1px solid #48B24B;color:#fff;}


.single_banner_wrapper{margin:20px 0 30px 0;}
.single_banner_wrapper .banner_preview_wrapper{margin:auto;width:100%;padding:15px;border-radius:5px 5px 0 0;border:1px solid #ddd; text-align: center; }
.single_banner_wrapper .banner_preview_wrapper img{max-width: 100%; margin:auto;text-align:center; }
.single_banner_wrapper .show_code{text-align:center;background:#2988CA;padding:15px 0;border-radius:0 0 5px 5px; color: #fff;}
.single_banner_wrapper .show_code a{text-align:center;color:#fff;font-size:16px;text-decoration:none;width:100%;}


a.show-code,
a .show_code{
    color: #337ab7;
    text-decoration: none !important;
}

#ShowBannerPage textarea{
	margin-bottom: 0px;
}

@media only screen and (max-width: 576px) {
	.single_banner_wrapper .banner_preview_wrapper img {
	    max-width: 100%;
	}
}
@media only screen and (max-width: 767px){
	
	.theme_selection_form_wrapper{margin-left:0px;}
        
    }