/*
[Fonts]
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../font/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../font/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../font/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../font/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff') format('woff');
}

/**
 * Elementary HTML elements
 */
html,body {
	height: 100%;
	word-wrap: break-word;
	background: #e9e9e9;
	margin: 0;
}

body {
	color: #444444;
	font: 13px/1.7em 'Open Sans';
	background: #e9e9e9;
}

p {
  font: 13px/1.7em 'Open Sans';
}

a {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  font-weight: normal;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans';
    resize: none;
}

h4 {
	color: #3272B5;
	font-size: 11px;
	margin-top: 15px;
	border-bottom: 1px solid #cccccc;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #666666; 
	margin-top: 15px;
	border-bottom: 1px solid #cccccc;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}

img {
	border: none;
}

abbr,acronym,.help {
	border-bottom: 1px dotted #333;
	cursor: help;
}

.money {
	text-align: right;
	padding-right: 3px;
}

/**
 * Common table styling :
 * Align cell texts left (IE fix)
 */
table td {
	text-align: left;
}

/**
 * Common table styling classes:
 * thead (level 1, 2, 3, 4)
 * tfoot (level 1)
 * teven/todd
 */
th {
	font-weight: normal;
}

table .tarray {
	width: 100%;
	background: #ddd;
	border: 1px solid #bbb;
}

/* This should be extended to all img */
table .tarray img {
	vertical-align: middle;
}

table .todd td, .todd {
	background: #fff;
}

table .teven td, .teven {
	background: #efefef;
}

table .teven td,table .todd td {
	padding: 3px;
}

table .thead th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

table .thead td,table .thead1 td {
	background: #cccccc;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

table .thead2 td {
	background: #003062;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

table .thead3 td {
	background: #eeeeee;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: #3272B5;
}

table .tfoot td {
	border-top: 2px solid #dddddd !important;
	padding: 5px;
	background-color: #F7F7F7;
}

table .tsums td {
	font-weight: bold;
	background: #CCC;
	padding: 5px 3px 5px 3px;
}

table .todd.tinactive td{
	background: #FFC9BF;
}

table .teven.tinactive td {
	background: #FF947F;
}

table .todd.tinactive:hover td{
	background: #efefef;
}

table .teven.tinactive:hover td {
	background: #efefef;
}

table .boldlabels td label {
	font-weight: bold;
}

table .label {
	font-weight: bold;
	height: 22px;
}

/**
 * Alignment handy classes
 */
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
    margin: auto;
	text-align: center;
}

/**
 * Width handy classes
 */
.w1 {
	width: 55px;
}


/**
 * Color handy classes
 */
.green {
	color: #A5C548;
}

.lightgreen {
	color: #BFFF7F;
}

.blue {
	color: #003062;
}

.yellow {
	color: #FFF67F;
}

.red {
	color: #FF967F;
}

.grey {
	color: #dddddd;
}

.darkgrey {
	color: #777777;
}

.colored {
	color: #76AFF6;
}

/*'759E92','76AFF6','DAF8C6','F1FB8A','CA055F','00359E','B5E2B3','E7880C'

/**
 * Mouse pointer handy classes
 */
.clickable {
	cursor: pointer;
	cursor: hand;
}

.clickable:hover {
	color: #838383;
}

.movable {
	cursor: pointer;
	cursor: move;
}


.highlight:hover {
	background: #eeeeee;
}

.highlightred {
	background: #ffc9bf;
}

.highlightred:hover {
	background: #FF947F;
}

/*select.input[disabled="disabled"],
input.input[disabled="disabled"],*/
.disabled {
	color: #C0C0C0;
}

/**
 * Visibility helpers
 */
.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 0;
}

.clear-10 {
	clear: both;
	height: 10px;
}

.clear-40 {
	clear: both;
	height: 40px;
}

/**
 * Input elements
 */
.button {
	border: 1px solid #000000;
	font-family: Verdana, Tahoma, "MS Sans Serif";
	font-size: 11px;
	color: #323232;
	background-color: #eeeeee;
	cursor: pointer;
	cursor: hand;
}

.input option {
	color: #323232;
}

.inputdiv {
	border: 1px solid #cccccc;
	font-family: Verdana, Tahoma, "MS Sans Serif";
	font-size: 11px;
	color: #323232;
	font-variant: normal;
	background-color: #eeeeee;
	font-weight: normal;
}

.inputwhite {
	border: 1px solid #cccccc;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #323232;
	font-variant: normal;
	background-color: #ffffff;
	font-weight: normal;
}

.inputwhitebutton {
	width: 130px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	border-top-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	font-family: Verdana, Tahoma, "MS Sans Serif";
	font-size: 11px;
	color: #323232;
	font-variant: normal;
	background-color: #ffffff;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.inset {
	
	background-color: #e2e2e2 !important;

	-moz-box-shadow:    inset 0 0 10px #fff;
	-webkit-box-shadow: inset 0 0 10px #fff;
	box-shadow:         inset 0 0 10px #fff;
}

.scrollHorizontal {
	width: 100%;
	overflow-x: auto;
}

.wrappable {
    white-space:normal;
}

.nowrap {
	white-space: nowrap;
}

/**
 * Layout styling:
 * main, page, banner
 * footer
 */
#page {
	height: 100%;
}

