* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	height: 100%;
}

body {
	color: #333;
	font-family: Helvetica, Arial;
	font-size: 11px;
	height: 100%;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

img {
	border: none;
}

#content table i.fa {
	font-size: 160%;
}

i.fa {
	font-size: 110%;
}

i.icon_important {
  width: 20px;
}

.partcell {
  display: inline-block;
  vertical-align: middle;
}

#wrapper {
	padding: 0;
	background: #fff;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

#wrapper.login {
	width: 100%;
}

#wrapper > div.content_wrapper {
    display:table-cell;
    height:100%;
}

#wrapper > div.menu_wrapper {
    display:table-cell;
    height:100%;
}

#wrapper div.overlay{
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    opacity: .6;
    filter: alpha(opacity=60);
    display: none;
    position: fixed;
}

#wrapper div.overlay img{
    position: fixed;
    top: 50%;
    left: 50%;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.logo {
	margin: 10px 15px 5px 10px;
	position: absolute;
	top: 0px;
}

.hidden {
	display: none;
}

#user {
	position: absolute;
	top: 13px;
	right: 15px;
	text-transform: uppercase;
	font-size: 12px;
	height: 20px !important;
}

#user_text {
	text-transform:none;
}

.menu_wrapper {
	display: inline-block;
	min-width: 170px;
	bottom: 0;
	background: #c8f4f7;
	height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	position: relative;
}

.menu_wrapper .closebutton {
	position: absolute;
	font-size: 20px;
	right: 5px;
	color: #777;
	top: 3px;
}

.menu_wrapper .closebutton:hover {
	cursor: pointer;
	font-weight: bold;
}

.menu_wrapper .version {
	bottom: 10px;
	position: absolute;
	left: 15px;
}

#menu {
	height: auto;
	margin: 10px 0 50px 0;
}

#menu a {
	padding: 10px 10px 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #555;
	height: 14px;
	display: block;
	vertical-align: middle;
}

#menu a .fa-chevron-right {
	float: right;
}

#menu a:hover {
	background-color: #efffff!important;
	cursor: pointer;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #d8ffff;
}

#menubtm {
	height: 5px;
	background-color: #6ef4f7;
}

#menu a.current {
	background-color: #d8ffff;
}

#menu a .icon_select {
	float: right;
}

#menu a .icon_pre {
	margin: 0 0 0 -10px;
	width: 20px;
	text-align: center;
}

#menu a .icon_man {
	margin: 0 0 0 -10px;
	width: 28px;
	text-align: center;
}

#menu .submenu a {
	margin: -1px 2px 0 0px;
	padding: 8px 10px 5px 30px;
	box-sizing: border-box;
	height: 30px;
	width: 100%;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
}

form.search {
	margin: 10px 15px 10px 5px;
	float: right;
	position: relative;
}

#submenubtm {
	height: 5px;
	background: #b7dcf2;
}

.submenu {
	display: none;
	background-color: #d8ffff;
}

.submenu.current {
	display: block;
}

.submenu li a {
	margin: 0;
}

.content_wrapper {
	display: inline-block;
	height: 100%;
	width: 90%;
	box-sizing: border-box;
	padding: 0 10px 15px 10px;
	min-width: 250px;
}

#content {
	margin: 40px 5px 0 5px;
	padding: 10px;
	border: solid 1px #ccc;
	background: #f8f8f8;
	overflow-x: auto;
	min-height: 400px;
}

#tabdescription {
	display: none;
}

#help, .help {
	font-size: 12px;
	color: #999;
	margin: 3px 0 0 3px;
	font-family: Helvetica, Arial;
}

.table_wrapper {
	overflow-x: scroll;
	clear: both;
}

table {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: table;
}

table.tbody {
	display: table;
}

table.layoutbd {
	border: 1px solid;
	border-color: #333;
	border-collapse: collapse;
}

.formtable {
	margin: 0px auto 10px auto;
	font-size: 12px;
	width: 100%;
}

