body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana";
    font-size: 12px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
}

.left {
    float: left;
}

.right {
    float:right;
}

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px;
    /* the bottom margin is the negative value of the footer's height */
}

#footer, #push {
    height: 55px; /* .push must be the same height as .footer */
}

.relative {
    position: relative;
}

.kill-shadow {
    border: 10px solid white;
    z-index: 3;
    position: relative;
}

.bold {
    font-weight: bold;
}

a {
    color: #2891b8;
}

a.gray {
    color: #666;
}

/*
* Fonts
*/
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light/OpenSans-Light-webfont.eot');
    src: url('../fonts/opensans-light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/opensans-light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

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

#top-nav, #external-links {
    float: right;
    color: #939393;
}

#top-nav li {
    border-right: 2px solid #ccc;
}

#top-nav li, #external-links li {
    float: left;
    position: relative;
}

#top-nav li a {
    font-weight: bold;
}

#top-nav li a:hover {
    color: black;
}

#top-nav li a, #external-links li a {
    padding: 5px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
}

#top-nav li.last, #external-links li.last {
    border-right: 0;
}

#footer {
    color: #939393;
    width: 100%;
}

#top-nav a, #footer a {
    color: #939393;
    text-decoration: none;
}

#top-nav a.clicked {
    background-color: #737373;
    color: white;
    text-decoration: none;
}

#external-links {
    margin-top: 10px;
}

#external-links li {
    margin-right: 5px;
}

.search-box {
    float: left;
    width: 100%;
}

.search-box .library.filter {
    float: left;
}

#switcher-library {
    padding: 6px 0 0 10px;
    float: left;
}

#switcher-library form {
    position: relative;
    top: -18px;
    left: 110px;
}

#search-box input.text,
#search-box input.library.filter,
#library-photos div.search-box input.filter,
#library-documents div.search-box input.filter,
#library-audio div.search-box input.filter,
#library-video div.search-box input.filter,
.generic-filter {
    color: #939393;
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 5px;
    font-size: 16px;
    width: 80%;
    float: left;
}

#library-photos div.search-box input.filter, #library-documents div.search-box input.filter, #library-audio div.search-box input.filter, #library-video div.search-box input.filter {
    width: 200px;
}

#search-box input.library.filter,.generic-filter {
    width: 300px;
    margin-bottom: 10px;
}

#search-box input.button {
    border-radius: 0;
    color: black;
}

div.box {
    background-color: #d9e2eb;
    padding: 10px;
}

.ui-widget-header {
    background: transparent;
    border: 0px;
}

.ui-tabs {
    border: 0;
    background: transparent;
}

.ui-tabs-panel.own {
    padding-bottom: 0;
    margin: 0;
}

.ui-tabs .ui-tabs-panel {
    background: #e0e0e0;
}

.ui-tabs .ui-tabs-nav {
    padding-left: 30px;
}

.ui-state-default {
    background: transparent !important;
    border: 0 !important;
    margin-right: -10px !important;
    position: relative;
}

.ui-state-active {
    z-index: 999;
}

.ui-state-default span.before, .ui-state-default span.after {
    width: 14px;
    height: 25px;
    display: block;
    background-color: transparent !important;
}

.ui-state-default span.before {
    float: left;
    background: url('/css/img/tab-left-default.png');
}

.ui-state-default span.after {
    background: url('/css/img/tab-right-default.png');
    float: right;
}

.ui-state-default span.content {
    display: block;
    float: left;
    padding: 5px 5px 0px 5px;
    height: 20px;
    background-color: #dadada;
}

.ui-state-default a {
    background-color: none !important;
    color: white !important;
    font-size: 14px;
    padding: 0px 0 0 0 !important;
}

.ui-state-active a {

}

.ui-state-active span.before {
    background: url('/css/img/tab-left-selected.png');
}

.ui-state-active span.after {
    background: url('/css/img/tab-right-selected.png');
}

.ui-state-active span.content {
    background-color: #979797;
}

.form-wrapper {
    padding: 5px;
    clear: both;
    float: left;
    width: 100%;
}

.column1-wrapper, .column2-wrapper {
    width: 45%;
    float: left;
}

.column1-wrapper.offset {
    margin-left:38px;
}

.column1-wrapper.inline label, .column2-wrapper.inline label {
    width: 160px;
}

.column2-wrapper.inline label {

    width:100px;
}

.column1-wrapper.inline textarea, .column2-wrapper.inline textarea {
    width:55%;
}


.column1-wrapper-rel, .column2-wrapper-rel {
    float: left;
}

.form-wrapper.column1, .form-wrapper.column2 {

}

.form-wrapper.column2 {
    float: right;
}

div.tabs div.form-wrapper {
    float: none;
}

#dpr-tabs h2 {
    margin: 8px 0 18px 0;
    padding: 0;
}

#dpr-photos ul li {
    display: block;
    overflow: hidden;
    width: 128px;
    height: 128px;
    float: left;
    margin: 5px;
    border: 1px solid black;
    position: relative;
}

#dpr-photos ul {
    float: left;
}

#dpr-photos ul li img {
    position: absolute;
    left: -40px;
    top: -50px;
}

#dpr-photos ul li a.delete {
    position: absolute;
    background-color: white;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    opacity: 0.8;
}

/*
.form-wrapper {
    font-size:13px;
    label {
    float:left;
    padding:0 1em;
    text-align:right;
    width:150px;
}
*/
textarea.css {
    font-size: 12px;
    font-family: monospace;
}

#header {
    margin-bottom: 30px;
    padding-top: 15px;
}

.admin-menu {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: #afafaf solid 1px;
}

.admin-menu li {
    border-top: #afafaf solid 1px;
    border-right: #afafaf solid 1px;
    border-left: #afafaf solid 1px;
    float: left;
    background-color: #e5e5e5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 10px;
    z-index: -1 position : relative;
}

.admin-menu li.selected {
    background-color: white;
    z-index: 2;
    top: 2px;
    height: 31px;
    margin-top: -1px;
    position: relative;
}

.admin-menu li.selected a {

}

.admin-menu li a {
    color: black;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 10px 0px 10px;
    height: 25px;
    float: left;
    box-shadow: 0 0 5px 1px #cecece;
}

.admin-menu li a:hover {
    background-color: #efefef;
}

.admin-menu li.message {
    border: 0px solid white;
    background-color: white;
    color: #666;
    font-size: 13px;
    font-style: italic;
    letter-spacing: -1px;
    position: relative;
    top: 7px;
    white-space: nowrap;
}

.admin-menu li.message img {
    position: absolute;
    top: -30px;
    left: -50px;
}

#login-box {
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 20px 5px #cecece;
    -webkit-box-shadow: #CECECE 0px 0px 20px 5px;
    -moz-box-shadow: #CECECE 0px 0px 10px 5px;
    padding: 50px;
    position: relative;
}