#main {
	min-height: 100%;
	width: 760px;
	display: block;
	text-align: left;
	overflow: visible;
	background: #ffffff
}

/**
 * Header, Logo styling, Top dashboard
 */ 
#otmLogo {
	margin: 0;
	padding: 0;
	float: left
}

#otmLogo img {
	float: left;
	height: 45px;
}

#clientLogo {
	margin: 0;
	padding: 5px;
	float: right;
}

#clientLogo img {
	height: 40px;
}

#mobucksLogo {
	float: left;
	width: 156px;
	height: 48px;
	margin: 0;
	padding: 0;
}

#client_logo {
	border:0px;
	padding-top:0;
}

#logo {
	padding-bottom:0;
	padding-top:0;
}

.mologo {
	float:left;
}

.clogo {
	float:right;
	position: relative;
}

.clogo img {
	margin: 2.5px;
	height: 45px;
	width: auto;
}

.button-over-dashboard {
	height: 50px;
}

#greenBar {
	float: right;
	width: 604px;
	height: 48px;
	margin: 0;
	padding: 0;
	color: #ffffff
}

#clientIdentity {
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
}

#userIdentity {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#mobucks_logo {
	border-top:4px solid #A6CE39;
}

#identities {
	margin-top:0px;
}

.navbar-inverse .navbar-text {
	color:#ffffff;
}

.navbar-inverse .navbar-link {
	color:#cccccc;
}

ul.mainnav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.title {
	color: #444444;
    padding-left: 20px;
    line-height: 36px;
}

#dashboard {
	padding-left: 15px;
	padding-top: 15px;
}

#divExport .glyphicon, #divAddPanels .glyphicon, #divFilterButton .glyphicon {
	display: inline-block;
    font-size: 28px;
    margin-bottom: 9px;
    /*margin-top: 12px;*/
    margin-right: 5px;
    vertical-align: sub;
}

.wdgiconone {
	cursor:pointer;
}

#topMenu {
	float: left;
	width: 760px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#topMenu img {
	float: left;
}

#topSpacer {
	height: 5px;
	clear: both;
	background-color: #f0f0f0;
}

#contentTitleLeft {
	float: left;
	width: 40px;
	height: 24px;
}

#contentTitleRight {
	font-size: 25px;
}

#contentBody {
	padding: 20px;
	padding-top: 0;
}

#timeline td {
	background: #ffffff;
	font-size: 11px;
	width: 15px;
	height: 15px;
}

#timeline td.on {
	background: #ffffff url('../images/bar.gif') repeat-x top left;
	font-size: 11px;
	width: 15px;
	height: 15px;
}

#timeline td.ontoday {
	background: #ffffff url('../images/baron.gif') repeat-x top left;
	font-size: 11px;
	width: 15px;
	height: 15px;
}

#timeline td.offtoday {
	background: #ffffff url('../images/baroff.gif') repeat-x top left;
	font-size: 11px;
	width: 15px;
	height: 15px;
}

/**
 * Upload box styling in footer
 */
#workingBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	background: url('../images/dim.png');
	display: none;
	text-align: center;
}

