/* HEADER */

html.dark .header, 
html.header-dark .header {
	border-bottom: 1px solid rgba(0,0,0,.25);
	background-color: #141b23 !important;
	height: 65px;
}

.content-body {
	overflow: hidden;
	padding: 20px 15px 40px 15px;
}

/* LOGO */

.logo-container {
	float: left;
    width: 158px;
    margin: 0 0 0 20px;
}

.logo-container .logo {
	display: block;
	width: 100%;
	margin: 0;
    height: 65px;
    background: url("../img/shopback2.png") center no-repeat;
    text-indent: -99995px;
}

/* nav user */

.userbox {
	margin-top: 15px;
}

html.header-dark .userbox .dropdown-menu .divider {
	background-color: #FFF;
}

html.header-dark .userbox .dropdown-menu {
	background-color: #FFF;
}

html.header-dark .userbox.open .dropdown-menu a {
	color: #141b23;
}

.userbox.open .dropdown-menu a:hover {
	background-color: #141b23;
	color: #FFF;
}

/* NAV */

@media only screen and (min-width: 768px) {
    html.fixed .sidebar-left {
        width: 240px;
        top: 65px;
    }

    html.fixed .inner-wrapper {
    	padding-top: 65px;
    }

    html.fixed.sidebar-left-sm .content-body { 
        margin-left: 240px;
    }

    html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
    	width: 92px;
    }

    html.fixed.sidebar-left-collapsed .content-body {
    	margin-left: 92px;
    }

    html.sidebar-left-collapsed .sidebar-left .nano {
    	background-color: #141b23 !important;
    }
}

html .sidebar,
html .sidebar-left,
html .sidebar-left-sm .sidebar-left {
	height: 100%;
    background-color: #141b23 !important;
}

ul.nav-main > li > a  {
    padding: 15px 35px !important;
}

ul.nav-main > li > a > svg {
	max-width: 18px;
    max-height: 20px;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s; 
    fill: #FFF;
}

ul.nav-main > li.nav-active > a {
	box-shadow: none;
}

ul.nav-main li span {
	vertical-align: text-bottom;
}

ul.nav-main > li > a:hover,
ul.nav-main > li.nav-active > a,
ul.nav-main > li.nav-active > a:hover {
	background-color: #121820;
	color: #FFF;
}

/* DROPDOWN */

/* DROPDOWN */

.navbar-right {
	margin-right: 0;
}

.user {
	display: inline-block;
    margin: 22px 20px 0 0;
    position: relative;
    vertical-align: middle;
}

.user .dropdown-toggle,
.user > a  {
	position: relative;
	padding: 0 15px;
	z-index: 99995;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
    border-left: 1px solid rgba(255,255,255,0.45);
}

.user .dropdown-toggle:hover,
.user .dropdown-toggle:focus {text-decoration: none}

.user .dropdown-menu {
	top: 30px;
	left: auto;
	right: 0;
	padding: 5px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.045);
	border: 1px solid #E8E8E8;;
}

.user .dropdown-menu:before,
.user .dropdown-menu:after  {
	position: absolute;
    bottom: 100%;
    right: 25px;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    content: " ";
}

.user .dropdown-menu:before {
	margin-left: -10px;
	border-color: rgba(194,225,245,0);
    border-bottom-color: rgba(80,80,80,0.1);
    border-width: 8px;
}

.user .dropdown-menu:after {
	margin-left: -9px;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #FFF;
    border-width: 7px;
}