#login-box input.text {
    color: #939393;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 5px;
    font-size: 14px;
    width: 100%;
}

#photos, #video, #documents, #audio {
    margin-top: 20px;
}

#photos div:not(.ui-progressbar-value), #video div:not(.ui-progressbar-value), #documents div:not(.ui-progressbar-value), #audio div:not(.ui-progressbar-value) {
    text-align: left;
    width: 180px;
    height: 330px;
    padding: 10px;
    margin: 10px 10px 1px 1px;
    float: left;
    border: #666666 solid 1px;
    position: relative;
}

#photos label, #video label, #documents label, #audio label {
    width: auto;
}

#photos .default, #video .default, #documents .default, #audio .default {
    margin: 9px 8px 0px 0px;
    border: 2px solid #009933;
    background-color: #e9feeb;
}

#photos .invisible .media-title, #video .invisible .media-title, #documents .invisible .media-title, #audio .invisible .media-title {
    background-color: #FFFF00;
}

#photos div p.controls, #video div p.controls, #documents div p.controls, #audio div p.controls {
    position: absolute;
    bottom: 60px;
}

#photos ul.options, #video ul.options, #documents ul.options, #audio ul.options {
    float: left;
    position: absolute;
    bottom: 9px;
    margin-left: 20px;
}

#photos p img, #video p img, #documents p img, #audio p img {
    max-width: 180px;
}

#photos .options li.first, #video .options li.first, #documents .options li.first, #audio .options li.first {
    padding-left: 0;
}

#photos .options li.last, #video .options li.last, #documents .options li.last, #audio .options li.last {
    border-right: 0px;
}

#photos input, #video input, #documents input, #audio input {
    width: 175px;
}

#photos .options li, #video .options li, #documents .options li, #audio .options li {
    margin-top: 3px;
    padding: 0 4px;
    border-right: #666666 solid 1px;
    float: left;
}

#photos.browse .container {
    height: auto;
    position: relative;
    padding-bottom:0;
}

#photos.browse .media-title {
    letter-spacing:0;
    white-space: nowrap;
}

#photos.browse a.delete {
    position: absolute;
    right:0;
    top:0;
    margin-top:1px;
    border-left:10px solid #daf7b9;
    border-right:1px solid #daf7b9;
    background-color:#daf7b9;
}

#photos.browse p.footer {
    border-top:1px solid black;
    background-color: #ececec;
    margin: 10px -10px 0px -10px;
    padding:5px;
}


#toolbar, #toolbar li {
    float: left;
}

#toolbar li {

}

#toolbar {
    width: 100%;
}

#toolbar li a {

}

#toolbar li a, .report-export {
    background-color: #ededed;
    display: block;
    padding: 10px;
    border-radius: 3px;
    color: black;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 2px #d3d3d3;
    background: #cee76b;
    background: -moz-linear-gradient(100% 100% 90deg, #AC0, #e3f77e) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3f77e), to(#AC0));
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

#toolbar li a:hover, .report-export {
    background: -moz-linear-gradient(100% 100% 90deg, #e3f77e, #AC0) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AC0), to(#e3f77e));
}

#toolbar li a.toolbar-disabled {
    text-shadow: 0px -1px 0px rgba(170, 170, 170, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);

    background: -moz-linear-gradient(top, #fffaff 0%, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fffaff), to(#cccccc));
    background-color: #cee76b;
}

#login-box label {
    display: block;
    margin: 10px 0 5px 0;
    color: #666666;
}

#login {
    padding-top: 10%;
}

#login-footer {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

#toolbar {
    /*
       float:right;
       margin:18px -20px 0 0;
       */

}

#toolbar li {
    /*
       float:left;
       */
    margin: 0 2px;
}

a.icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999999px;
    float: left;
    padding: 0;
    margin-left: 5px;
    opacity: 0.6;
    background-position: center;
}

a.icon:hover {
    opacity: 1;
}

a.icon.delete,a.icon.deleteWhitelabel {
    background-image: url('/css/img/delete.png');
}

a.icon.unsubscribe {
    background-image: url('/css/img/unsubscribe-icon.png');
}

a.icon.resubscribe {
    background-image: url('/css/img/subscribe-icon.png');
}


a.icon.schedule-cancel {
    background-image: url('/css/img/schedule-cancel.png');
}

a.icon.edit {
    background-image: url('/css/img/edit.png');
}

a.icon.download {
    background-image: url('/css/img/download1.png');
}

a.icon.press-release {
    width: 95px;
    height: 30px;
    background-image: url('/css/img/press-release.png');
    background-position: 0px 0px;
    opacity: 1;
}

a.icon.press-release:hover {
    background-position: 0px -30px;
}

a.icon.press-release:active {
    background-position: 0px -60px;
}

a.icon.archive {
    background-image: url('/css/img/archive.png');
}

a.icon.archived {
    background-image: url('/css/img/archived.png');
}

a.icon.arrow-up {
    background-image: url('/css/img/arrow-up-blue.png');
}

a.icon.arrow-down {
    background-image: url('/css/img/arrow-down-blue.png');
}

a.icon.status-yellow {
    background-image: url('/css/img/status-yellow.png');
}

a.icon.status-green {
    background-image: url('/css/img/status-green.png');
}

a.icon.status-red {
    background-image: url('/css/img/status-red.png');
}

a.icon.status-yellow {
    background-image: url('/css/img/status-yellow.png');
}

a.icon.preview {
    background-image: url('/css/img/preview.png');
}

a.icon.statistics {
    background-image: url('/css/img/stats.png');
}

a.icon.shadow {
    background-image: url('/css/img/shadow.png');
}

a.icon.changepassword {
    background-image: url('/css/img/change-password.png');
}

a.icon.reporting {
    background-image: url('/css/img/tracking.png');
}

a.icon.mail {
    background-image: url('/css/img/mail.png');
}

a.icon.mail.mail-trigger-disabled, a.icon.disabled {
    opacity: 0.2;
    cursor: default;
}

a.icon.package {
    background-image: url('/css/img/package.png');
}

a.icon.package-ok {
    background-image: url('/css/img/package-ok.png');
}

a.icon.viewactive {
    background-image: url('/css/img/viewactive.png');
}

a.icon.viewunsubscribed {
    background-image: url('/css/img/viewunsubscribed.png');
}

a.icon.viewbounced {
    background-image: url('/css/img/viewbounced.png');
}

a.icon.updatebounced {
    background-image: url('/css/img/edit.png');
}

a.icon.add {
    background-image: url('/css/img/plus1.png');
}

a.icon.delete-minus {
    background-image: url('/css/img/minus1.png');
}

#statistics h3 {
    margin: 5px 0 15px 0;
    font-size: 14px;
}

#statistics .datagrid {
    margin: 0;
    border: 1px solid #afafaf;
}