#workingBoxInner {
	position: fixed;
	left: 35%;
	top: 40%;
	width: 30%;
	height: 150px;
	background: #ffffff;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #1a5194;
	border-style: solid;
	border-width: 2px;
	border-color: #aed347;
	border-radius:4px;
}

#workingSpinner {
    padding-top: 30px;
}

/**
 * Dialog styling
 */
.dialog {
	width: 570px;
}

.dlgtitleleft {
	float: left;
	width: 40px;
	height: 24px;
}

.dlgtitlert {
	float: right;
	width: 530px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dialogbody {
	padding: 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.mdlgtitleleft {
	float: left;
	width: 30px;
	height: 24px;
}

.mdlgtitlert {
	float: right;
	width: 300px;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mdialogbody {
	padding: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
}

.maintext {
	font-family: Verdana, Tahoma, "Sans Serif";
	font-size: 11px;
	color: #000000;
}

.big {
	font-size: 13px;
	letter-spacing: -1px;
}

.maintext a {
	color: #777777;
	text-decoration: none;
}

.maintext a:visited {
	color: #777777;
}

.maintext a:hover {
	color: #444444;
	text-decoration: underline;
}

.whitetext {
	font-family: Verdana, Tahoma, "Sans Serif";
	font-size: 11px;
	color: #ffffff;
}

.whitetext a {
	color: #ffffff;
	text-decoration: none;
}

.whitetext a:visited {
	color: #ffffff;
}

.whitetext a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.error {
	color: #ff0000;
}

.error a {
	color: #990000;
	text-decoration: none;
}

.error a:visited {
	color: #990000;
}

.error a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/**
 * Form fields
 */
.fld_required, form .ng-invalid.ng-touched {
	border-left: 2px solid #D9534F;
}

.fld_valid, form .ng-valid.ng-touched {
	border-left: 2px solid #A6CE39;
}

.fld_empty {
	border-left: 2px solid #ffffff;
}

.fld_readonly {
	border-left: 2px solid #c0c0c0
}

.cal11 {
	background: #A8C84A;
	color: #ffffff
}

.inputGroupTitle {
	border: 0 solid #cccccc;
	text-align: left;
	padding-bottom: 5px;
	font-size: 15px;
}

.inputGroupTitleBig {
	border-bottom: 0 solid #cccccc;
	font-size: 15px;
	font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
	letter-spacing: -1px;
}

/**
 * Campaign Listings
 */
.greenBackground {
	background-color: #aacd48;
}

.bgLightGreen, .cmpLive tbody tr:first-child {
	background-color: #BDD879;
}

.cmpLive{background-color: #BDD879;}

.cmpArchived{background-color: #ff8080;}

.bgLightGreen, .cmpArchived tbody tr:first-child {
	background-color: #ff8080;
}

.cmpTesting tbody tr:first-child{
	background-color: #E2EDC4;
}
.cmpTesting{
	background-color: #E2EDC4;
}

.cmpPending {
	background-color: #FFE350;
}

.cmpPending tbody tr:first-child {
	background-color: #FFE350;
}

.cmpFallback tbody tr:first-child {
	background-color: lightsteelblue;
}
.cmpFallback{
	background-color: lightsteelblue;
}

.cmpSaved tbody tr:first-child {
	background-color: #FFEF9A;
}

.cmpRejected tbody tr:first-child{
	background-color: #F8D15A;
}

.cmpPaused tbody tr:first-child,.cmpFailed tbody tr:first-child,.cmpStopped tbody tr:first-child {
	background-color: #FFAEA7;
}
.cmpPaused {
	background-color: #FFAEA7;
}
.cmpPlanned tbody tr:first-child{
	background-color: #DCE3EB;
}
.cmpPlanned{
	background-color: #DCE3EB;
}
.cmpPast tbody tr:first-child,.bgGrey {
	background-color: #dddddd;
}
.cmpPast {
	background-color: #dddddd;
}
.cmpInprogress tbody tr:first-child {
	background-color: #F2FFAB;
}
.cmpInprogress {
	background-color: #F2FFAB;
}
.bgWhite {
	background-color: #ffffff;
}

.tabletr {
	background-color: #efefef;
}

.tableth {
	background-color: #eeeeee;
}

.strip {
    margin-top: 5px;
    background-color: #dddddd;
    padding: 10px;
}

/**
 * Plus/minus controls
 */
.plus {
	background: transparent url(../images/icons/plus.png) no-repeat scroll
		left center;
	padding: 4px 4px 4px 15px;
	margin: 4px;
}

.minus {
	background: transparent url(../images/icons/minus.png) no-repeat scroll
		left center;
	padding: 4px 4px 4px 15px;
	margin: 4px;
}

.children {
	margin-left: 15px;
    padding-left: 15px;
}

/**
 * Dashboard declarations
 */
.lnk {
	background-color: transparent;
	color: #777777;
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 5px;
	height: 25px;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
}

.lnk:active {
	color: #3272B5
}

.lnk:hover {
	color: #444444;
	text-decoration: underline;
}

.icon-add {
	background: url(../images/icons/plus.png) no-repeat scroll transparent
		left center;
}

.open {
	color: #444444;
	text-decoration: underline;
}

.sidebordered {
	border-left: 2px dotted #aaaaaa;
	padding-left: 5px;
}

.bordered {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: collapse;
	background-color: white;
	padding: 5px
}

.bordered-bottom-dotted {
	border-bottom: 1px dotted #bbbbbb;
}

.column table td {
	text-align: left;
}

/**
 * Bordered tables
 */
table.bordered {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: collapse;
	background-color: white;
}

table.bordered th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #cccccc;
	-moz-border-radius: 0 0 0 0;
	background: #eeeeee;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: #3272B5;
}

table.bordered td {
	border-width: 0;
	padding: 2px;
	border-style: solid;
	border-color: #cccccc;
	-moz-border-radius: 0 0 0 0;
}

/**
 * ColorPicker popUp
 */
#colorpicker {
	position: absolute;
	width: 145px;
	height: 135px;
	overflow: hidden;
	background: #F9F9F9;
	border: 2px #C0C0C0 outset;
	z-index: 1000;
}

#colorpicker-hue-container {
	position: absolute;
	top: 4px;
	left: 120px;
	width: 18px;
	height: 110px;
}

#colorpicker-hue-bg-img {
	width: 100%;
	height: 100%;
}

#colorpicker-hue-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#colorpicker-hue-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 1009;
	cursor: default;
}

