@import url("charts.css");
@import url("report.css");
@import url("helpers.css");
@import url("variables.css");
@import url(../../../../external/zenbox/v2.5/zenbox.css);

body {
    background-image: url(../images/bg.gif);
    padding-top: 50px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
label {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
code, pre {
    font-family: Arial;
}
.hide {
    display:none;
}
h2 .help-tooltip {
    margin-top: 7px;
}
th .help-tooltip {
    margin-top: 1px;
}
.dashboard-cta-wrapper {
    text-align: center;
}
.dashboard-cta {
    font-size: 50px;
    line-height: 70px;
    height: auto;
}
label .help-tooltip {
    margin-top: 2px;
    margin-left: 3px;
}
.btn-group a {
    z-index: 2;
}
.error {
    color: #b94a48;
    border-color: #b94a48;
}
.page-header-top {
    background-color: rgba(255,255,255,0.4);
    background-size: auto auto;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px;
}
.page-header {
    background-color: rgba(255,255,255,0.4);
    padding: 10px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
}
.navbar-inner {
    background: #45484d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #45484d 0%, #353535 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#353535)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#353535 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#353535 100%); /* IE10+ */
    background: linear-gradient(top,  #45484d 0%,#353535 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#353535',GradientType=0 ); /* IE6-8 */
}
.navbar .divider-vertical {
    background-color: #45484d;
    border-right: 1px solid #333;
    margin:0;
}
.dropdown-menu .divider {
    margin: 1px 0 0 0;
}
.navbar .nav > li > a {
    padding: 12px;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
}
.navbar .nav > li > a:hover {
    background-color: rgba(255,255,255,0.05);
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: rgba(255,255,255,0.05);
}
.dropdown-menu {
    margin-top: 4px;
}
.dropdown-menu li > a {
    padding:7px;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
}
#user-dropdown li > a:hover,#campaign-dropdown li > a:hover, #user-dropdown li.active a, #campaign-dropdown li.active a {
    background-color: #E6E6E6; 
    color: #333;
}
#campaign-dropdown {
    max-height: 400px;
    min-width: 200px;
    overflow-y: auto;
}
#selected-menu-campaign {
    color: #fff;
}
.dropdown-menu li > a i {
    position: relative;
    top:2px;
}
.dl-horizontal dt {
    text-align: left;
    width: 110px;
}
.dl-horizontal dd {
    margin-left: 110px;
}

#no-featured-campaigns, .no-variants-error {
    padding: 20px;
}
.no-variants-error h3 {
   margin-top: 45px;
   font-size: 40px;
   line-height: 35px;
}
#no-featured-campaigns h3 {
    margin-top: 35px;
    font-size: 60px;
    line-height: 55px;
}
#no-featured-campaigns .span6, .no-variants-error .span6 {
    text-align: center !important;
}
#no-featured-campaigns img {
    width: 180px;
}
.no-variants-error img {
    width: 120px;
}
.dashboard-title {
    margin-top: 0;
}
.dashboard-stats {
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.dashboard-stats a {
    color: #fff;
}
.dashboard-stats .row {
    margin-left: 10px;
}
.dashboard-progress {
    margin-bottom: 0;
}
/* Modal example */
.modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
/***** TABLE *****/
.table th {
    text-align: left;
}
.table-bordered {
    border: 1px solid #efefef;
    border-left: 0;
    border-top: 1px solid #ddd;
}
.table th, .table td {
    vertical-align: middle;
    border-left: 1px solid #efefef;
    border-color: #efefef !important;
}
.table tr {
    border-color: #efefef !important;
}
.table.no-align thead th {
    text-align: left;
}
/***** ELEMENTS *****/
.btn [class^="icon-"], .btn [class*=" icon-"] {
    position: relative;
    top: 1px;
}
.well {
    box-shadow: none;
    border: solid 1px #dcdcdc;
    background-color: #FFFFFF;
}

/***** LOGIN SCREEN *****/

#login {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 425px;
    color: #ccc;
    font-size: 11px;
}

#login h3 {
    border: solid 1px #000000;
    padding: 10px 0px 10px 20px;
    background-color: #2d2d2d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

#login form {
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 20px 20px 40px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#login form input[type=text], #login form input[type=password] {
    width: 365px;
    font-size: 20px;
    padding: 10px;
}

#login  .control-label {
    font-size: 14px;
    color: #999;
}
/***** SIGNUP SCREEN *****/

#signup {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 900px;
    color: #ccc;
    font-size: 11px;
}

#signup h3 {
    border: solid 1px #000000;
    padding: 10px 0px 10px 20px;
    background-color: #2d2d2d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