a.button {
    padding: 6px 10px;
    border: solid 1px rgb(153, 153, 153);
    background: #e9e9e9;
    background: -moz-linear-gradient(100% 100% 90deg, rgb(221, 221, 221), rgb(255, 255, 255));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    line-height: 1;
}

#media-center a.button:hover {
    background: #e9e9e9;
}

a.button.import {
    float: right;
    margin-right: 20px;

    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 35%, #d1d1d1) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.35, #ffffff), to(#d1d1d1)) !important;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px;

}

.isebox .ui-dialog-title {
    position: static;
    top: 0;
    font-size: 12px;
}

.ui-dialog-title {
    position: relative;
    top: 7px;
    font-size: 14px;
}

a.button.maintenance {
    background: #FC6262;
    background: -moz-linear-gradient(100% 100% 90deg, #FC6262, #FC6262);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FC6262), to(#FC6262));

}

h2.campaign, h2.distro {
    font-size: 16px;
    margin-bottom: 5px;
}

#tab-traffic table th, #campaign-overview table th {
    text-align: left;
    font-size: 14px;
    padding-right: 20px;
    line-height: 26px;
}

#tab-traffic table td, #campaign-overview table td {
    font-size: 14px;
}

#reporting .filestats {
    width: auto;
}

#reporting .filestats a {
    padding-left: 20px;
    background: url('../img/search.png') top left no-repeat;
}

#reporting .filestats td {
    padding-left: 10px;
}

#reporting .name, #reporting .title {
    width: 275px;
}

#reporting .views, #reporting .downloads, #reporting .embeds {
    width: 90px;
}

.hidden, .question.hidden {
    display: none;
}

#toolbar-wrapper {
    margin: 0px 0px 0px 1%;
    /*
height:51px;
border-bottom:1px solid #AFAFAF;
padding-right:18px;
    */
}

#content {
    margin: 0 10px;
    margin-bottom: 80px;
}

form small, div.schedule {
    font-size: 90%;
    color: #555;
    font-style: italic;
    vertical-align: top;
}

form small.new-line {
    display: block;
    clear: both;
    margin-left: 212px;
}

form small.created {
    padding-right: 15px;
    float: right;
}

input.datepicker {
    background: transparent url('/css/img/calendar.png') no-repeat right;
    border: 1px solid #CCCCCC;
    padding-right: 20px;
    padding: 0.2em
}

div.ui-datepicker a {
    margin: 0px !important;
    text-align: center !important;
}

img.ajax-loader {
    vertical-align: middle;
    margin-right: 20px
}

.textbox-html {
    color: #666;
    position: relative;
    right: -10px;
}

p.explanation {
    margin: 0px 0 15px 10px;
    font-family: Georgia, 'New York CE', utopia, serif;
    font-size: 15px;
    font-style: italic;
    color: #666;
    line-height: 20px;
}

form p.explanation {
    margin: 0;
    font-size: 14px;
}

.stage {
    background: red;
    color: black !important;
    text-decoration: blink;
}

form p.explanation {
    clear: both;
    background-color: #daf7b9;
    border: 1px solid #ace071;
    margin: 10px 0;
    padding: 10px;
}

div.radiolist, form div.form-wrapper textarea, form div.form-wrapper input.text, form div.form-wrapper input.datepicker, form div.form-wrapper input[type=checkbox], form div.form-wrapper select {
    float: left;
}

div.radiolist input {
    float: left;
}

div.radiolist label {
    text-align: left;
    width: 300px;
}

.fake-label {
    margin-left: 212px;
}

.question {
    background-image: url('/css/img/question.png');
    background-repeat: no-repeat;
    vertical-align: top;
    display: block;
    min-width: 20px;
    height: 20px;
    float: left;
}

.question p {
    width: auto;
    padding: 3px 20px 3px 20px;
}

.question p.duplicate {
    color: #FF0000;
    font-weight: bold;
    background: url('/css/img/icon_cancel.gif') top right no-repeat;
}

.question p.unique {
    color: #00CC00;
}

.tooltip {
    display: none;
    background: url(/css/img/tooltip/white_arrow_big.png) no-repeat;
    z-index: 999;
    height: 156px;
    padding: 30px 36px;
    width: 298px;
    font-size: 11px;
    line-height: 13px;
    font-size: 13px;
    letter-spacing: -0.2px;
    margin: -80px 0 0 -80px;
    color: black;
}

#email-premium {

}

/* form .preview-fieldset{ border: 2px solid black; } */
form .preview-fieldset legend {
    display: none;
}

form .preview-fieldset .form-wrapper {
    float: left;
    clear: none;
    width: auto;
    padding: 0px;
}

form .preview-fieldset .preview-text {
    background: url(/css/img/stop-alt.png) no-repeat left center;
    padding-left: 90px;
    margin-left: 20px;
}

form .preview-fieldset .preview-href {
    margin-left: 10px;
    text-decoration: none;
}

form .preview-fieldset .preview-text, form .preview-fieldset .preview-href {
    display: inline-block;
    font-size: 21px;
    line-height: 80px;
    height: 80px;
}

#footer a.logo {
    margin: -20px 40px 0 0;
    padding: 10px;
    display: block;
    float: right;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    background: white;
    -webkit-box-shadow: 0px -6px 13px #ccc;
    -moz-box-shadow: 0 -6px 7px 1px #CCCCCC;
    /*behavior: url(/css/border-radius.htc);*/
}

.referrers {
    list-style: circle;
}

.referrers li {
    margin-bottom: 10px
}

label.uploader {
    width: 85px !important;
    position: relative;
    top: -5px;
}

label.auto-save {
    float: left;
    margin: 2px 0 0 15px;
}

label.auto-save input {
    position: relative;
    top: 3px;
}

label.disabled {
    color: #999999;
    font-style: italic;
}

a.browse-uploader {
    text-decoration: none;
    color: #707070 !important;
    padding: 7px 14px 7px 7px;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 35%, #d1d1d1) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.35, #ffffff), to(#d1d1d1)) !important;
    border-radius: 3px;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px;
    border: 1px solid #bababa;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1) !important;
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px rgba(255, 255, 255, 1);
    margin: 0 10px;
    cursor: pointer;
}

a.browse-uploader.upload span {
    background: url('/css/img/upload.png') 0px 0px no-repeat;
    padding-left: 17px;
}

a.browse-uploader.library span {
    background: url('/css/img/import.png') 0px 0px no-repeat;
    padding-left: 17px;
}

a.browse-uploader.filedrop span {
    background: url('/css/img/box-icon.png') 0px 0px no-repeat;
    padding-left: 17px;
}

a.browse-uploader.youtube span {
    background: url('/css/img/embed-logo.png') 0px 0px no-repeat;
    padding-left: 17px;
}

a.import.browse-uploader span {
    background: url('/css/img/plus.png') 0px 0px no-repeat;
    padding-left: 24px;
    color: #1c94c4;
}