#colorpicker-bar {
	text-align: right;
	padding-right: 10px;
}

#colorpicker-close {
	cursor: pointer;
	color: blue;
	font-size: 10px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
}

#colorpicker-div {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100px;
	height: 100px;
	border: 1px solid #666;
}

#colorpicker-bg,#colorpicker-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	overflow: hidden;
}

#colorpicker-selector {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	z-index: 1009;
	margin-top: -6px;
	margin-left: -6px;
	cursor: default;
}

#colorpicker-selector img {
	position: absolute;
	left: 0;
	top: 0;
}

#colorpicker-footer {
	position: absolute;
	top: 114px;
	left: 10px;
	width: 127px;
}

#colorpicker-value {
	float: left;
}

#colorpicker-value,#colorpicker-value-input {
	font-size: 9px !important;
	font-family: Helvetica, Verdana, Sans-Serif;
	height: 10px;
}

#colorpicker-value-input {
	width: 40px;
}

#colorpicker-okbutton {
	float: right;
	padding: 0 10px;
	background: #3366FF;
	font-size: 10px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	border: 1px solid #666666;
	color: #ffffff;
}

/**
 * Notification-page
 */
table#notification {
	height: 100%;
	width: 100%;
	background: white;
	border: none;
}

table#notification td {
	padding: 0;
	vertical-align: middle;
}

/**
 * Export formats for reporting pages
 */
div.export_formats {
	width: 150px;
	border: 1px solid #2A2565;
	margin: auto;
}

div.export_formats h3 {
	padding-bottom: 3px;
	text-align: center;
}

div.export_formats ul {
	list-style: none;
	padding: 0;
	margin-left: 10px;
}

div.export_formats ul li {
	height: 24px;
}

div.export_formats a {
	padding: 0 0 3px 23px;
	text-decoration: none;
}

div.export_formats a:hover {
	text-decoration: underline;
}

