@charset "utf-8";

a:link { color:#1A4C8E; }
a:visited { color:#1A4C8E; }
body {
	background-color:#F9F9F9;
	background-repeat:repeat-y;
	margin-left:0;
	margin-top:0;
	font-size:16px;
	font-family:arial,helvetica,sans-serif;
}

p.small { font-size:x-small; }
pre {
 	white-space: pre-wrap;
}
input {
	color: #000000;
}

#logo {
	margin-top:20px;
}	
#logo img {
	max-width: 60%;
}

#pageContent {
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #FFE2AF;
	margin: 5px 0px 80px;
	border-radius: 4px;
	padding: 2.5% 2.5% 1.5%;
	box-shadow: 0px 0px 2px #DDD;
}

.error { font-weight:bold; color:#ff0000; }

.generalTable { color:#000000; }
.generalTable td { }
.generalTableWrapper td { color:#000000; }
.generalInfo {
	color:#666666;
	padding: 10px 20px;
	text-align: justify;
}
.help {
	background:#f6f6f6;
	color:#666666;
	padding: 10px 20px;
	text-align: justify;
}
.help a { cursor:help; }
.helpWarning { color:#336699; }
#accessNumTable {
	color: #666666;
	padding: 10px 20px;
	text-align: justify;
	text-align: left;
 }
#accessNumTable th {
 	padding: 2px;
 	padding-left: 15px;
 	padding-right: 15px;
 }
#accessNumTable td {
	border-top: 2px solid #f6f6f6;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
}
#accessNumTable td:first-child {
	white-space: nowrap;
}
#accessNumTable td:first-child + td + td, .notes {
	font-size: 80%;
	text-align: justify;
}
#optInGroupsDisabledWarning {
	color: white;
	background: #f49730;
	padding: 5px;
	padding-left: 10px;
	margin-top: 15px;
}
.innerPanelContainer { background:#ffffff; }
.innerPanel, .uiHeader, .uiColheading, .uiBody { color:#000000; }
.innerPanel { background:#f6f6f6; padding-left:2%; padding-right:2%; margin-left:12px; margin-top:12px; }
.iInfoPanel { margin-left:5px; padding:5px; background:#5ba0fd; color:#000000; }
.iInfoPanel a { color:#1A4C8E; font-weight:bold; }
.leftPanel { background:#5ba0fd; width:150px; vertical-align:top; }
.leftPanelSub { background:#5ba0fd; }
.pageFooter { text-align:center; padding-top:5px; color:#000000; }

.topPanel { background:#5ba0fd; }

.pagerBar {
	background:#f4b757;
	padding: 6px 12px;
}
.pagerBar a:link { color:#000000; }
.pagerBar a:visited { color:#000000; }
#pagerBarStats {
	text-align: center;
}
#pagerBarNavContainer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#pagerBarPrevious {
	display:inline-block;
	padding-right:5px;
}
#pagerBarPages {
	display:inline-block;
	text-align: center;
	border: 1px solid;
}
#pagerBarNext {
	display:inline-block;
	padding-left:5px;
}
#pagerBarCurrentPage {
	background: #000000;
	color: #ffffff;
	padding:2px;
}
.banktable {
	border: none;
	margin-bottom: 15px;
}
.banktable th {
	padding-top: 10px;
}
.banktableinfo {
	padding-left: 10px;
	border: none;
}
.bankPaymentRef {
	white-space: nowrap;
	font-weight: bold;
}
.skrill_logo {
	display: block;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
}
.paypal_logo {
	display: block;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
}

.ui {	
 	border-style:none;	
	margin-left:auto;
	margin-right:auto;
 }
.ui td, .ui>tbody>tr>td {
 	border: none;
}

.uiBody { background:#f6f6f6; color:#000000;}
.uiBody a:link { color:#1A4C8E; }
.uiBody a:visited { color:#1A4C8E; font-weight:normal; }
.uiBody2 { background:#ffffff; color:#000000; }
.uiBody2 a:link { color:#1A4C8E; }
.uiBody2 a:visited { color:#1A4C8E; font-weight:bold; }

.uiColheading {
	background:#6f7d95;
	font-weight:bold;
	color:#ffffff;
	padding:12px 12px 12px 4px;
}
.uiColheading a:link { color:#1A4C8E; }
.uiColheading a:visited { color:#1A4C8E; }

.uiHeader {
	padding:8px;
	font-weight:bold;
	color:#ffffff;
	border-color:#000000;
	border-width:0px;
	border-top-style:none;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-collapse:collapse;
	background:#f49730;
}

.warning {
	background:#f49730;
}
.warning a {
	text-decoration: underline;
}
span.warning {
	border-style:none;
	padding: 5px 14px;
	font-weight: bold;
}
p.warning {
	border-style:none;
	padding:5px 14px;
	font-weight: bold;
}
.warning a { color:#000000; }

#login {
	margin-top:15px;
	text-align:right;
	font-size:14px;
}

#mainMenuAndBreadcrumbContainer {
	padding-top :30px;
	margin-bottom:10px;
}

.breadCrumb a, .breadCrumb span, .breadCrumb li {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:24px;
	text-decoration:none;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.breadCrumb {
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom:0px;
}

.breadCrumb li {
	padding-left: 0px;
	padding-right: 0px;
}

.breadCrumb a {
	color:#ffffff;
}

.right-arrow i {
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
}

.breadCrumbClickable {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33619a), color-stop(1, #003881) );
	background:-moz-linear-gradient( center top, #33619a 5%, #003881 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33619a', endColorstr='#003881');
	background-color:#33619a;
	border:1px solid #33619a;
}
.breadCrumbNotClickable {
	background-color:#7d7d7d;
	border:1px solid #7d7d7d;
	color: #ffffff;
}

.down-arrow {
	display: none !important;
}

#mobileMenuDropdown .right-arrow {
	display: none !important;
}

#mobileMenuDropdown .breadCrumb li {
	display:block;
}

#menuButtonBar {
	list-style: none;
	margin-bottom: 5px;
	padding-top: 5px;
}

.path-separator {
	display:none;
}

#mobileMenuDropdown .breadCrumbSeparator {
	display:none;
}

#mobileMenuDropdown li {
	text-align: center !important;
	text-decoration: none;
}

#mobileMenuDropdown {
	margin-left: 17px;
	margin-right: 17px;
}

#mobileMenuDropdown > .well {
	margin-bottom: 0px !important;
}

#mobileMenuDropdown .down-arrow {
	display: inline-block !important;
	margin-left:40%;
	color: #000;
	line-height: 0.1;
}

button, input[type="button"], input[type="submit"], a.buttonLink {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33619a), color-stop(1, #003881) );
	background:-moz-linear-gradient( center top, #33619a 5%, #003881 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33619a', endColorstr='#003881');
	background-color:#003881;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #33619a;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:25px;
	text-decoration:none;
	text-align:center;
}

button:focus, input[type="button"]:focus, input[type="submit"]:focus, a.buttonLink:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.buttonLink:hover {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

a.buttonLink {
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px;
}

#menuButtonBar {
	float: right;
}

.menuButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e59000), color-stop(1, #ed6e00) );
	background:-moz-linear-gradient( center top, #e59000 5%, #ed6e00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59000', endColorstr='#ed6e00');
 	background-color:#ed6e00;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:none;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	margin-left:7px;
}
.menuButton:hover {
	text-decoration: none;
}
.menuButton:link {
	color:#ffffff;
}
.menuButton:visited {
	color:#ffffff;
}

#mobileMenuDropdown .menuButton {
	margin-top: 5px;
}

.userHomeMenuGroup {
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #FFE2AF;
	border-radius: 4px;
	margin: 5px 0px 25px;
	box-shadow: 0px 0px 2px #DDD;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight: 300;
	color: #777;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 6px;
}

.userHomeMenuGroup h3  {
	padding: 5px 0px 10px 10px;
	color: #1A4C8E;
	border-bottom: 1px solid #EEE;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0px;
}
.userHomeMenuGroup li {
	list-style-image: url('/static/app/img/submenu-arrow.png');
	padding-left: 5px;
}

.userHomeMenuGroup li a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 300;
	color: #1A4C8E;
	text-decoration: none;
	transition: all 0.1s ease-out 0s;
	vertical-align: 8%;
	text-decoration: none;
}
.legacy-link {
	background:rgb(248, 248, 248);
	width:75%;
}
.alert-link {
	cursor: pointer;
	cursor: hand;
	line-height:3px;
}
.bsms-orange-badge{
	background: #f49730;
	font-weight:normal;
	letter-spacing: 0.03em;
	vertical-align: text-bottom;
}
.l-badge .glyphicon-question-sign {
	font-size:20px;
}
#unsupported-browser-footer {
	color:#777;
	display: inline-block;
	font-size: 12px;
	text-decoration:none;
}
#legacy-links-footer {
	font-family: Helvetica,Arial,sans-serif;
	color:#ccc;
	font-size:9px;
	text-align:right;
	display: none;
}
#legacy-links-footer a{
	color:#ccc;
	text-decoration:underline;
}
.l-badge {
    background-color: #777;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
    padding-left: 8px;
    white-space: nowrap;
}
.l-badge p {
	margin: 0;
	float:left;
	display:inline-block;
	padding:5px;
 }
.home-alert {
	font-size: 12px;
	display: none;
	text-decoration:none;
	margin-top:2px;
	font-family: Helvetica,Arial,sans-serif;
}
#freeCreditsUnclaimed, #remainingCredits {
	margin-left: 17px;
	margin-bottom: 5px;
	display: inline-block;
}
#composeCostRouteWarning {
	margin-top: 5px;
	color: red;
}
/* Compose to Groups */
#composeGroupsSelectGroupTable {
	width: 40%;
	margin-left: 0px;
}
#composeGroupsSelectGroupTable input[type="submit"] {
	margin-right:10px;
}