th {
	height: 24px;
	padding: 3px 7px;
	background: #bbb;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

th.center {
	height: 24px;
	padding: 3px 7px;
	background: #bbb;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

th.dest {
	background: #777;
}

td.dest {
	background: #777;
}

th.right {
	height: 24px;
	padding: 3px 7px;
	background: #bbb;
	vertical-align: middle;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
}

tr {
	vertical-align: middle;
	background: #f8f8f8;
}

tr.alternativerow {
	background: #eee;
}

tr.section td {
	background: #bbb;
	font-weight: bold;
	text-transform: uppercase;
}

tr.disabled td, tr.disabled td a {
	color: #999 !important;
}

tr.adisabled td, tr.adisabled td a {
	color: #999 !important;
	text-decoration: line-through;
}

tr.reseller td, tr.reseller td a {
	color: #999 !important;
}

.minor {
	color: #999 !important;
}

tr.received td {
	background-color: #eee;
}

tr td.accepted {
	background-color: #e8ffff!important;
}

tr td.delivered {
	background-color: #a8d4d7!important;
}

tr td.opened {
	background-color: #5ed4d7!important;
}

tr td.clicked {
	background-color: #2cb4b7!important;
}

tr td.bounced, tr td.rejected, tr td.failed, tr td.complained {
	background-color: #f76254!important;
}

tr td.client_created {
	background-color: #eee;
}

tr td.client_open {
	background-color: #5ed4d7!important;
}

tr td.client_postponed {
	background-color: #a8d4d7!important;
}

tr td.client_discarted{
	background-color: #f76254!important;
}

tr td.client_client {
	background-color: #2cb4b7!important;
}

tr.selectedrow {
	background: #d8e8a5;
}

.formtable tr {
	background: none;
}

tr td {
	padding: 5px 3px;
}

table:not(.nohover) tr:hover td {
	background-color: #e8ffff;
}

td.imagecell {
	text-align: center;
	vertical-align: middle;
	width: 20px
}

td.centercolumn {
	padding: 3px;
}

td.center {
	text-align: center;
}

td.left {
	text-align: left;
}

.formtable td {
	vertical-align: top;
	padding: 6px 6px 4px 6px;
	background: #eee;
}

td.breakw {
	word-wrap: break-word;
}

.reporttable, .reporttable th {
	margin: 0;
	text-align: left;
}

.reporttable td, .reporttable th {
	padding: 3px 5px;
}

option {
	padding: 0 2px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #3cc4c7!important;
}

.select2-results .fa {
    float: left;
    position: relative;
    line-height: 20px;
    font-size: 160%;
    margin: -4px 4px 0 0;
    vertical-align: middle;
		width: 25px;
		text-align: center;
}

.select2-results .value-sel {
	width: 100%;
	text-align: center;
	display: block;
}

#footer {
	min-width: 320px;
	padding: 10px 0px 20px 0px;
	color: #ccc;
}

#footerlogin {
	width: 850px;
	padding: 10px 0px 20px 0px;
	color: #ccc;
}

#footer a {
	color: #ccc;
}

#footerlogin a {
	color: #ccc;
}


.bold {
  font-weight: bold;
}

select {
	width: 155px;
}

textarea {
	width: 90%;
	padding: 2px;
	font: normal 11px;
	border-top: solid 1px #727272;
	border-right: solid 1px #b4b4b4;
	border-bottom: solid 1px #dadada;
	border-left: solid 1px #b4b4b4;
}

#clientselect {
width:110px;
}
#clientselect option {
width:100px;
}

#gatewayselect {
width:70px;
}
#gatewayselect option {
width:60px;
}

h1 {
	padding: 3px 10px 10px 3px;
	font-size:  36px;
	text-transform: uppercase;
	display: inline-block;
}

h2 {
	margin: 0 0 10px 0px;
	font: normal 18px;
	text-transform: uppercase;
}

a {
	color: #333;
}

input {
	font-size: 12px;
	outline: none;
}

textarea {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 10px;
	font-size: 12px;
	outline: none;
}

input[type=text], input[type=password] {
	height: 26px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0 10px;
}

input[type=checkbox] {
	height: 20px;
	margin: 0px 5px 0px 0;
	vertical-align: middle;
	zoom: 1.7;
}

input[type=text].disabled {
	background-color: #eee;
}

input::placeholder {
  color: #999;
  font-family: Helvetica, Arial;
}

form.search {
	position: absolute;
	top: 18px;
	right: 0px;
}

form.filter {
	float: right;
	top: 18px;
	right: 0px;
	clear: both;
	display: block;
}

input[type=button], input[type=submit], input[type=reset], button[type=submit], button {
	height: 29px;
	line-height: 32px;
	background-color: #3cc4c7;
	border: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,.35);
	border-radius: 4px;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-appearance: none;
	margin: 5px 0;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	outline: none!important;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button[type=submit]:hover, button:hover {
	background-color: #2cb4b7;
}

input.search {
	height: 29px;
	vertical-align: top;
	margin: 5px -4px 0 0;
	border-radius: 4px 0 0 4px;
}

input.search.multiple {
	margin: 0;
	border-radius: 4px;
}

button[type=submit].search {
	border-radius: 0 4px 4px 0;
	padding: 0 10px 0 10px !important;
	box-shadow: none;
	height: 31px;
}