div.export_formats a.xls {
	background: url('../images/icons/excel_white.png') top left no-repeat;
}

/**
 * Preview elements (campaign, wapsite, etc)
 */
#boxPreviewEmulator, #boxPreviewSummary {
	background-color: white;
	border: none;
}

#boxBook, #boxSubmitForApproval {
    margin-top: 30px;
    margin-bottom: 30px;
}

/**
 * Filter Options
 */
#divFilterButtons {
	float: right;
	width: 200px;
	top:6px;
}

#divFilterButton {
	float: right;
	font: 13px/1.7em 'Open Sans';
}

#divFilterOptions {
	float: right;
	width: 100%;
	background: #f0f0f0;
	margin-bottom: 10px;
    padding: 10px;
}

.filter-option-block-title {
	color: #3272B5;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 0;
	position: relative;
}

.filter-option-box-first {
	text-align: left;
	vertical-align: top;
}

.filter-option-box {
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #cccccc;
}

/**
 * Overall Mobucks CMS styling
 */
#dolphincontainer {
	margin-top: 25px;
	margin-bottom: 16px;
}


/**
 * Data DIV and its table
 */
div.data {
	background: #dddddd;
}

div.data table {
	width: 100%;
	border: none;
	text-align: center;
}

/**
 * Fix for datepicker artifact
 * @see http://forum.jquery.com/topic/datepicker-artifact
 */
#ui-datepicker-div {
	display: none;
}

/**
 * Fix for datepicker z-index issue
 * @see http://forum.jquery.com/topic/z-index-1-datepicker-1-8
 */
.datepickerZIndexFix {
	position: relative;
	z-index: 3000;
}

/**
 * Dashboard styling
 */
.column 
.dragbox .mdialog {
	cursor: move;
}

.column  
.placeholder {
	background: #f0f0f0;
	border: 1px dashed #ddd;
}

#cnttitleleft {
	float: left;
	width: 40px;
	height: 24px;
}

#cnttitlert {
	float: right;
	width: 720px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentbody {
	padding: 20px;
}

.text-button {
	cursor: pointer;
	cursor: hand;
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050),
		color-stop(1, #707070) );
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center; 
	vertical-align: middle;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 28px;
}

.text-button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060),
		color-stop(1, #808080) );
	background-position: center bottom;
}

.text-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}

.menuLink {
	cursor: pointer;
	cursor: hand;	 
	line-height: 20px;
}

.menuLink:hover{
	text-decoration: underline;
}

.inchoice {
	font-size:13px;
	background: none repeat scroll 0 0 #F0F0F0;
	white-space: nowrap;
	margin-bottom: 2px;
    padding: 5px 0 2px 5px;
}

.stats {
	width: 100%;
	display: table;
	padding: 0 0 0 10px;
	margin-top: .5em;
	margin-bottom: 1.9em;
} 

.stats .stat {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.stat-value {
	display: block;
	margin-bottom: .55em;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #444;
}

.stat-time {
	text-align: center;
	padding-top: 1.5em;
}

.stat-time .stat-value {
	color: #F90;
	font-size: 40px;
}

.stats #donut-chart {
	height: 100px;
	margin-left: -20px;	
}

.news-items {
	padding: 0;
	margin: 1em 0 0;
}

.news-items li {
	display: table;
	padding: 0 2em 0 1.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #CCC;
}

.news-items li:last-child { 
	padding-bottom: 0; 
	border: none; 
}

.news-item-date {
	display: table-cell;
}

.news-item-detail {
	display: table-cell;
}

.news-item-title {
	font-size: 13px;
	font-weight: 600;
}

.news-item-date {
	width: 75px;
	vertical-align: middle;
	text-align: right;
}

.news-item-day {
	display: block;
	margin-bottom: .25em;
	font-size: 24px;
	color: #888;
}

.news-item-preview {
	margin-bottom: 0;
	color: #777;
}

.news-item-month {
	display: block;
	padding-right: 1px;	
	font-size: 12px;
	font-weight: 600;
	color: #888;
}

.action-table .btn-small {
	padding: 4px 5px 5px;
	font-size: 10px;
}

.action-table .td-actions { 
	width: 80px; 
	text-align: center; 
}

.action-table .td-actions .btn { 
		margin-right: .5em;		
}
	