#signup form {
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 20px 10px 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#signup form input[type=text], #signup form input[type=password], #signup textarea {
    width: 240px;
    font-size: 20px;
    padding: 10px;
}

#signup textarea {
    height: 150px;
}
#signup  .control-label {
    font-size: 14px;
    color: #999;
}
/***** WIZARD *****/
.control-group.error .help-block {
    color: #333;
}
.align-center {
    text-align: center;
}
#domain-path label.error {
    display: none;
}
#add-traffic-sources .with-border {
    border-right: 1px solid #CCC;
}
#add-traffic-sources .span6 {
    text-align: center;
}

#add-custom-source {
    margin-top: 30px;
}
.ib-select-id-ts-list {
    display: inline-block;
}
.wizard-header h3 {
    float: left;
    margin-right: 25px;
}

.wizard-header h3 a:hover {
    text-decoration: none;
}

.wizard-header h3 a {
    color: #333;
}

#add-traffic-sources {
    position: relative;
}
.add-ts-wrapper {
    position: relative;
}
.wizard-or {
    position: absolute;
    top: 23%;
    right: -30px;
    display: inline-block;
    font-size: 20px;
    padding: 20px 15px;
    border-radius: 30px;
    background: #fff;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wizard-header h3 span.step-number {
    display: inline-block;
    font-size: 30px;
    padding: 10px 15px;
    border: 3px solid #fff;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wizard-header h3 span.step-description {
    position: relative;
    margin-left: 5px;
    max-width: 30px;
    line-height: 20px;
}
.wizard-header h3.break span {

}
.form-horizontal .form-actions {
    padding-left: 10px;
}

.modal .template {
    position: relative;
}
.modal .template {
    width: 140px;
}

/**** PAGES ****/
#add-modal {
    left: 5%;
    width: 90%;
    margin-left: 0;
}
#add-modal #wizard-option-template li {
    margin-right: 8px;
}
.pages li {
    width: 45%;
    float: left;
    margin-bottom: 20px;
}
.pages .page-info {
    margin-left: 20px;
}
.active-toggle:hover {
    text-decoration: none;
}
i.icon-loading {
    background-image: url(../images/loading.gif);
    background-position: center;
}
.ajax-icon {
    display: block;
    width: 31px;
    height: 31px;
    margin:0 auto;
    background-image: url(../images/ajax.gif);
    background-position: center;
    background-repeat: no-repeat;
}
h4 a {
    color: #333;
}
.btn.toggle-sub-display i {
    top: -1px;
}
.form-inline label {
    min-width: 160px;
    font-weight: bold;
}
.form-inline .controls {
    display: inline-block;
}
#filters .controls select {
    margin-left: 4px;
    margin-right: 4px;
}
#filters .controls .help-block {
    display: inline-block;
    margin-left: 10px;
}
#filters .segment-data label.error, #filters .error-message-block {
    display: inline-block;
    font-weight: bold;
    margin-left: 15px;
}
/**** DASHBOARD ****/
.link-list ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    min-height: 40px;
}
.link-list ul li {
    padding: 4px;
    background-color: #FBFBFB;
    margin-bottom: 2px;
}
.placeholder {
    height: 20px;
    background-color: #F1F1F1;
    border-radius: 5px;
}
.variant-info {
    float: left;
}
.variant-slider {
    margin-bottom: 10px;
    margin-top: 5px;
}
.weighting-adjust {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.variant-slider.ui-slider {
    float: left;
    width: 100%;
    height: 10px;
}
.variant-slider a.ui-slider-handle {
    width: 10px;
    height: 10px;
    background: #468847;
    border-color: #468847;
    top: -1px;
}
.campaign-path-input {
    margin-bottom: 0;
}
.well-small {
    padding: 3px 4px;
    margin: 2px 0;
}
.well-small .page-header {
    margin: 2px 0;
}
.well-small .row-fluid {
    margin-top: 10px;
}
/***** DATATABLES ******/
.sorting { font-weight: bold; cursor: pointer;}
.sorting2_asc, .sorting2_desc, .sorting_asc, .sorting_desc {
    color: #333;
    outline: none;
    cursor: pointer;
}

.sorting.sorting2_asc:before, .sorting.sorting2_desc:before, .sorting_desc:before, .sorting_asc:before {   
    content:"";
    float:left;
    width:14px;
    height:13px;
    margin-right: 4px;
    position:relative;
    top: 2px;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: -313px -119px;
    background-repeat: no-repeat;
}

.sorting.sorting2_desc:before, .sorting_desc:before {
    background-position: -288px -120px;
}

.with-shadow {
    text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1); 
}
/********** OFFERS **********/
#offers .input-append {
    margin-bottom: 0;
}
.search-form {
    margin: 0;
}
a.not-integrated {
    color: #333;
}
a.integrated {
    color: #008111;
}
.clear {
    clear: both;
}
.field-error {
    border-color: #b94a48;
}
.offer-details {
    list-style: none;
    margin-left: 0;
}
.offer-details li {
    padding: 3px 0;
    border-bottom: 1px solid #E6E6E6;
}
.img-rounded {
    max-width: 98%;
    text-align: center;
    border-radius: 3px;
    display: block;
    padding: 4px;
    background-color: white;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}