#form_compose_multi_upload input[type=submit]{
	margin-top: 10px;
	margin-bottom: 20px;
}

#phonebookIndivSearch input, #phonebookIndivSearch select {
	margin-left:10px;
	margin-right:10px;
}

td.quickEditDivider {
	background:#f6f6f6;
}

#mobile2groupTable {
	max-width: 60%;
}

#displayMtBatchStatusTable {
	max-width: 40%;
	border-style: solid 1px #000;
}
#displayMtBatchStatusTable td {
	border: solid 1px #000;
}

#loginBox {
	max-width:60%;
}

#forgotPasswordRvnBox {
	margin-top:50px;
	max-width:60%;
}


#login .separator {
	margin-left:10px;
	margin-right:10px;
}
#login .separator::after {
	content:"|";
}
	
/* TODO - improve: */
#mtHistoryDownload tbody td:nth-child(1) {
	width:20%;
}
/* TODO - improve: */
#mtHistorySearch tbody td:nth-child(1) {
	width:20%;
}

#offlineSupportForm li {
	padding: 10px;
	list-style-type: none;
}
#offlineSupportForm #otherSubject {
	display: none;	
}
#offlineSupportForm label {
	padding-right:10px;
	vertical-align: top;
}

/*
 * external_datasource: used to represent data from
 * external sources such as spreadsheets.
 */