.action-table .td-actions .btn:last-child { 
		margin-right: 0;
}
	
	
@media (max-width: 979px) {
	
}

@media (max-width: 480px) {
	.stats .stat {
		
		margin-bottom: 3em;
	}
	.stats .stat .stat-value {
		margin-bottom: .15em;
		font-size: 20px;
	}
	.stats {
		float: left;
		display: block;
		margin-bottom: 0;
	}
	#chart-stats {
		margin: 2em 0 1em;		
	}
}

/**
 * Login Box
 */
.account-container {
	width: 390px; 
	display: block;
	margin: 60px auto 0 auto;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login-action {
	margin-top: 18px;
	margin-right: 10px;
}

.content {
	padding: 16px 28px 23px;
} 

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #444444;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 100%;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
	height: 40px;
}

.username-field { 
	background: url(../images/signin/user.png) no-repeat; 
}

.password-field { 
	background: url(../images/signin/password.png) no-repeat; 
}

.code-field { 
	background: url(../images/signin/code.png) no-repeat; 
}

.email-field { 
	background: url(../images/signin/email.png) no-repeat; 
}


.login-actions {
	text-align: center;
	width: 100%;
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;
	padding: 10px 0 15px;
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {    
    clear: none; 
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0; 
    font-size: 12px;
    line-height: 1.2em; 
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}

/**
 * Text Under Login Box
 */
.login-extra {
	display: block; 
	width: 300px; 
	margin: 1.5em auto; 
	text-align: center;
	line-height: 19px; 
	text-shadow: 1px 1px 0 #fff; 	
}


.account-container h1 {
	margin-bottom: .4em;
	color: #A6CE39;
	font-size: 32px;
}

.account-container h3 {
	color: #999999;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: .7em;
    margin-top: 0;
    border:0;
}

.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	position: relative;
	line-height: 1.3em;
}

.videosidetext h3 {
	font-size:17px;
	text-align: center;
}

.videoline {
	padding-bottom: 30px;
}

@media (max-width: 480px) {
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
}

.main {
  padding-bottom: 2em;
}

/**
 * Back to Top
 */
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  display: block;
  background: #222;
  background: #999999;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #A6CE39;
  background: rgba(166, 206, 57, 0.75);
}
#back-to-top i {
  color: #fff;
}
/**
 * Stacked
 */
.stacked {
  position: relative;
}
.stacked:after,
.stacked:before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  bottom: -2px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #a6ce39;
  border-top: 0;
}
.stacked:before {
  bottom: -4px;
  left: 6px;
  right: 6px;
}

.shortcuts {
  text-align: center;
}
.shortcuts .shortcut {
  width: 110px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 5px 1em;
  vertical-align: top;
  text-decoration: none;
  background: #F3F3F3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 5px;
}
.shortcuts .shortcut .shortcut-icon {
  width: 100%;
  margin-top: .25em;
  margin-bottom: .35em;
  font-size: 32px;
  color: #555;
}
.shortcuts .shortcut:hover {
  background: #E8E8E8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
}
.shortcuts .shortcut:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.shortcuts .shortcut:hover .shortcut-icon {
  color: #666;
}
.shortcuts .shortcut-label {
  display: block;
  margin-top: .75em;
  font-weight: 400;
  color: #666;
}

/**
 * Datepicker
 */
.ui-datepicker {
  padding: .35em .35em 0;
}
.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker .ui-widget-header {
  border: 1px solid #2f2f2f;
  -webkit-box-shadow: inset 0 1px 0 #838383;
  box-shadow: inset 0 1px 0 #838383;
}
.ui-datepicker td a {
  margin-bottom: 0;
  border: 0;
}
.ui-datepicker td:hover {
  color: #ffffff;
}
.ui-datepicker td .ui-state-default {
  padding: 6px;
  margin-bottom: 0;
  color: #505050;
  font-size: 11px;
  text-align: center;
  background: none;
  filter: none;
  border: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.ui-datepicker td .ui-state-default:hover {
  color: #ffffff;
  background: #999999;
  text-shadow: none;
}
.ui-datepicker td .ui-state-active {
  margin-bottom: 0;
  color: #ffffff;
  background: #A6CE39;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ui-datepicker-today {
  color: #ffffff;
  background-color: #dddddd;
}
.ui-datepicker-today a:hover {
  color: #ffffff;
  background-color: #A6CE39;
}
.ui-datepicker-today a {
  padding: 0 1px;
  margin-bottom: 0;
  background-color: #999999;
  cursor: pointer;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	z-index:9999 !important;
}

/**
 * Globals
 */
.td-actions > a {
    text-decoration: none;
    color: #444444;
}

.td-actions > a:hover {
    color: #c2c2c2;
}

.between {
	font-size:15px;
	color:#838383;
}

input[type="file"] {
    padding:0;
    -webkit-padding-before: 5px;
}

#cmpSDate, #cmpEDate {
	cursor:auto;
	background:#ffffff;
}

