.mar-top50 {
	margin-top: 50%;
}
.marginBottom-0 {
	margin-bottom: 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.mar-top20 {
	.margin-top: 20%;
} 
.mar-top1 {
	margin-top: 1%;
}
.mar-top2 {
	margin-top: 2%;
}
.mar-right1 {
	margin-right: 1%;
}
.mar-left4 {
    margin-left: 4%;
}
.mar-left5{
	margin-left: 5%;
}
.mar-left1{
	margin-left: 1%;
}
.mar-left2{
	margin-left: 2%;
}
.container {
	width: 1322px !important;
	margin-bottom: 3%;
}
.error-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #ff0000;
}
.fclone_btn {
	background: url(../images/clone.png)no-repeat;
	height: 20px;
	width: 20px;
	background-size: 100%;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
	margin-right: 5px
}
.add_btn {
	background: url(../images/add.png)no-repeat;
	height: 20px;
	width: 20px;
	background-size: 100%;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
	/*margin-right: 5px;*/
    margin-left: 8px;
    margin-top: 7px;
}

.fclone_btn{background: url(../images/clone.png)no-repeat;height: 20px; width: 20px; background-size: 100%; display: inline-block; text-indent: -999px; overflow: hidden; font-size: 0; margin-right: 5px}
.csv-btn{
	margin-right: 53%;
    margin-top: 8%;
}
.dropdown-add-btn{
	width: 95%;
    float: left;
}

/*.cancel-btn {
    background-image: url(../images/pagination-left-arrow.png)!important;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 13px;
}*/


.yes, .no{
	padding-left: 18px !important;
}
.table>thead>tr>th{
	font-weight: bold;
}
.totalColumn>td{
	background-color: #f9f3d5 !important;
	font-weight: bold;
}
.dateColumn>td {
	background-color: #ceceef !important;
    font-weight: bold;
}
.direct_response_interface table th{
	text-align: center;
}

#loader {
    display:    none;
    position:   fixed;
    z-index:    1000000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 0 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;
}

body.loading #loader {
    display: block;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.3 !important;
	pointer-events: none;
    /*filter: alpha(opacity=100) !important;*/
}


.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.setup-content .nextBtn,.finishBtn,.prevBtn {
    padding: 10px 16px !important;
    margin-top: 1%;
}

.review-summary table{
	width: 98%!important;
    margin-left: 1%;
	margin: 0px auto;
}

.review-summary table th {
    background-color: #f9f9f9;
}

.review-summary table td{
	background-color: white;
}

@media screen and (max-width: 700px) {
    .stepwizard-conatiner-margin {
		margin-bottom: 25%;
	}
}
.remove_field {
	overflow: inherit;
}

.email-remove-field{
	width: 100%;
    float: left;
}



/*Dashboard css - start*/
.col-md-offset-dashboard >.panel-default>.panel-heading{
 	font-size: 140%;
 	font-weight: inherit;
 }   
.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}
.panel-green > a {
    color: #5cb85c;
}

.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}
.panel-yellow > a {
    color: #f0ad4e;
}

.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}
.panel-red > a {
    color: #d9534f;
}

.col-md-offset-dashboard{
	margin-left: 4.33333333%;
}
.huge {
    font-size: 35px;
    margin: 8% 0 10% 0;
}
/*Dashboard css - end*/



/*table sorting css*/
/*table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 13px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}*/

.tablesorter .header,
.tablesorter .tablesorter-header {
	/* black (unsorted) double arrow */
	background-image: url(../images/bg.gif);
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
	/* white (unsorted) double arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	background-repeat: no-repeat;
	background-position: center right;
	/*padding: 4px 18px 4px 4px;*/
	padding-right: 13px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
	/* black asc arrow */
	background-image: url(../images/asc.gif);
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
	/* white asc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
	/* image */
	/* background-image: url(images/black-asc.gif); */
}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
	/* black desc arrow */
	background-image: url(../images/desc.gif);
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
	/* white desc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
	/* image */
	/* background-image: url(images/black-desc.gif); */
}
.tablesorter thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* table processing indicator */
.tablesorter .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(images/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}
.report_table{
    width: 100%;
    overflow-x: auto;
    float: left;
}
/*table sorting css*/

.datatable_media .ui.grid {
    margin: auto;
    float: left;
    width: 100%;
}
.datatable_media .ui.grid>.row {
    margin: 0;
}
.datatable_media .ui.grid>.row>.column {
    padding: 0;
    float: left;
    width: 100%;
}
.datatable_media .title-bar {
    margin-bottom: 0;
}
.modal-header {
    padding: 0px 0px 2px 3%;
}

.modal-header .close {
    margin: 2% 2% 0 0;
}
.form-control{
	padding: 3px 12px;
}

/*#sum_table_wrapper .ui.grid {
    margin: 0 0 40px;
    float: left;
    width: 100%;
    overflow-x: auto;
    padding: 0px 2px 20px;
}*/