.external_datasource {
        background: #f0f0f0;
        border-style: solid;
        border-color: #bbbbbb;
        border-width: 1px;
 		width: 100%;
        margin-bottom: 10px;
}
.external_datasource caption {
        background: #bbbbbb;
        font-size: 15px;
        color: #000000;
        font-weight:bold;
        padding: 8px;
}
.external_datasource td {
        padding: 3px;
}
.external_datasource th {
        padding: 3px;
}
.external_datasource tfoot {
        text-align: center;
}
@media print {
	/* Bootstrap: suppress URL after links: */
	a[href]:after {
		content: none;
	}

	@page {
		margin: 1.5cm;
	}

 	#logo img {
		width: 5cm;
	}

	body {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
 	*, pre, .menuButton, .breadCrumb>a {
		font-size: 8pt;
	}
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
#freshness-panel {
	width:100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:9999;
	background-color:white;
}
.freshness-panel-border {
	border-top: solid 1px #888 !important;
}
#freshness-bar {
	display:none;
	width:100%;
	font-size:12px;
	
}
#freshness-bar-close-btn {
	float:right;
	margin:3px 6px 0 0;
	cursor:hand;
	cursor:pointer;
}
#freshness-menu {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
	cursor:default;
}
#freshness-menu-heading {
	color:#003881;
	margin-bottom:15px;
	margin-left:2px;
	font-weight:bold;
}
.freshness-menu-item {
	font-weight:bold;
}
.freshnsess-menu-item-active:disabled {
	cursor:default;
	opacity:1;
	background-color:#003881;
}
#freshness-anchor {
	display:inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
}
#freshness-selector {
	width: 29px;
	height: 29px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	float:right;
	white-space: nowrap;
	cursor:pointer;
	cursor:hand;
	color:#fff;
}
.beta-freshness-selector {
	background:#ed6e00;
	border-color: #ed6e00;
}
#freshness-indicator {
	float:left;
	cursor:default;
	padding: 0 5px;
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 4px;
	margin: 2px 2px 0 0;
	border: 1px solid #bbb;
}
#freshness-help {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:350px;
	text-align:left;
}
#legacy-version-warning-info {
  color:red;
  font-weight:bold;
}
.legacy-version-warning,.legacy-version-warning:active {
  background:none !important;
  background-color: red !important;
  color:white !important;
}
/* Override default bootstrap theme */
.btn-default:active,.btn:active,.btn.active {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33619a), color-stop(1, #003881) );
    background:-moz-linear-gradient( center top, #33619a 5%, #003881 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33619a', endColorstr='#003881');
    background-color:#003881;
    color: #fff;    
}