a.browse-uploader.embed span {
    background: url('/css/img/save_icon.png') 0px 0px no-repeat;
    padding-left: 24px;
}

a.browse-uploader.cancel-embed span {
    background: url('/css/img/button-cancel.png') 0px 0px no-repeat;
    padding-left: 24px;
}

a.browse-uploader.copy span {
    background: url('/css/img/copy.png') 0px 0px no-repeat;
    padding-left: 24px;
}

/* css for timepicker */
.t .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
}

.ui-timepicker-div dl dd {
    margin: -25px 0 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-timepicker-div .ui-slider-handle {
    background: #F6F6F6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x !important;
    border: 1px solid #CCC !important;
    cursor: pointer !important;
}

.no-change-password {
    background: url(/css/img/no-change-password-bg.jpg) top center no-repeat;
    height: 620px;
}

.no-change-password #changePasswordForm, .no-change-password .show-form {
    display: none;
}

table#changePasswordTable {
    width: 96%;
}

table#changePasswordTable td {
    padding: 5px;
}

table#changePasswordTable td.tright {
    text-align: right;
}

.no-change-password .logout {
    position: absolute;
    top: 13px;
    left: 485px;
    margin-left: 50%;
    display: block;
    width: 65px;
    height: 20px;
}

#changePasswordForm label {
    text-align: left;
}

#changePasswordForm input.text {
    color: #939393;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 5px;
    font-size: 14px;
    width: 95%;
}

.kolorpicker {
    background: url(/css/img/colorpicker.png) no-repeat;
    background-position: right;
}

#tab-content-downloads {
    font-size: 90%;
}

div.schedule {
    clear: both;
    margin-left: 210px;
}

img.processing {
    opacity: 0.7
}

span.processing {
    background: #daf7b9;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    opacity: 0.8;
    top: 20px;
    left: 38px;
    font-size: 13px;
    font-weight: bold;
}

p.save-description {
    background: #FFF347;
    border-radius: 5px;
    padding: 5px;
    width: 178px;
    position: absolute;
    opacity: 0.8;
    top: 67px;
    left: 5px;
    font-size: 15px;
    line-height: 25px;
}

span.processing span {
    position: relative;
    top: -7px;
}

.video-error {
    position: relative;
}

.error-title {
    position: relative;
    top: -162px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 100%;
}

.error-description {
    position: relative;
    top: -95px;
    text-align: center;
    line-height: 18px;
    clear: both;
}

#video div p.align-center {
    position: relative;
}

#formLoading span {
    position: relative;
    top: -7px;
    left: 10px;
}

#formLoading {
    background: #fff070;
    padding: 10px;
    color: gray;
    font-style: italic;
}

ul.error {
    padding: 5px;
    background: red;
    float: left;
    text-transform: uppercase;
}

div p.uploading {
    position: absolute;
    bottom: 24px;
    background: #fff070;
    padding: 4px;
    color: gray;
    font-style: italic;
    display: none;
}

div p.uploading img {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

input[type="submit"][disabled="disabled"] {
    color: gray;
    font-style: italic;
    font-weight: normal;
    background: #d6d6d6;
    border: 1px solid gray;
}

.move {
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}

#uploader .plupload.flash {
    cursor: pointer !important;
}

table.list-reporting {
    margin-top: 15px;
    border-collapse: collapse;
}

table.list-reporting td {
    padding: 10px;
    border: 1px solid black;
}

table.list-reporting tr.odd {
    background-color: #deed89;
}

table.list-reporting th {
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border: 1px solid black;
}

.media-title {
    margin: -10px -10px 5px -10px;
    border-bottom: 1px solid gray;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4px;
    overflow: hidden;
    background: #daf7b9;
}

.question {
    cursor: pointer;
}

a.import {
    font-size: 18px;
}

div.importing {
    position: fixed;
    left: 5%;
    background: white;
    padding: 5px;
    font-size: 18px;
    display: none;
    margin-bottom: 30px;
}

.ui-dialog-title i {
    font-weight: normal;
    font-size: 12px;
}

.datagrid th.campaigns\.name {
    width: 10%;
}

.datagrid th.press_releases\.headline {
    width: 10%;
}

.datagrid th.file_types\.name {
    width: 7%;
}

.datagrid th.press_release_files\.description {
    width: 15%;
}

.datagrid th.press_release_files\.title {
    width: 15%;
}

td[type="title"] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.datagrid th.files\.created {
    width: 7%;
}

.datagrid th.size {
    width: 7%;
}

.library.ui-dialog-content th.Actions, #media-library-grid th.Actions {
    width: 3%;
}

#media-library-grid table, #library-photos table {
    table-layout: fixed;
}

#library-photos table tr, #library-documents table tr, #library-audio table tr, #library-video table tr {
    background: white;
}

#library-photos table tr.stripe, #library-documents table tr.stripe, #library-audio table tr.stripe, #library-video table tr.stripe {
    background: #f5f5f5;
}

#library-photos, #library-documents, #library-audio, #library-video {
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

#library-photos tr.table-header, #library-documents tr.table-header, #library-audio tr.table-header, #library-video tr.table-header {
    border-top: 1px solid #efefef;
}

#library-photos div.search-box, #library-documents div.search-box, #library-audio div.search-box, #library-video div.search-box {
    background: #fbfbfb;
    padding-top: 10px;
    border-left: 10px solid #fbfbfb;
}

#media-library-grid th.Actions {
    width: 11%;
}

#library-search-throbber img {
    position: relative;
    top: 5px;
}

#library-search-throbber {
    font-size: 14px;
    font-style: italic;
}

.hidden-important {
    display: none !important;
}

.ui-widget-overlay {
    background: #666 !important;
}

#note-button {
    position: relative;
    left: -20px;
}

.question.note {
    display: none;
    position: relative;
    left: 145px;
}

span.jPicker {
    float: left;
}

.fflogo {
    position: relative;
    top: 15px;
    margin-right: 5px;
}

#frmdynamicForm-quote_parent, #homepage-welcome-text_parent, #landing-page-text_parent {
    float: left;
}

#message-featured {
    position: relative;
    left: 830px;
    margin-left: -430px;
}

th.thumbnail {
    width: 6%;
}

table.content-toolbox td {
    vertical-align: top;
    padding: 5px;
}

table.content-toolbox table {
    width: 400px;
    margin: 10px 0px 20px 0px;
    border: 1px solid #CCCCCC;
}

table.content-toolbox table td {
    padding: 10px;
    vertical-align: middle;
}