/*********** NOTIFICATIONS ***********/

#notifications .notification ul {
    list-style: none;
    margin: 0;
}
#notifications .notification .well {
    margin-top: 10px;
}
#notification-settings .form-inline .checkbox {
    display: block;
}
#notifications .notification {
    min-height: 40px;
}
#notifications .notification a.btn {
    display: block;
    width: 98%;
    padding: 10px;
}
#notifications .notification h4 {
    font-size: 13px;
    margin: 5px 0;
}
#notifications .notification h5 {
    display: none;
}
#notifications .notification ul li {
    line-height: 23px;
    margin-bottom: 10px;
    padding:3px;
    background-color: #F9F9F9;
    border-radius: 3px;
}
#notifications .notification ul li:last-child {
    margin-bottom: 0;
}
#notifications .notification ul li ul li {
    margin-left: 15px;
    margin-bottom: 0;
    display: block;
}

#notifications .notification ul li ul {
    border-top: 1px solid #EEE;
}

.toggle-notification {
    display: block;
}
.notification-title {
    position: relative;
    left: -60px;
}

/**** admin ****/
.variants-to-import .checkbox {
    float: left;
    width: 23%;
    padding-right: 2px;
}
.admin.template {
    min-height: 230px;
}
.template-placeholder {
    width: 160px;
    margin-right: 15px;
    float: left;
    height: 120px;
    background: #333;
    opacity: 0.6;
    border-radius: 5px;
}
.preview.disabled {
    color: #333;
}
.tpl-actions {
    margin-left: 30px;
}
#backtotop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 35px;
    z-index:1003;
}
ul.gallery li {
  float:left;
  width:100px;
  height:100px;
  margin-right:3px;
  font-size:11px;
}
ul.gallery li span { display:block; }

ul.gallery li {
  background-color:#ffffff;
  margin-bottom:10px;
  border:1px solid #cccccc;
  border-radius:4px;
  transition:all 0.25s ease-in-out;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
}

ul.gallery li:hover, li.selected {
  -webkit-box-shadow:0px 1px 6px 0px #b7b7b7;
  box-shadow:0px 1px 6px 0px #b7b7b7;
}
ul.gallery li span.control-buttons {
  padding:4px;
  background-color:rgba(255,255,255,0.9);
  border-radius:0 0 4px 0;
  z-index:2;
  position:absolute;
  top:0;
  display:inline;
}
ul.gallery li span.control-buttons .zoom-image {
  position:relative;
  top:2px;
  margin:0;
  background-position:-336px 0;
}
ul.gallery li span.control-buttons .delete-file {
  position:relative;
  top:2px;
  margin:0;
  background-position:-48px -96px;
}
ul.gallery li .sound-image {
  top:32px;
  left:32px;
}
ul.gallery li span.control-buttons .play-file.playing { background-position:-288px -72px; }
ul.gallery li span.control-buttons .play-file {
  position:relative;
  top:2px;
  margin:0;
  background-position:-192px -24px;
}
ul.gallery li span.file-title {
  z-index:3;
  display:none;
  background:rgba(0,0,0,0.4);
  padding:4px;
  color:white;
  position:absolute;
  max-height:70px;
  overflow:hidden;
  border:1px solid #f3f3f3;
  border-radius:0 0 4px 4px;
  width:90px;
  left:0;
  bottom:0;
}
.gallery .template .file-title {
    width: 140px;
}
.gallery label {
  position:relative;
  display:block;
  padding:5px;
}
.gallery .library-file {
  max-width:90px;
  max-height:90px;
  position:absolute;
  margin:0 auto;
}
#wizard-option-template ul {
    list-style: none;
    margin: 5px 0 0 0;
}
#wizard-option-template ul.gallery li {
  width:150px;
  height:110px;
  margin-right: 10px;
}

/*** USER STUFF ***/
#plans-modal {
    left: 20%;
    margin-left: 0;
    width: 60%;
}

select, input[type="file"] {
    height: 26px;
}

#habla_window_div {
    z-index: 2 !important;
}