#days {
	font-weight:normal;
}

.inputGroupTitle.highlight > label {
    font-size: 13px;
}

.input.alluses.clickable.btn.btn-default, .input.clickable.btn.btn-default {
	color:#838383;
}

#BasicTrg {
	height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
}

#AdvancedTrg {
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.geoContainer {
	text-align: left; 
	overflow: visible; 
	padding-left: 15px;
	padding-top:10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#divCountryRegions {
	display: block; 
	height: 260px; 
	width: 100%; 
	overflow: auto;
}

#selectedRegions {
	display: block; 
	height: 120px; 
	width: 100%; 
	overflow: auto;
}

#divCallMsisdn, #divLPURL, #divCmpConvTracking, #divTimer, #divInterstitial, #divInternalMobileSite, #divRespMethod,
#divWSFinalSMS, #divWSVideo, #divWSRingtone, #divWSApplication, #divWSSetup {
   color:#A6CE39;
}
   
#lang td {
	border-top:0;
}

#dateStart, #dateEnd {
	cursor:inherit;
}

#durationInDays {
	background:#999999;
}

#content-container {
	color: #838383;
	font: 13px/1.7em 'Open Sans';
}

#campaign-content{
	padding-top:10px;
}

#language-tabs {
	border:0;
	background:none;
}

#language-tabs li{
	background: #999999;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border:none;
    
}

#language-tabs li a {
	color:#ffffff;
}

#content-container {
	border:0;
}

.formcontrol {
  	height: 34px;
  	padding: 6px 12px;
  	font-size: 14px;
  	line-height: 1.428571429;
  	color: #555555;
  	vertical-align: middle;
 	background-color: #ffffff;
  	border: 1px solid #cccccc;
  	border-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.flex-container {
	position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flex-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 700px;
	margin-bottom: 16px;
}
 
.flex-video.widescreen { padding-bottom: 70%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

.expandline {
	background: none repeat scroll 0 0 #DDDDDD; 
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 5px;
}

.tableicons {
	font-size: 15px;
}

.tableicons, .glyphicon.glyphicon-pause.pauseButton.tableicons.clickable,
.glyphicon.glyphicon-play.resumeButton.clickable.tableicons,
.glyphicon.glyphicon-ok-circle.approveButton.clickable.tableicons, 
.glyphicon.glyphicon-remove-circle.rejectButton.clickable.tableicons,
.glyphicon.glyphicon-warning-sign.disapproveButton.clickable.tableicons {
	text-decoration: none;
    color: #444444;
}

.tableicons:hover, .glyphicon.glyphicon-pause.pauseButton.tableicons.clickable:hover,
.glyphicon.glyphicon-play.resumeButton.clickable.tableicons:hover,
.glyphicon.glyphicon-ok-circle.approveButton.clickable.tableicons:hover, 
.glyphicon.glyphicon-remove-circle.rejectButton.clickable.tableicons:hover,
.glyphicon.glyphicon-warning-sign.disapproveButton.clickable.tableicons:hover {
	color: #c2c2c2;
	text-decoration:none;
}

.td-actions {
    font-size: 15px;
}

.tblsearch {
	float:inherit;
}

#stats_table .ui-state-default {
	background-color:#ECECEC;
}

.table.summaryfirst tr {
	border:1px solid #dddddd;
}

.invoicefrm {
	padding-bottom: 15px;
    padding-top: 15px;
}

.alertcentered {
	margin-left: auto;
    margin-right: auto;
    width: 66.6667%;
}

#targetedCampaigns th {
    text-align: center;
}