table.content-toolbox table a {
    background-color: #ededed;
    color: black;
    display: block;
    width: 100px;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #FFFFFF;
    float: right;
    background: -moz-linear-gradient(100% 100% 90deg, #AACC00, #E3F77E) repeat scroll 0 0 transparent;
    background: #cee76b;
    background: -moz-linear-gradient(100% 100% 90deg, #AC0, #e3f77e) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3f77e), to(#AC0));
}

table.content-toolbox table a:hover {
    background: -moz-linear-gradient(100% 100% 90deg, #e3f77e, #AC0) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AC0), to(#e3f77e));
}

#account-switcher {
    margin: 0px 0 15px 10px;
}

#frm-accountSwitcher-AccountSwitcherForm-dynamicForm .button {
    color: black;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px !important;
    font-weight: normal;
    height: auto;
    padding: 0 3px;
}

#frmdynamicForm-press_release {
    width: 400px;
}

a.thumbnail img {
    margin-top: 3px;
}

.dummyDiv {
    margin: 15px 0 10px 0;
    text-align: right;
    position: relative;
}

.dummyDiv .mc-preview {
    float:right;
}

.dummyDiv #cancelBtn {
    margin-right: 0 !important;
}

.dummyDiv .press-release-preview {
    position: absolute;
    display: inline-block;
    float: none;
    right:270px;
}

.recent-activity td {
    vertical-align: top;
}

.recent-activity h4 {
    color: #8abf3b;
    margin: 5px 0 10px 0;
    vertical-align: top;
}

.recent-activity img.logo {
    margin-right: 15px;
    border:1px solid #cccccc;
}

.recent-activity div.divider {
    background: #ededed;
    height: 1px;
    margin: 10px 0;
}

.recent-activity.user h4 a {
    vertical-align: text-bottom;
}

h1.dashboard {
    text-align: center;
    font-size: 38px;
    letter-spacing: -1px;
    margin-bottom: 22px;
}

h1.dashboard span, #dashboard h3 span {
    color: #8abf3b;
}

#dashboard-stripe {
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    padding: 20px 0 30px 0;
    position: absolute;
    left: 0;
    width: 100%;
}

#dashboard-spacer {
    height: 255px;
}

#dashboard h3 {
    color: #afafaf;
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    -webkit-box-shadow: inset -3px 3px 8px 1px #efefef;

    box-shadow: inset -3px 3px 8px 1px #efefef;
    margin-bottom: 15px;
    width: 300px;
}

.logo-preview {
    max-width: 657px;
    max-height: 200px;
}

.logo-preview.custom-image {
    float: left;
    clear: both;
    margin-left:210px;
    padding-top:10px;
}

#loading-message {
    background: black;
    border-radius: 10px;
    text-align: center;
    color: white;
    padding-top: 60px;
}

#loading-message h2 {
    font-size: 36px;
    margin: 50px 0;
}

#loading-message a {
    color: #8ABF3B;
}

.loading-dialog.ui-dialog {
    background: none;
}

.loading-dialog.ui-widget-content {
    border: 0;
}

.loading-dialog .ui-dialog-titlebar {
    display: none;
}

.isebox .ui-widget-header {
    background: #97cf4c;
}

.isebox .ui-dialog-title {
    font-size: 14px;
    width: 60%;
}

.isebox .ui-dialog-title h2 {
    font-size: 18px;
}

.isebox .ui-dialog-title small {
    display: block;
    font-size: 12px;
    margin: 10px 0 0 50px;
}

.isebox.ui-corner-all, .isebox .ui-corner-all, .isebox-ui-dialog-titlebar-close.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.isebox.ui-dialog .ui-dialog-titlebar {
    padding: 10px;
}

.isebox.ui-widget-content {
    border: 0;
}

.isebox.ui-dialog {
    padding: 0;
}

.isebox-ui-dialog-titlebar-close {
    background: #97cf4c;
    display: block;
    width: 32px;
    height: 32px;
    background: url('/css/img/close1.png') 0 0 no-repeat;
    z-index: 9999999;
}

.isebox-ui-dialog-titlebar-close.ui-state-hover {
    background: url('/css/img/close1.png') 0 0 no-repeat;
    border: 0;
}

.isebox.ui-dialog .ui-dialog-content {
    border-left: 2px solid #97cf4c;
    border-right: 2px solid #97cf4c;
    border-bottom: 2px solid #97cf4c;
}

.upload-arrow {
    margin-right: 10px;
}

.isebox .plupload_header {
    display: none;
}

.isebox .plupload_filelist td {
    height: 55px;
}

#uploader {
    padding: 0;
}

.moxie-shim form {
    z-index: 909999;
}

.plupload_file_name {
    white-space: normal !important;
}

.plupload_content.plupload_dropbox {
    bottom: 73px;
}

.plupload_wrapper .ui-widget-content {
    border: 0;
}

.plupload_filelist .ui-widget-header.plupload_filelist_header, a.plupload_add, a.plupload_start, a.plupload_stop,
.plupload_filelist_header tr {
    background: #efefef !important; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #e3e3e3 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e3e3e3)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #e3e3e3 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #e3e3e3 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #e3e3e3 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #e3e3e3 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e3e3e3', GradientType=0) !important; /* IE6-9 */
    border-bottom: 1px solid #c0c7cd;
    color: #585858;
}

.plupload_file_status, .plupload_file_size {

}

a.plupload_start {
    margin-left: 20px;
}

a.plupload_stop {
    margin-left: 20px;
}

a.plupload_add, a.plupload_start, a.plupload_stop {
    padding: 3px !important;
    height: 20px;
    border: 1px solid #c0c7cd !important;

    float: left;
}

a.plupload_add, a.plupload_start {
    display: block;
}

a.plupload_add .ui-icon, a.plupload_start .ui-icon, a.plupload_stop .ui-icon {
    width: 20px;
    height: 20px;
    position: static;
    margin-top: 0px;
    float: left;
}

a.plupload_add .ui-icon-circle-plus {
    background: url('/css/img/plupload-add.png') 0 0 no-repeat !important;
}

a.plupload_start .ui-icon-circle-arrow-e {
    background: url('/css/img/plupload-start.png') 0 0 no-repeat !important;
}

a.plupload_stop .ui-icon-circle-close {
    background: url('/css/img/plupload-stop.png') 0 0 no-repeat !important;
}

a.plupload_add .ui-button-text, a.plupload_start .ui-button-text, a.plupload_stop .ui-button-text {
    color: #1c94c4 !important;
    font-size: 13px;
    padding: 0 0 0 26px !important;
}

#uploader.ui-dialog-content {
    overflow: hidden;
}

small.suffix, span.suffix {
    font-size: 12px;
    color: #ababab;
}

img.filter-button {
    margin-left: 5px;
    float: left;
    position: relative;
    top: 2px;
}

.select-assets, .delete-assets {
    margin-left: 10px;
}

a.delete-assets {
    background-color: #FFB9B9;
    background: -moz-linear-gradient(100% 100% 90deg, rgb(255, 185, 185), rgb(255, 225, 225));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 225, 225)), to(rgb(255, 185, 185)));
    font-weight: bold;
}

