﻿html {
	font: 75% Arial,Helvetica,sans-serif;
}

body {
	width: auto;
}

table[role="grid"] {
	width: 100%;
}

.kendoTableContainer .k-dropdown {
	width: auto !important;
	min-width: 200px;
}

.filter {
	margin: 0 !important;
}

.c-audio {
	float: left;
	width: 80%;
}

.c-audio-link {
	float: left;
}

.c-audio-link .campaign-action {
	margin-top: -3px;
}

.topMenu {
	margin-bottom: 10px;
}

.width340 {
	width: 340px !important;
}

.logo {
	margin-top: -5px;
	width: 200px;
}

td.campaign-action {
	text-align: center;
	padding: 0px;
}

.version {
	height: 25px !important;
	padding-top: 5px !important;
}

.help-div {
	border: 1px solid #015D83;
	margin: 10px 0 10px 0;
	padding: 5px;
}

.help-div h3 {
	margin: 0 0 5px 5px;
}


img.campaign-action {
	margin-top: 2px;
	width: 30px;
    border: 0
}

.centered {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.centered-text {
	text-align: center;
}

#drTable {
	margin-bottom: 10px;
	width: 200px;
	text-align: left;
}

tr.selected {
	background-color: #eeeeee;
}

.invalid {
	border: 1px solid red;
}

.invalid:hover {
	border: 1px solid red;
}

.form {
	width: 200px;
}

.kendoTableContainer {
	margin: 10px 0 10px 0;
    width: 1296px;
	border: 1px solid #94C0D2;
}

.k-grid {
	width: 1296px;
	overflow-x: auto;
	border: 0;
}

.k-menu {
	width: 1296px;
}

.navbar-fixed-top {
	min-width: 1430px !important;
}

.width75, .k-textbox.width75 {
	width: 75px;
}

.width200, .k-textbox.width200 {
	width: 200px;
}

#mappingsContainer > div {
	margin-bottom: 10px;
	margin-top: 10px;
}

.page-header.margined
{ 
	margin-left: 40px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 50px;
}

.remember {
	margin-left: 3px;
	font-weight: normal;
}

.regform {
	width: 250px;
}

.regform .k-textbox {
	width: 100%;
}

.loginform {
	position: absolute;
	margin-left: 50%;
	left: -175px;
	width: 350px;
}

.loginform .col-sm-3 {
	width: 31%;
}

.loginform .form-horizontal .control-label {
	text-align: left;
	padding-top: 5px;
}

div.account{
	margin: 15px;
}

div.account > img {
	vertical-align: top;
	width: 30px;
	height: 30px;
}

div.account > label {
	display: inline-block;
	margin-top: 6px;
	vertical-align: middle;
	margin-left: 3px;
	cursor: pointer;
}

#purr-container {
	z-index: 10000;
	width: 100%;
	position: fixed;
	top: 10px;
	left: 0;
}

tr input, tr input[type='checkbox'], tr .k-dropdown {
	margin-bottom: 0px;
}

.k-upload-sync .k-upload-button{
	margin-left: 0px;
}
.margined-left {
	margin: 0 0 0 10px;
}
a {
	text-decoration: none;
}

.popup {
	border-style: solid;
	border-width: 2px;
	background-color: #fff;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 25px;
}

.popup a {
	margin-top: 5px;
}

#columns td:not(:first-child), #fields td:not(:first-child) {
	border-width: 0 0 1px 1px;
}

#columnsContainer {
	margin-bottom: 10px;
}

#columns td:first-child, #fields td:first-child {
	border-width: 0 0 1px 0;
}

.popup-success {
	border-color: green;
	color: green;
	font-weight: bold;
}
.popup-error
{
	border-color: red;
	color: red;
	font-weight: bold;
}

.width350{
	width: 350px;
}

.width100 {
	width: 100px;
}

.width150 {
	width: 150px;
}

.container.width100per {
	max-width: 100%;
}

.width100per {
	width: 100%;
}

.float-right, .navbar-nav.float-right {
	float: right;
}

.float-left {
	float: left;
}

div.bar-fixed {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 0px;
	width: 100px;
	height: auto;
}

div.bar-fixed .fixed-menu:hover {
	background-color: #94C0D2; 
}

div.bar-fixed .fixed-menu {
	cursor: pointer;
	border-right: 2px solid #015D83;
	border-bottom: 2px solid #015D83;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	width: 100px;
	height: 100px;
	padding: 0 10px 0 10px;
}

div.bar-fixed .fixed-menu img {
	cursor: pointer;
	width: 80px;
	height: 80px;
}

div.bar-fixed .fixed-menu label {
	cursor: pointer;
	position: relative;
	top: -10px;
	color: black;
}

.main-content {
	margin: 100px 0 0 150px;
	width: 1280px;
}

.main-content > blockquote {
	margin-left: 150px;
	padding-top: 12px;
	padding-bottom: 1px;
}

.main-content > blockquote > h2 {
	margin-top: 0px;
}

.container > .table {
	margin-top: 20px;
}

.container > .table td {
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
}

th.action-th {
	width: 106px;
}
.container td.action-td {
	padding: 2px;
}

/*overriding Kendo UI*/
.k-textbox {
	width: 100%;
}
.k-multiselect-wrap li.k-button {
	clear: none;
}

.k-multiselect {
	margin-bottom: 9px;
}
.k-button {
	clear: both;
}

/*overriding Bootstrap*/
.navbar-fixed-top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: #015D83;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #EAF4F9;
  border: 1px solid #94C0D2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
hr {
	
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
	height: 1px;
	border: 0;
	background-color: #94C0D2;
}
label {
	font-weight: normal;
	display: inline;
}

.text-danger {
	color: red;
}

input, .k-dropdown, fieldset{
	margin-bottom: 9px;
}
input[type="checkbox"] {
	margin-bottom: 9px;
}

.navbar-brand {
	color: #ffffff;
	float: left;
	padding: 0 20px;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.navbar a,.navbar a label {
  color: #94C0D2;
	font-weight: bold;
	font-size: 14px;
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #ffffff;
  text-decoration: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.audioPlayer {
    width: 400px;
    height: 40px;
}

.action-logo {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    padding-left: 8px;
}

.action-logo2 {
    width: 19px;
    height: 19px;
    margin-bottom: 5px;
    padding-left: 8px;
}