.user .dropdown-menu>li>a {
	font-size: 13px;
	padding: 10px 15px;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {background-color:  transparent; border: none}


/* BUTTON */

.body .btn-primary {
	border-radius: 4px;
	font-size: 13px;
}

/* FORM */

.form label {
	float: right;
	font-size: 13px;
	font-weight: 400;
	text-align: right;
}

.form .form-group:first-child {
	margin-top: 20px;
}

.form-group:last-child, 
.form-group:last-of-type {
	margin-bottom: 25px;
}


/* TABLE */

table.table {
	width: 100% !important;
	margin: 0 !important;
	background-color: #FFF;
}

table.table > thead th {
	padding: 15px 25px;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	border: none;
	border-top: 1px solid #E8EAEF;
	border-bottom: 1px solid #E8EAEF;
	background-color: #F9F9F9;
	color: #141b23;
}

table.table > thead th:first-child {
	border-top-right-radius: 4px;
}

table.table > thead th:first-child {
	border-top-left-radius: 4px;
}


table.table > tbody > tr > td,
table.table > tfoot > tr > td {
	border: none;
	padding: 15px 25px;
	font-size: 13px;
	color: #656565;
}

table.table > tbody > tr:nth-child(2n) td {
	background-color: #FDFDFD;
}

a, 
.btn-link,
.table.table.table-hover.table-bordered.table-striped a {
	color: #ED7D21;
}

.table .actions a {
	color: #141b23;
}

.table tbody td.actions a i {
	font-size: 14px;
}

/* table odd */

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #FFF;
}


/* switch */
.bootstrap-switch {
	border: 1px solid #EEE;
}

.campaign .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, 
.campaign .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, 
.campaign .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	padding: 5px;
}

/* helpers */

.mb-md {
	margin-bottom: 0 !important;
}

/* PANEL */

.panel-header {
    padding: 15px 20px;
	background-color: #F8F8F8;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #E7ECF3;
    border-bottom: 1px solid #E7ECF3;
}

.panel-header .panel-title {
	font-size: 16px;
}

.panel .panel-header + .panel-body {
	border-radius: 0;
}

.panel-title {
	line-height: 26px;
}

.panel-title + p {
	margin-top: 15px;
}

.panel-heading {
    border-radius: 0;
    border-bottom: none;
    background-color: #FFF !important;
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #eff2f7;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    border-bottom: 1px solid #dee2e8;
}



.panel-heading-offset {
	margin-left: -15px;
	margin-top: -20px;
	margin-right: -15px;
}

.panel-heading h4,
.panel-heading .panel-title-master,
.panel-title {
	color: #141B23;
	margin: 0;
	padding: 0;
	letter-spacing: .005em;
	font-weight: 400;
	font-size: 24px;
}

.panel .panel-body {
	padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.015);
}

.panel .panel-body.padding {
	padding: 20px;
}

.panel.campanhas {
	top: 65px;
}

.panel.campanhas + .panel {
	margin-top: 66px;
}

.panel.campanhas .panel-body {
	padding: 15px !important;
	margin-left: 240px;
}

/* datatable */

.dataTables_wrapper .datatables-footer,
.dataTables_wrapper .datatables-header  {
	margin-top: 0;
	border-top: 1px solid #E8EAEF;
    padding: 20px;
    background-color: #F8F8F8;
}

.dataTables_wrapper .datatables-header {
	margin-bottom: 0;
	border-top: none;
	border-bottom: 1px solid #E8EAEF;
}

/* data range */

html #date-range-field {
	height: 36px !important;
}

html #date-range-field span {
	position: relative;
	top: 3px;
}

html #date-range-field a {
	padding-top: 5px;
	background-color: transparent !important;
	color: #141b23 !important;
}

/* campaign */

.campaign {
	margin-top: 0;
	margin-bottom: 20px;
}

.campaign .bootstrap-switch {
	border-width: 2px;
}


/* stats */