#photos input.delete-check,
#video input.delete-check,
#documents input.delete-check,
#audio input.delete-check {
    position: absolute;
    bottom: 5px;
    width: auto;
    float: none;
    left: 8px;
}

p.infos {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

p.infos small.size {
    float: left;
}

p.infos small.created {
    float: right;
}

#frmdynamicForm-content_tbl {
    margin-left: 210px;
}

#isebox-activity-wrapper th.quote {
    width: 30%;
}

#isebox-activity-wrapper th.headline {
    width: 20%;
}

.toggle-visible {
    margin-left: 13px;
}

.media-icon {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    opacity: 0.7;
    float: left;
    margin-right: 2px;
}

span.media-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.media-icon:hover {
    opacity: 1;
}

.media-icon.hide {
    background: url('/css/img/hide-little.png') white 0 0 no-repeat;
}

.media-icon.show {
    background: url('/css/img/show-little.png') white 0 0 no-repeat;
}

.media-icon.toggle-thumb {
    background: url('/css/img/toggle-little.png') white 0 0 no-repeat;
}

.media-icon.url {
    background: url('/css/img/url-little.png') white 0 0 no-repeat;
}

.media-icon.download {
    background: url('/css/img/download-little.png') white 0 0 no-repeat;
}

.media-icon.preview {
    background: url('/css/img/preview-little.png') white 0 0 no-repeat;
}

#uploaderThumb, .isebox.large #uploader {
    padding: 0 !important;
}

#uploaderThumb .plupload_filelist_header,
#uploaderThumb .plupload_droptext,
.isebox.large #uploader .plupload_filelist_header,
.isebox.large #uploader .plupload_droptext,
.isebox.cc #uploader .plupload_filelist_header,
.isebox.cclarge #uploader .plupload_droptext
{
    display: none;
}

#uploaderThumb def,
.isebox.large #uploader def,
.isebox.cc #uploader def
{
    font-family: courier;
}

#uploaderThumb_dropbox,
.isebox.large #uploader_dropbox,
.isebox.cc #uploader_dropbox
{
    padding: 10px;
}

.isebox.large .plupload_content, .isebox.cc .plupload_content {
    width: auto;
}

.isebox.large a.plupload_start,.isebox.cc a.plupload_start  {
    margin-left: 0;
}

.isebox.large a.plupload_add, .isebox.cc a.plupload_add {
    margin-right: 10px !important;
}

.isebox.large a.plupload_stop, .isebox.cc a.plupload_stop {
    margin-left: 20px !important;
}

.isebox.large .plupload_upload_status, .isebox.cc .plupload_upload_status {
    display: none !important;
}

#uploaderThumb .plupload_scroll, .isebox.large #uploader .plupload_scroll, .isebox.cc #uploader .plupload_scroll {
    min-height: 100px;
}

#uploaderThumb a.delete, .isebox.large #uploader a.delete, .isebox.cc #uploader a.delete {
    font-size: 14px;
    color: blue;
}

#uploaderThumb .plupload_content {
    top: 0px;
    width: auto;
}

#uploaderThumb .ui-widget-content {
    min-height: 220px;
}

#uploaderThumb.ui-dialog-content {
    overflow: hidden;
}

.plupload-toggle.chunk, .plupload-toggle.closed-caption {
    position: absolute;
    top: 23px;
    color: black;
    font-size: 11px;
}

.plupload-toggle.chunk {
    left: 104px;
}

.plupload-toggle.closed-caption {
    left: 242px;
}

div.table-legend {
    font-size: 14px;
    margin: 5px 0 10px 0;
}

.dropdown-font {
    font-size: 16px;
}

#isebox-limit-reached {
    color: red;
    text-align: right;
    position: relative;
    top: 5px;
    font-style: italic;
    right: 25px;
}

.fancybox-alert {
    font-size: 14px;
    line-height: 23px;
}

#visual-guide {
    text-align: center;
}

#tab-photos .plupload-toggle.chunk, #tab-audio .plupload-toggle.chunk {
    display: none;
}

.ui-progressbar-value {
    /*background: #0EBFE9 !important;*/
}

input.disabled {
    background: #ccc;
    color: #555;
}

#toolbar a.contributor.disabled,
.browse-uploader.contributor.disabled,
.admin-menu .contributor.disabled
{
    background: #ccc !important;
    color: #555 !important;
}

a.icon.delete.contributor {
    cursor: pointer;
}

input.disabled[type="checkbox"] {
    opacity: .50;
    filter: alpha(opacity=50); /* IE<9 */
    cursor: default;
}

.total-count {
    text-align: center;
    padding-top: 80px;
}

.total-count h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.total-count h4 {
    margin-bottom:10px;
    margin-left:-50px;
}

.total-count table {
    text-align: center;
}

.total-count table td {
    padding: 5px 10px;
    vertical-align: top;
    text-align: left;
}

.total-count.content {
    padding-top: 20px;
}

.total-count.embed {
    padding: 0;
    text-align: left
}

.total-count.embed h2 {
    font-weight: normal;
    margin: 10px 0;
}

.total-count h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: normal;
}

.total-count i {
    font-size: 14px;
}

.pie-chart {

}

.pie-chart .legend {
    position: absolute;
    right: -130px;
    width: 200px;
}

.pie-chart .legend td.legendLabel,
.pie-chart .legend td.legendColorBox,
.content-downloads-legend td.legendLabel,
.content-downloads-legend td.legendColorBox {
    padding-bottom: 5px;
    text-align: left;
}

.pie-chart .legend td.legendColorBox,
.content-downloads-legend td.legendColorBox {
    padding-right: 5px;
}

.social-media img {
    vertical-align: middle;
    display: inline-block;
}

.social-media li {
    font-size: 24px;
    margin-bottom: 10px;
}

.report-headline h1 {
    font-size: 18px;
    margin-bottom: 5px;
    float: left;
}

.report-headline a {
    color: black;
    line-height: 25px;
}

.report-headline a.link-button {
    color:white;
    margin-bottom:5px;
    float:right;
    height:auto;
}

.report-headline a.icon {
    position: relative;
    top: -5px;
}

.report-headline {
    margin-bottom: 5px;
}

.report-toolbar {
    float: right;
    width: 200px;
    position: relative;
    top: 25px;
    right: 2px;
}

#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    box-shadow: 0 0 10px #555;
    opacity: .7;
    filter: alpha(opacity=70);
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.headlined-chart h4 {
    position: relative;
    top: 30px;
    left: 22px;
}

.content-downloads-legend {
    margin: -40px 0 0 50px;
}

.usage-stats td {
    padding-right: 25px;
    font-weight: bold;
}

.usage-stats td.split {
    font-weight: normal;
    font-size:90%;
    padding-top:4px;
}

label[for=frmdynamicForm-featured-0],
label[for=frmdynamicForm-featured-1],
label[for=frmdynamicForm-featured-2] {
    width: 50px;
    float: none;
}