button[type=submit].search.multiple {
	margin: 0;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.35);
}

button i {
	font-size: 130%!important;
	margin: 0 0 5px 3px;
	vertical-align: middle;
}

i.fa.wcom {
  float: right;
  color: #ffd633;
  cursor: pointer;
  vertical-align: middle;
  font-size: 20px !important;
}

i.fa.wcom .inside {
  font-size: 11px !important;
  color: #333;
  font-family: Helvetica,Arial;
}

.previous_table {
	vertical-align: middle;
	height: 40px;
	position: relative;
}

.next_table {
	vertical-align: middle;
	height: 40px;
	position: relative;
}

button.next {
	position: absolute;
	right: 0px;
	top: 0;
}

button.previous {
	position: absolute;
	left: 0px;
	top: 0;
}

.space_form {
	display: inline-block;
	width: 10px;
}

.center_results {
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
}

.mail_content {
	width: 90%;
	margin: auto;
	border: 1px solid #fff;
	display: none;
}

.comment_content {
	width: 100%;
	margin: auto;
	border: 1px solid #fff;
	padding: 10px 5%;
	font-style: italic;
	box-sizing: border-box;
}

.comment_content p {
	margin: 0 0 7px 0;
}

.comment_content p:last-child {
	margin: 0;
}

.mail_content_wrapper {
	padding: 0;
	text-align: center;
}

#error-msg, .error-msg {
  color: red;
  font-size: 12px;
	margin: 3px 0 0 3px;
	font-family: Helvetica, Arial;
}
#valid-msg {
  color: #00C900;
}

input.error {
  border: 1px solid #FF7C7C;
}

span.normal {
 color: orange !important;
}

.dash_td1 {
	width: 32%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 50px 0;
}

.dash_td2 {
	width: 32%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 50px 0;
	box-sizing: border-box;
	text-align: left;
}

.dash_number {
	font-weight: bold;
}


/* Modal bootstrap */

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* Modal bootstrap END */

/* search dialog */

input[type=text].searchinput {
	width: 100%;
	margin: auto;
	border: 1px solid #aaa;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 15px 10px;
	height: 20px;
}

ul#searchResults {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#searchResults li {
	border: 1px solid #eee;
	background-color: #fff;
}

ul#searchResults li.alter {
	background-color: #eee;
}

ul#searchResults li:hover, ul#searchResults li.alter:hover {
	background-color: #e8ffff;
}


ul#searchResults li .tab {
	width: 38%;
	padding: 10px 20px 5px 20px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
}

ul#searchResults li .icons {
	width: 60%;
	display: inline-block;
	margin: 5px 0;
}

ul#searchResults li .icons a {
	padding: 10px 15px 10px 15px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 25px;
}

ul#searchResults li .icons a:hover {
	background-color: #ccc;
	border-radius: 5px;
}

@media screen and (max-width: 430px) {
    table {
	    display: block;
    }
		table.formtable {
	    display: table;
    }
		.dash_td2 {
			padding: 0 0 50px 5px;
		}
}

@media screen and (max-width: 600px) {
    h1 {
	    font-size: 26px;
			line-height: 37px;
    }

		.content_wrapper {
			padding: 0;
		}

		input.search {
			width: 100px;
		}

		#content {
			margin: 40px 0 0 0;
			border: none;
		}

		input[type=button], input[type=submit], input[type=reset], button[type=submit], button {
			padding: 0 5px;
		}
}

@media screen and (max-width: 650px) {
	#wrapper > div.menu_wrapper {
		display: none;
		padding: 5px 20px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.menu_wrapper .closebutton {
		right: 20px;
		top: 20px;
		font-size: 30px;
	}
	.logo {
		position: relative;
	}
	#wrapper {
		display: block;

	}
	h1 {
		display: block;
	}
	form.filter {
		float: none;
		text-align: right;
	}
	#wrapper > div {

	}
	#user {
		margin: -37px 0 0 0;
	}
	.content_wrapper {
		width: 100%;
		display: block!important;
	}
	#content {

	}
	.dash_td2 {
		padding: 0 0 50px 30px;
	}
}

@media screen and (max-width: 920px) {
	.dash_td1 {
		width: 49%;
	}

	.dash_td2 {
		width: 99%;
		padding: 0 0 50px 100px;
	}

}

.highMargin {
  color: #3cc4c7;
  font-weight: bold;
  font-size: 125%;
}

.lowMargin {
  color: #cc9900;
  font-weight: bold;
  font-size: 125%;
}

.noMargin {
  color: #cc3300;
  font-weight: bold;
  font-size: 125%;
}