#removeVideoAd {
	float:right;
}

.firstcol {
	margin-right: -45px;
}

.secondcol {
	margin-left: 45px;
}

#divPreselectMSISDN {
	margin-bottom:50px;
}

.dolphin {
	font-size:18px;
	float:left;
}

#dolphincontainer .navbar-collapse.in {
	padding-bottom:55px;
}

.indata {
	border: 1px solid #D5D5D5;
}

#locationsList h3 {
	font-size:18px;
}

.pad {
	padding:0;
}

.featuretitle {
    font-size: 15px !important;
}

.addpadding {
	margin-bottom:20px;
}
.padding-all{
	padding: 10px;
}

.margin-left-small{
	margin-left:10px;
}
.margin-top-big{
	margin-top:30px;
}
.subnavbar .mainnav > li .acc {
	padding-right:0px;
}

.navbar-right .dropdown-menu {
	left:0px;
}

/* HELP section - for now generally invisible */
.helpMenu {
	display: none;
}

/* HELP section - Video Tutorials page */
.videosidetext h3 {
    font-size: 17px;
    padding-left: 25px;
    padding-top: 25px;
    position: relative;
    right: 65px;
    text-align: left;
}

/* HELP section - Pop-over styling */
.helppopover {
	display:none !important;
	font-weight: bold;
	font-size: 14px;
}

.helppopover .popover-content {
	/*line-height: 75px;*/
    text-align: center;
    /*vertical-align: middle;*/
}

.or {
	background-color: #FFFFFF;
    border: 2px solid #8FB32D;
    font-size: 14px;
    text-align: center;
}

.fixed tr {
    font: 13px/1.7em 'Open Sans';
}

/**
 * Footer
 */
#footer {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
}

.footer {
  margin-top: 0;
  border-top: 0 solid #000;
  padding: 15px 0;
  font-size: 12px;
  background: #E9E9E9;
  color: #444444;
  -webkit-box-shadow: inset 0 0 0 #292929;
  box-shadow: inset 0 0 0 #292929;
}

.footer #footer-terms {
  text-align: right;
}

.footer a {
  color: #444444;
}

.footer a:hover {
  color: #666;
  text-decoration: underline;
}

#footer-logo_otm {
	text-align: center;
}

#footer-copyright {
	text-align: center;
}

.table-no-border>thead>tr>th,
.table-no-border>tbody>tr>th,
.table-no-border>tfoot>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>tbody>tr>td,
.table-no-border>tfoot>tr>td {
  border-top: none;
}

/**
 * Override jquery-UI's styles
 */
.ui-dialog, .ui-widget {
    font: 13px/1.7em 'Open Sans';
}

.ui-dialog {
    position: fixed;
}

#interstitial_image_retain img,
#richMedia_image_retain img {
	width:100%;
	max-width:300px;
}

.table td.checked {
	background-color: #00a774;
}

.alert {
	margin-top: 20px;
	margin-bottom: 10px;
}
.normal-field{
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.normal-field:disabled {
	background-color: #eee;
	opacity: 1;
}
.hidden-important {
	display: none!important;
}
.canvasjs-chart-credit{display:none;}
#divForm .select2-container {width:100%!important;}

#pagination {
	margin: 0;
	padding: 0;
	text-align: center
}
#pagination li {
	display: inline
}
#pagination li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #000
}

/* Active and Hoverable Pagination */
#pagination li a {
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s

}
#pagination li a.active {
	background-color: #4caf50;
	color: #fff
}
#pagination li a:hover:not(.active) {
	background-color: #ddd;
}

/* border-pagination */
.b-pagination-outer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	display: flex
}
#border-pagination {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	float:right;
}
#border-pagination li {
	display: inline;

}
#border-pagination li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #ddd;
	float: left;

}
#border-pagination li a {
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s
}
#border-pagination li a.active {
	background-color: #4caf50;
	color: #fff;
}
#border-pagination li a:hover:not(.active) {
	background: #ddd;
}

/*change container width for the audio statistics */
@media (min-width: 1200px){
	.container {
		width: 1390px!important;
	}
}