.additional_featured label, label[for=frmdynamicForm-featured-2] {
    background: green;
    cursor: pointer;
    border: 1px solid #96cb5c;
    background: -moz-linear-gradient(100% 100% 90deg, #96cb5c, #b2e778) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2e778), to(#96cb5c));
    height: auto;
    width:auto;
    padding: 5px 10px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    text-shadow: 0.5px 0.5px 0.5px rgba(127, 127, 127, 0.5);
    text-decoration: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana";
}

.plupload_filelist_footer {
    font-size: 10px;
}

.report-export {
    position: absolute;
    right: 0;
    border: 0;
    z-index: 99;
    cursor: pointer;
}

.create-list-wrapper {
    position:absolute;
    top:40px;
    width:150px;
    right:0;
}

.create-list-wrapper .result, .create-list-wrapper .creating {
    position: absolute;
    top:40px;
    right:0;
}

.create-list-wrapper .creating {
    top:0;
}

.create-list-wrapper .creating span {
    display: inline-block;
    margin:-0px 0 0 5px;
    position: relative;
    top:-6px;
}

.tab {
    position: relative;
}

.full-analytics {
    width: auto;
    position: absolute;
    right: 15px;
    top: 20px;
    height: auto !important;
}

input.large {
    font-size:15px;
    padding:10px;
    border:1px solid #ececec;
    border-radius:5px;
}

#mail-lightbox {
    text-align:center;
}

#mail-lightbox h1 {
    padding:5px 5px 5px 10px;
    font-size:16px;
}

#mail-lightbox .form-wrapper {
    margin-left:60px;
    width:auto;
}

#mail-lightbox .form-wrapper.no-center {
    width:100%;
    margin:0;
}

.icon.quick-mailout {
    position: relative;
    top:5px;
}

/*
* Fancybox styling
*/

#fancybox-wrap{
    font-family: 'open_sanslight';
    font-size:15px;
    color: #737373;
    line-height: 1.35em;
    margin-top: -20px;
}
#fancybox-overlay{
    background: #fff !important;
}
#fancybox-wrap .fancybox-bg{
    display: none;
}
#fancybox-wrap #fancybox-outer,#fancybox-wrap #fancybox-content{
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#fancybox-wrap #fancybox-outer{
    -webkit-box-shadow: 0 0 0 9px #adadad;
    box-shadow: 0 0 0 9px #adadad;
    background: #fff url('../img/pop-up-top-bg.png') left top repeat-x;
    padding-top: 66px;
}
#fancybox-wrap #fancybox-content{
    border: 0px;
    padding: 10px 10px 38px 10px;
}
#fancybox-wrap h1, #fancybox-wrap h2,#fancybox-wrap h3{
    text-align: center;
    line-height: 1.25em;
}
#fancybox-wrap h1{
    font-size:48px;
    line-height:48px;
    color: #000;
    margin-bottom: 39px;
}
#fancybox-wrap h2{
    color: #000;
    font-size:22px;
    margin-bottom: 26px;
}
#fancybox-wrap h3{
    color: #000;
    margin-bottom:13px;
}
#fancybox-wrap p{
    margin-bottom: 13px;
}
#fancybox-wrap label{
    color: black;
    margin-right: 16px;
    padding-top: 16px;  
}
#fancybox-wrap fieldset{
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#fancybox-wrap #fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 11px;
    height: 11px;
    background: transparent url('/css/img/pop-up-close.png') 0px 0px no-repeat;
}
#fancybox-wrap input.button,#fancybox-wrap a.link-button{
    height: 64px;
    font-size: 19px !important;
    font-weight: normal;
    padding: 0 32px;
    border:0;
    line-height:99%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: white;
    display:inline-block;
    line-height: 64px;
}
#fancybox-wrap input.button.green,#fancybox-wrap a.link-button.green{
    background: #8dc63f;
}
#fancybox-wrap input.button.gray,#fancybox-wrap a.link-button.gray{
    background: #929292;
}
#fancybox-wrap input.button.red,#fancybox-wrap a.link-button.red{
    background: #922a2a;
}

#fancybox-wrap input.button.in-line,#fancybox-wrap a.link-button.in-line{
    margin-right:15px;
}
#fancybox-wrap input[type=text]{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 41px;
    border: 1px solid #ccc;
    padding: 1px 2px 0;
    font-size: 1em;
    font-family: 'open_sanslight';
}
#fancybox-wrap select{
    height: 41px;
    font-size: 1em;
    font-family: 'open_sanslight';
    max-width: 100%;
}
#fancybox-wrap input[type=checkbox]{
    margin-top: 10px;
}
#fancybox-wrap select{
    margin-top:6px;
}
#mail-lightbox .form-wrapper{
    padding: 0;
}
#mail-lightbox .mailout-submit{
    margin: 0 auto;
    margin-top: 30px;
    display: block !important;
}
#frm-QuickMailoutForm-dynamicForm input[type=text]{ 
    margin-bottom: 10px;
}
#fancybox-wrap .styledCheckbox{
    float: left;
    margin-top: -8px;
}
#fancybox-wrap .action .form-wrapper{
    text-align: center;
}
#fancybox-wrap .url-lightbox def{
    font-weight: bold;
}
#fancybox-wrap .url-lightbox .url-line{
    float:left;
}
#fancybox-wrap #youtube-import-pop-up .youtube-action{
    padding-top: 30px;
}
#fancybox-wrap .url-lightbox .browse-uploader{
    float: right;
}
#fancybox-wrap legend{
    font-weight: bold;
}
#admin-tasks {
    list-style-position: inside;
}

#admin-tasks li{
    margin-bottom:15px;
    font-size:14px;
    list-style-type: disc;
}

#admin-tasks li p {
    padding: 15px 0 5px 25px;
    width:600px;
    line-height:24px;
}

#admin-tasks li p code {
    background-color: #333333;
    color:white;
    padding:20px;
    display: block;
    margin:10px 0;
}

p.task-message {
    margin:10px 0 20px 0;
    font-size:16px;

}

p.error.permalink {
    clear: both;
    margin:5px 0 0 210px;
    color:red;
}

div.filedrop table.datagrid td {
    height: 50px;
    vertical-align: middle;
}

h2.collapsable {
    font-size:18px;
    float:left;
    margin:15px 0;
    margin-left:40px;
    cursor: pointer;
    padding-right:35px;
    background:url('/css/img/arrow-right.png') right center no-repeat;
}

h2.collapsable.collapsed {
    background:url('/css/img/arrow-down.png') right center no-repeat;
}

h2.collapsable:hover {
    text-decoration: underline;
}

#tab-video-embeds .generic-filter-wrapper {
    float:left;
}

.library-select {
    position:relative;
    top:-10px;
}

.filedrop-toggle-all {
    margin-left:10px;
    position: relative;
    top:17px;
}