.stats {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.stats .stats__item {
	float: left;
	position: relative;
	padding: 0 15px 5px;
	width: 25%;
}
		
.stats .stats__item .stats__icon {
	background-color: #FFF;
}	
	
.stats__container {
	position: relative;
	padding-left: 94px;
	height: 94px;
	background-color: #FFF;
	border-radius: 4px;
	border-right: 1px solid #E8EAEF;
	box-shadow: 0 2px 0 rgba(0,0,0,.035);
}

.stats__data {
	padding: 15px;
	padding-left: 0;
}

.stats__data > strong {
		display: block;
		margin: 5px 0;
		line-height: 1.2;
		font-weight: 400;
		font-size: 21px;
		color: #374051;
	}
	
.stats__data > span {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-weight: 100;
	font-size: 14px;
	color: #252525;	
}


.stats__icon {
	position: absolute;
	top: 0; left: 0;
	width: 94px;
	height: 94px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.stats__icon > svg {
	width: 47%;
	height: 48%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	fill: #ff9302;
}

/* steps */
.stats.stats__step .stats__item {
	padding: 0;
	overflow: hidden;
	width: 20%;
}
			
.stats.stats__step .stats__item:first-child {
	padding-left: 15px;
}

.stats.stats__step .stats__item:first-child .stats__container {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
			
.stats.stats__step .stats__item:last-child {
	padding-right: 15px;
}
				
.stats.stats__step .stats__item:last-child .stats__container {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
				
.stats.stats__step .stats__item:last-child:before {display: none;}
			
.stats.stats__step .stats__item:before {
    content: "";
    position: absolute;
    z-index: 95;
    top: 14px;
    right: 0;
    width: 68px;
    height: 68px;
    border-right: 4px solid #F1F4F9;
    border-bottom: 4px solid #F1F4F9;
    border-radius: 8px;
    transform: rotate(-45deg) skew(-12deg,-12deg);
}
		
.stats.stats__step .stats__icon {
	width: 72px;
	height: 72px;
}
		
.stats.stats__step  .stats__container {
	border-radius: 0;
	border-right: 0;
	padding-left: 72px;
}

.stats__dashboard {
	margin: 20px 0;	
}

.stats__dashboard .stats__min {
	margin-bottom: 0;
	border-radius: 4px;
}



.stats__dashboard  .stats__min .stats__item {
	width: 100%;
	padding: 0 0 10px;
}


.stats__dashboard .stats__min .stats__item.min {
	width: 50%;
	padding-right: 10px;
	
}

.stats__dashboard .stats__min .stats__item.min:last-child {
	padding-right: 0;
}

.stats__dashboard .stats__min .stats__item.min .stats__container {
	padding-left: 0;
	border-radius: 4px;
	text-align: center;
}

	
.stats__dashboard .stats__icon {
		width: 72px;
		height: 72px;
	}
	
.stats__dashboard .stats__data {
	padding: 10px 10px 15px 0;
}

.stats__dashboard .stats__data > strong {
	font-size: 16px;
}
	
.stats__dashboard .stats__container {
	height: 78px;
	padding-left: 72px;
}


/* INTRO JS */

.introjs-showElement {
	border-radius: 4px;
	border: 2px solid #5AF;
}

.introjs-helperLayer {
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.introjs-relativePosition {
	padding: 15px 0;
}

.introjs-helperNumberLayer {
	display: none;
}

.introjs-skipbutton {
	float: left;
}

.introjs-button {
	color: #141b23 !important;
}


/*  dashoard */

.chart canvas:first-child {
	background-color: #FFF;
}

/* TAGS */

.label-tracking {
	position: absolute;
	top: 15px;
	right: 35px;
	font-weight: normal;
	font-size: 13px;
	padding: 5px 10px;
}

.label-tracking > i {margin-right: 5px;}


.label-tracking.error {
	background-color: rgb(236, 70, 76);
}

.label-tracking.success {
	background-color: #4cae4c;
}

.alert-tracking {
	display: none;
}


/* button tracking */

.tag-tracking .fa {
	display: none;
}

.tag-tracking.load .fa {
	display: inline-block;
}

.alert-tracking-not-verified {
	position: fixed;
	z-index: 999995;
    background: #EC464C;
    color: #FFF;
    right: 0;
    padding: 10px;
    left: 240px;
    top: 65px;
}

.alert-tracking-not-verified p {
	margin: 0;
}

/* check custom */


.check > input[type=radio], 
.check > input[type=checkbox] {
	margin-top: 0;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.check-desc {
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 1.35;
	font-weight: normal;
	color: #757575;
}


.check-custom {
	padding: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    min-height: 180px;
    border-radius: 4px;
    background-color: #FDFCFC;
    border: 2px solid #F5F5F5;
    box-shadow: 0 2px 2px rgba(0,0,0,.02);
}

.check-custom strong {
	font-size: 14px;
    font-weight: 700;
    color: #E48327
}

.check-custom p {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #656565;
}

.check-custom > svg {
	width: 48px;
    height: 48px;
    fill: #E48327;
}


input[type="radio"]:checked + .check-custom {
	border-color: #E48327;
}

input[type="radio"]:checked + .check-custom > svg {
	fill: #FFF;
}


/* FORM WIZARD */

.campaign-step .steps > li > span{ color: black; }

.campaign-step{
    border: solid 1px black;
}

/*table.table > tbody > tr > td, table.table > tfoot > tr > td{
    border: 1px solid #ddd;
    padding: 8px 16px;
}
*/
.breadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent none repeat scroll 0% 0%;
    border-top: 1px solid #E5E5E5;
    padding: 10px 25px;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: outside none none;
    background-color: #F5F5F5;
    border-radius: 4px;
}

/* Form wizard */
.form-wizard .form-wizard-levels {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
  background: #334454;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.form-wizard:before,
.form-wizard:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.form-wizard:after {
    clear: both;
}

.form-wizard .form-wizard-levels li {
  float: left;
  position: relative;
}

.form-wizard .form-wizard-levels li a {
  display: block;
  float: left;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  height: 50px;
  margin-right: 25px;
  position: relative;
}

.form-wizard .form-wizard-levels li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  margin: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #F90;
  border-width: 25px;
  margin-top: -25px;
}

.page-toolbar-subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #888;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0px 5px;
}

.form-wizard {
	margin-bottom: 0;
}

.form-wizard + .panel-body {
	border-top: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.form-wizard .form-wizard-levels li.active a {
  background: #F90;
}

.form-wizard .form-wizard-levels li a span {
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 11px;
  background: #465e74;
  border: 1px solid #314151;
  line-height: 18px;
}
.form-wizard .form-wizard-levels li.active a span {
    background: #D88810 none repeat scroll 0% 0%;
    border-color: #D88810;
}
.form-wizard .form-wizard-levels li:first-child a {
  -moz-border-radius: 5px 0px 0px;
  -webkit-border-radius: 5px 0px 0px;
  border-radius: 5px 0px 0px;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/* CAMPAIGN */

.campaign-heading {
	margin-top: 20px;
}


.campaign-heading strong {
	font-weight: 700;
	line-height: 1.2;
	display: block;
	color: #555;
}

.campaign-heading p {
	margin: 2px 0 10px 0;
	line-height: 1.355;
	color: #757575;
}


/* LOADING */


.loading {
  position: fixed;
  top: 0;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300000;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 0;
  background: url("../img/loading.gif") rgba(255,255,255,0.92) center center no-repeat;
}

.loading.load {
  opacity: 1;
  display: block;
}


        /* eof page tabs */
/* eof page toolbar */
/* Block */
.block {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.block.block-transparent {
  background: transparent;
  border-color: transparent;
}
.block-head {
  width: 100%;
  float: left;
  background: #ffffff;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.block-head h1,
.block-head h2,
.block-head h3,
.block-head h4,
.block-head h5,
.block-head h6,
.block-title,
.block-wide .block-wide-title {
  font-size: 13px;
  line-height: 30px;
  padding: 5px 0px 4px 10px;
  margin: 0px;
  display: block;
  float: left;
  color: #464646;
}
.block-head strong {
  line-height: 29px;
}
.block-title-icon {
  float: left;
  margin-right: 5px;
}
.block-title-date {
  color: #AAA;
  line-height: 30px;
  padding: 5px 10px 4px 0px;
  margin: 0px;
  float: right;
  font-size: 11px;
}
.block-head .block-head-form {
  float: right;
  padding: 5px;
  line-height: 30px;
}
.block-content,
.block-footer {
  width: 100%;
  float: left;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.block-footer {
  border-top: 1px solid #f2f2f2;
  line-height: 30px;
}
.block-toggled .block-head {
  border-bottom: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-content .container .row:last-child .block:last-child {
  margin-bottom: 20px;
}
.block-content-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  display: none;
}
.block-content-layer a {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  color: #333;
  line-height: 20px;
  margin-right: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.block .block-content:hover .block-content-layer {
  display: block;
}
/* block refresh */
.block-refresh-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 3;
	font-size: 21px;
}
.block-refresh-layer i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

/* eof block refresh */
.block-content.np,
.block-footer.np {
	padding: 0px;
}

/* Eof Block */
/* block wide */
.block-wide {
	width: 100%;
	float: left;
	position: relative;
}
.block-wide .block-wide-title {
	color: #333;
}
/* eof block wide */

/* tables */
table {
	width: 100%;
}

.legend table {
	width: auto;
}

table tr td {
	padding: 5px 8px;
	line-height: 20px;
}
table tr td i.fa {
	font-size: 13px;
}

.table {
  margin-bottom: 0px;
}

.table tr > th {
	border-top: 0px;
	background: #F0F0F0;
	font-size: 10px;
	text-transform: uppercase;
}

.table-striped > tbody > tr:nth-child(odd) > td {
	background-color: #F9F9F9;
}

.table-bordered {
	border: 0px !important;
}

.table-bordered tr > th,
.table-bordered tr > td {
	border-left: 0px !important;
	border-right: 1px solid #e5e5e5 !important;
}

.table-bordered tr > th:last-child,
.table-bordered tr > td:last-child {
	border-right: 0px !important;
}

.table-bordered tr:last-child > th,
.table-bordered tr:last-child > td {
	border-bottom: 0px !important;
}
.table th,
.table td {
	vertical-align: middle !important;
	line-height: 20px !important;
	border-top: 1px solid #e5e5e5 !important;
}
.table th input,
.table td input {
	margin: 0px;
}

.footer-avanca-retorna{
    width: 100%;
    padding: 10px 10px;
    margin: 0px;
    background: #DDD;
    border-bottom: 1px solid #CCC;
    list-style: outside none none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.link-block {
	float: right;
	display: inline;
	font-size: 12px;
    color: #0078D2;
}

.link-block:focus,
.link-block:hover {
	text-decoration: underline;
	color: #0078D2;
}

/* panel */

.panel-default {
	border: none;
	box-shadow: none;
}

/* modal */

.modal-content {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.modal-backdrop {
	background-color: #334454;
}

.modal-header {
	padding: 20px;
	border-bottom: none;
}

.modal-footer {
	padding: 20px;
	border-top: none;
}

.modal-body {
	padding: 0 20px;
}

.modal-body .form-group:last-child {
	margin-bottom: 0;
} 

.modal-loading {
	float: left;
	margin: 6px 0 0 6px;
	color: #F7941E;
	opacity: 0;
	display: none;
	visibility: hidden;
	transition: all .2s ease-out;
}

.modal-sm {
	width: 420px;
}

.modal-loading.show {
	opacity: 1;
	display: block;
	visibility: visible;
}

.modal-loading i {
	font-size: 18px;
    margin: -2px 3px 0 0;
    vertical-align: middle;
    animation: fa-spin 1.2s infinite linear;
}

/* Buttons */

.btn > .fa {
	margin-right: 5px;
}

.btn-primary.icons-lg i {
    font-size: 18px;
    vertical-align: middle;
    padding-bottom: 2px;
    margin-right: 3px;
}

.btn-primary.icons-lg {
	padding: 7px 16px 5px 16px;
}

.btn-primary {
    background-color: #F7941E;
    border-color: #E78A1A;
    padding: 6px 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #F7941E;
    border-color: #E78A1A;
}

/* box rules */

.box-add-rule {
	border-bottom: none;
	border-top: none;
	border-radius: 0;
}

.box-add-rule:first-child {
	border-top: 1px solid #DADADA;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.box-add-rule:last-child {
	border-bottom: 1px solid #DADADA;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* loading iframe */

.modal-iframe-loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	opacity: 0;
	-webkit-transition: all .200ms linear;
	-o-transition: all .200ms linear;
	transition: all .200ms linear;
	background: #FFF url('../img/loading.gif') center center no-repeat;
}

.modal-iframe-loading.load {
	opacity: 1;
	display: block;
}