.press-release-title {
    float:left;
    font-size:22px;
    font-weight:bold;
    margin-top:5px;
}

.press-release-title span {
    font-size:16px;
    color: gray;
}

.filter.video {
    margin:10px 0;
}

.filter.video input[type="text"] {
    width:150px;
}

.moxie-shim.moxie-shim-html5 input {
    z-index: 99999 !important;
}

.url-password {
    font-size:12px;
}

#frm-editMediaLibraryForm-dynamicForm fieldset:nth-child(2) {
    padding:0
}

#frm-editMediaLibraryForm-dynamicForm fieldset:nth-child(2) .form-wrapper {
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full-width {
    width:100%;
}

.half-width {
    width:49%;
}

.space-after {
    margin-bottom:10px;
}

#tag-selector {
    position: absolute;
    top:100px;
    left:50px;
    background:#F5F5F5;
    display: none;
}

#tag-selector input[type="text"] {
    border:0;
    padding:5px 5px;
}

#tag-selector .header {
    position: relative;
}

#tag-selector .header a {
    width: 16px;
    height:16px;
    display: inline-block;
    background: url('/css/img/button-cancel.png') 0 0 no-repeat white;
    position: absolute;
    right:2px;
    top:4px;
}

#tag-selector ul, #tag-selector .not-found {
    box-shadow: 5px 5px 15px rgba(0,0,0,.25);
}

#tag-selector .not-found {
    display: none;
    padding-bottom:10px;
}

#tag-selector .not-found a {
    display: block;
    color:black;
    text-decoration: none;
    padding:10px;
}

#tag-selector .not-found i {
    display: block;
    padding-left:10px
}

#tag-selector ul li {
    padding:10px 15px;
}

#tag-selector ul li:hover, #tag-selector .not-found a:hover {
    background: #dadada;
    cursor: pointer;
}

.sort-by {
    font-weight: normal;
}

.cc-prefix {
    display: block;
    float: left;
    padding: 2px 0;
    margin-right:10px;
    width:100px;
}

.cc-prefix.cc span {
    background-color: #f6fedd;
}

.cc-prefix.video span {
    background-color: #fedaca;
}

.cc-message {
    margin-top: 15px;
    padding: 4px 0;
}

.cc-message.error {
    background-color: #fef3b6;
}

.cc-message.success {
    background-color: #cefec7;
}

.obfuscate {
    color: transparent;
    background: url('/css/img/password-obfuscator.png') 1px 2px;
}

.api-key-options {
    margin:-5px 0 0 210px;
}

.api-key-options .reset {
    margin-right:10px;
}

.progress-overlay {
    padding: 0 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;

}

.copy-in-progress {
    background: white;
    display: block;
    padding: 5px 0;
}

.progress-message {
    background: white;
    color: #8a8e84;
    font-style: italic;
    font-size:10px;
}

.progress-overlay .ui-progressbar-value {
    background: #8cc63f url('/css/admin/jquery-isebox/images/ui-bg_gloss-wave_35_f6a828_500x100.png') 50% 50% repeat-x !important;
}

.featured-image {
    display: block;
    clear: both;
    margin: 0px 0 0 210px;
    padding-top: 10px;
}

.isebox.cc #uploader def div {
    clear: both;
}

.progressbar-inner-wrapper {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 12px;
    left: 15px;
    width: 150px;
    background: rgba(127,127,127,0.8);
    padding: 5px 5px;
    /* text-align: center; */
    box-sizing: border-box;

    padding-right: 30px;
    background-image: url('/css/img/ajax-loader1.gif');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 15px 15px;
}

.progressbar-inner-wrapper .progressbar-inner {
    display: block;
    height:1em;
}

tr.merge-highlight {
    background: #dfdfdf;
}

tr.merge-highlight td:first-child {
    padding-left:20px;
    background:url('/css/img/icon-rightarrow.png') 0 center no-repeat;
}

a.embed-expand, a.embed-contract {
    display: inline-block;
    width:16px;
    height:16px;
}

a.embed-expand {
    background: url('/css/img/expand.png') 0 center no-repeat;
}

a.embed-contract {
    background: url('/css/img/contract.png') 0 center no-repeat;
}

.custom_featured_options label[for="custom_featured_options-0"],
.custom_featured_options label[for="custom_featured_options-1"],
.custom_featured_options label[for="custom_featured_options-2"],
.main_image_source label[for="main_image_source-0"],
.main_image_source label[for="main_image_source-1"]
{
    float:none;
}

div.embedly-card {
    margin: 0px 0px 0px 210px !important;
    clear:both;
}

div.embedly-card .embedly-card-hug {
    width:auto !important;
}

.logo_destination input[type="radio"], .horizontal-list input[type="radio"] {
    float:left;
}

.logo_destination label[for], .horizontal-list label[for] {
    width:auto;
}

.logo_destination_wrapper input {
    margin-bottom:-6px;
}

.logo_destination {
    margin-bottom:5px;
}

#media-center-widgets .widget {
    padding:10px;
    border:1px solid #c1c1c1;
    margin-bottom:10px;
    display: inline-block;
}

#media-center-widgets .widget h3 {
    background:#8dc63f;
    margin:-10px -10px 5px -10px;
    padding:10px;
}

.widget-toggle.disabled {
    /*background: #b0b0b0;*/
    /*cursor: default;*/
}

.widget-toggle.disabled:hover {
    /*background: #b0b0b0 !important;*/
}

.widget-grid.loading {
    opacity:0.3
}

.additional_featured {
    margin-left:413px;
    padding-bottom:0px;
}

.additional_featured input[type="checkbox"] {
    display: none;
}

#featured-press-release {
    width:100%;
}

#frmdynamicForm-custom_featured_url {
    width: 520px;
}

#twitter-text-checkbox {
    width:500px;
}

.mc-preview {
    width:50px;
    clear: none;
}

fieldset.mc .form-wrapper:not(.mc-preview) {
    width:150px;
}

#checkbox-use-mc-widgets-wrapper {
    display: inline-block;
    position: relative;
    top: 10px;
}

#checkbox-use-mc-widgets-wrapper label {
    float:none;
    top:4px;
    position: relative;
}

.mc-browse-action {
    margin-top:20px;
}

.notification_contact_wrapper {
    clear:none;
    width:90px;
    position:relative;
    top:-5px;
}

.share-embed,.share-facebook,.share-linkedin,.share-rss,.share-twitter{display:inline-block;background:url(/dist/images/share-sprite.png) no-repeat;overflow:hidden;text-indent:-9999px;text-align:left}
.share-facebook{background-position:0 0;width:37px;height:36px}
.share-twitter{background-position:0 -36px;width:37px;height:36px}
.share-linkedin{background-position:0 -72px;width:36px;height:36px}
.share-embed{background-position:0 -145px;width:37px;height:37px}
