/**/

/*Footer Style - extends style.css*/
footer {
    text-align: center;
    background: #2d323d;
}

/*row Style - extends bootstrap.min.css*/
.row {
    width:100%;
    padding-bottom: 1%;
    /*background: whitesmoke;*/
}

/* Login Style */

.form-horizontal input[type='text'],
.form-horizontal input[type='password'],
.form-horizontal input[type='email'] {
    color: #383e4b !important;
}
.dataTables_wrapper .dataTables_filter {
    padding-left: 50%;
    padding-bottom: 0;
}
.collpse-all-view {
    width:50%;
    padding-bottom: 0;
}
form input::-webkit-in-placeholder {
    color: #383e4b;
}
form input:-moz-placeholder {
    color: #383e4b !important;
}
form input::-moz-placeholder {
    color: #383e4b !important;
} /* for the future */
form input:-ms-input-placeholder {
    color: #383e4b !important;
}

#UserAddForm .btn-block {
    margin-top: 10px;
}

.border-white {
    border-color: #ffffff;
}

.bootstrap-select-searchbox > .input-block-level  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    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 .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dropdown-menu li.selected a i.check-mark {
    display:inline-block !important;
    position:absolute;
    right:15px;
    margin-top:2.5px
}


.dropdown-menu li {
    display: block;
    clear: both;
}

.s_date_picker {
    display: none;
}

.publisher-header{
    margin-left: 15px;
}

.needs-to-fill-alert{
    border: 3px solid #ffa0a5;
    /*box-shadow: 0 0 0 1px #ffa0a5 inset;*/
}
.needs-to-fill-alert > td{
    /*background-color: #ffecec !important;*/
    /*box-shadow: 0 0 0 1px #ffa0a5 inset;*/
}

.dashboard_action_button{
    margin-left: 3px;
    margin-right: 3px;
}
.publisher-total{
    clear: both;
    height: 40px;
}

.sub-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
}

.without_padding{
    padding: 0;
}

input[type="file"] {
    border-color: #e4e6eb !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.error-message{
    color: #FF0000;
    margin-left: 15px;
    margin-top: 7px;
}

.defaultConfigButton {
    width: 160px;
}

.input-focus {
    width: 150px !important;
    position: absolute !important;
    z-index: 999 !important;
}

#insertion-details label{
    display: none;
}

.insertion-details-note{
    height: 150px !important;
}

.require-asterisk {
    color: red;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0;
}

#insertions-table_wrapper {
    position: relative;
    margin-top: -24px;
    /*margin-bottom: 30px;*/
    overflow: auto;
}

#logsAlert .icon-ok{
    color: #00bb00;
}

#logsAlert .icon-spinner {
    color: #36a9e1;
}

#logsAlert .icon-warning-sign {
    color: #FF0000;
}

#logsAlert .icon-ok,
#logsAlert .icon-spinner,
#logsAlert .icon-warning-sign {
    margin-right: 10px;
}

#logsAlert .logs-list {
    max-height: 160px;
    overflow: auto;
}


.log-time {
    color: rgb(130, 169, 187);
    font-size: 11px;
    margin-right: 5px;
}

td.table-column-cost {
    text-align: right;
}

.pagination {
    float: right;
}

.dataTables_wrapper .dataTables_processing {
    color: #78cd51;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    text-align: center;
    font-size: 2.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.search_dashboard_table {
    display: block;
    width: 100%;
}

.search-table-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 2px;
    z-index: 2;
}

.search-table-container .search-form-group {
    position: relative;
    text-align: right;
}

#search-table-button {
    width: 46px;
    padding: 1px;
    height: 24px;
    margin-bottom: 0px;
}

.invalidInput, input.invalidInput {
    border-color: #FF0008 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6) !important;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6) !important;
}

.ui-dialog-titlebar.ui-widget-header{
    background:#36a9e1;
    color: #fff;
}

/*** Flatiron Menu ***/
.flatiron-logo-content{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.flatiron-logo{
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    min-width: 190px;
    max-height: 40px;
}
a.flatiron-logo {
    background: #1e8fc6;
    text-align: center;
    border-bottom: 1px solid #1e8fc6;
    padding: 9px 0 10px 0!important;
}

a.flatiron-logo span {
    font-family: 'Kaushan Script',cursive;
    color: #fff;
    text-shadow: none;
}

.flatiron-menu {
    float: left;
    display: flex;
    border: none;
}

.container #content {
    padding: 30px;
    margin: 0;
    height: auto;
    width: 100%;
}

.header-nav {
    margin-top: -40px;
}

.current-page {
    background-color: #5EBCEA !important;
}

.navbar a {
    text-decoration: none !important;
}

.navbar-nav>li>.dropdown-menu {
    right: 0;
    left: auto;
}

.nav-stacked>li+li {
    margin-top: 0px !important;
}

.sidebar-submenu {
    display: none !important;
    position: absolute;
    background-color: #36a9e1;
    width: 250px;
    z-index: 99;
    list-style: none;
    border: none !important;
}

.dashboard-new-buttons {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    z-index: 3;
}

.dashboard-filter>h2,.audit-filter>h2,.advertisers-filter>h2, .calendars-filter>h2 {
    font-family: 'Lato',sans-serif;
    color: #ffffff;
    padding-right: 20px !important;

}

table.table * {
    font-size: 13px !important;
}

.pageNumber {
    display: inline-block;
    float: left;
    padding-top: 8px;
    padding-left: 8px;
}

.pageNumber>span {
    font-weight: bold;
}

#DataTables_Table_0 {
    /*word-break: break-all;*/
}
.dataTables_info {
    width: auto;
    float: left;
}

.csv-button:hover {
    color: #ccc;
}

.advertiser-header>h2,.io-type-header>h2,.io-contact-header>h2 {
    font-size: 24px;
}

.campaign-header {
    font-size: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: -7px;
}

.campaign-header>div>label,.open-title {
    font-weight: normal;
}

.campaign-header>div>span {
    font-weight: normal;
    color: #c7cbd5;
}

@media only screen and (min-device-width : 1023px) and (max-device-width : 1724px) {
    .flatiron-menu {
        margin: 0 0px !important;
        font-size: 13px !important;
    }
    .short {
        padding-left: 0px !important;
    }
}

@media only screen and (min-device-width : 1367px) and (max-device-width : 1724px) {
    .nav-tabs li.short {
        padding-left: 20px;
    }
}

@media only screen and (min-device-width : 1023px) and (max-device-width : 1366px) {
    .nav-tabs li.short {
        padding-left: 4px;
        margin-left: 5px;
    }

    .flatiron-logo-content {
        width: 850px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .table-column-ioid {
        min-width: 190px;
    }

    .table-column-campaign, .table-column-cost, .table-column-status {
        min-width: 100px;
    }

    .table-column-advertiser{
        min-width: 150px;
    }

    .bottom {
        height: 30px;
    }

    .Actions {
        width: 150px;
    }

    .row-detail {
        height: auto !important;
    }

    #insertion-details.details {
        min-width: 1400px;
    }

    .step-pane{
        overflow: auto;
    }

    .review-details #insertion-details {
        min-width: 100%;
    }

    li.center.remove-column {
        color: #EEE;
    }

    tr.row-detail {
        height: 130px !important;
    }

    .review-details.form-group {
        overflow: auto;
    }

}

@media only screen and (max-width: 767px) {

    .flatiron-menu {
        float: unset;
        display: unset;
    }

    #insertions-table_wrapper {
        margin-top: 0px;
    }

    #downloadAdv {
        margin-right: 3px;
    }

    #newInsertion,#createAdvertiser {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dashboard_action_button{
        float: left !important;
        width: auto;
        margin-right: 0px;
        font-size: 12px;
    }

    .dashboard-new-buttons {
        border: none;
    }

    table.table * {
        font-size: 10px !important;
    }

    .dataTables_info, .pageNumber {
        font-size: 10px !important;
    }

    #content {
        padding: 5px !important;
    }

    ul.user-menu-list>li {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .account {
        width: 100%;
    }

    .defaultConfigButton, .mobileButton {
        min-width: 100px;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 5px;
    }

    #insertion-details.details {
        min-width: 1200px;
    }

    .input-focus {
        width: 100% !important;
        position: relative !important;
    }

    button.btn.edit-field {
        height: 34px;
    }

    .table-column-advertiser {
        min-width: 130px;
    }

    .table-column-status {
        min-width: 80px;
    }

    .bottom {
        height: 25px;
    }

    .Actions {
        width: 150px;
    }

    .step-pane {
        overflow: auto;
    }

    .review-details.form-group {
        overflow: auto;
    }

    li.center.remove-column {
        color: #EEE;
    }

    .view-io-details {
        overflow: auto;
    }

    a.btn-inverse{
        margin-right: 6px;
    }

    #ui-datepicker-div {
        z-index: 9999 !important;
        font-size: 12px;
    }

}

@media only screen and (min-width: 500px) and (max-width : 767px) {
    .search-table-container .search-form-group {
        float: right;
        margin-bottom: -28px;
    }

    hr {
        display: inline-block;
    }
}

/*Iphone port and land*/
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
    .table-column-ioid {
        min-width: 85px;
    }

    .table-column-action, .Action , .Actions {
        min-width: 90px;
        max-width: 90px;
    }

    .Actions {
        width: 90px;
    }

    .bottom {
        height: 25px;
    }

    .advertiser-header>h2,.io-type-header>h2,.io-contact-header>h2{
        font-size: 18px;
    }

    .campaign-header {
        font-size: 18px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-top: -4px;
    }

    h1 small, .h1 small {
        font-size: 20px;
    }

    .step-pane{
        overflow: auto;
    }

    li.center.remove-column {
        color: #eee;
    }

    hr {
        width: 100%;
        display: inline-block;
    }
}

#dashboardFilters div.chosen-container,#auditTrailFilters div.chosen-container {
    width: 100% !important;
}

.search-input-datatable {
    display: unset;
    max-width: 174px;
    height: unset;
    padding: 1px;
}

#DataTables_Table_0_wrapper {
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.mini-action-button {
    width: 36px;
    height: 28px;
}

span.responsiveExpander {
    font-size: 13px !important;
}

.bottom {
    height: 25px;
}

tr.row-detail * {
    height: auto !important;
}

#refreshStatuses{
    background-color: #ddd;
}

.top {
    position: relative;
    z-index: 2;
}

/* Fix Chosen when is loaded hidden */
.chosen-container, .chosen-drop, .chosen-drop .chosen-search, .chosen-drop .chosen-search input {
  width: 100% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input.schedule-completed {
    margin-right: 10px;
}

.block-radio {
    margin-top: 10px !important;
    margin-right: 5px !important;
}

.block-radio + label {
    margin-right: 8px !important;
    font-weight: normal;
}

.block-button {
    width: 80px;
    max-width: 80px;
    margin-right: 15px;
}

.AM-event {
    background-color: #800080 !important;
    border: 1px solid #800080 !important;
}

.PM-event {
    background: #33860d !important;
    border: 1px solid #33860d !important;
}

.Evening-event {
    background: #0c7cb3 !important;
    border: 1px solid #0c7cb3 !important;
}

.iopanel-scroll {
    width: 100%;
    height: 794px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -35px;
}

.iopanel-scroll-hidden {
    position: fixed;
}

.iopanel-position {
    position: absolute !important;
}

a.fc-event, .fc-event-draggable {
    cursor: pointer;
}

.weekView-event .fc-content {
    white-space: normal !important;
}

.mailing-calendar-event {
    min-width: 350px;
    cursor: move;
}

.open-month {
    padding-left: 5px;
}

.custom-week-event {
    left: 0% !important;
    position: relative !important;
    z-index: 9 !important;
    border: 1px solid #fff !important;
    height: auto !important;
    left: 0% !important;
    right: 0% !important;
}

.fc-event-container {
    top: 25px;
}

span.open-month {
    background-color: rgb(243, 243, 243);
    width: 100%;
    position: absolute;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    margin-left: -1px;
    top: -1px;
    padding-top: 2px;
}

th.fc-day-header.open-title {
    background-color: rgb(243, 243, 243);
}

span.open-month.black,.open-title>span{
    color: #a7a7a7;
}

span.open-month.red,span.red {
    color: #ff5454;
}

.open-title>span.black {
    color: #383e4b;
}

.fc-day-number {
    font-weight: bold;
}

input.iopanel-search, input.input-mc-search{
    color: #000 !important;
    margin-bottom: 15px;
}

.fc-event {
    overflow: hidden;
}

.open-title>span {
    font-size: 13px;
    word-break: break-all;
    padding: 2px;
}

/* Month and Week title in the left side*/
.fc-left>h2 {
    font-weight: bold;
    font-size: 18px;
}

.mc-span-AM {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    margin-left: 5px;
    background-color: #800080 !important;
    display: inline-table;

}

.mc-span-PM {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    margin-left: 5px;
    background-color: #33860d !important;
    display: inline-table;
}

.mc-span-Evening {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    margin-left: 5px;
    background-color: #0c7cb3 !important;
    display: inline-table;
}

.mailing-legend {
    font-size: 12px;
    margin-top: 11px;
    margin-bottom: -10px;
}

.mc-legend-font {
    margin-top: 1px;
    display: inline-block;
    float: right;
}

.legend-element {
    position: relative;
    display: inline-block;
}

.link-expired-box-width-fix{
    width: 25%!important;
}

.login-box-width-fix>div>form>fieldset>div>.col-lg-3{
    width: 100%!important;
}

.login-box-width-fix>div>form>fieldset>div>label{
    width: 25%!important;
}

.forgot-pass-link{
     text-decoration: underline !important;
     font-size: 10px;
     color: gray;
}
.go-back-to-login-link{
     font-size: 12px;
}

.forgot-pass-link-spacing{
    text-align: center;
    padding-top:5px!important;
}

#usersUsernameEmail{
    color: black!important;
}

.readiness {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
    margin-left: 2px;
}

.readiness.green {
    background-color: #2fff2d;
}

.readiness.orange {
    background-color: #fabb3d;
}

.readiness.red {
    background-color: red;
}

.suppression-current-day>a {
    border: 1px solid #ddd !important;
    background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x !important;
    font-weight: bold !important;
    color: #0073ea !important;
}

.suppression-current-day>a.ui-state-active {
    border: 1px solid #ddd !important;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important;
    font-weight: bold !important;
    color: #ff0084 !important;
}

.suppresion-selected-day>a {
    border: 1px solid #ccc !important;
    background: #fff url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x !important;
    color: #444 !important;
}

.suppresion-selected-day>a.ui-state-active {
    border: 1px solid #ddd !important;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important;
    font-weight: bold !important;
    color: #ff0084 !important;
}
.completed-ios{
    display: block;
    margin-top: -20px;
    margin-left: -15px;
}

#flatiron-filters-modal.larger>.modal-dialog {
    width: 670px;
}

.smaller-space {
    margin-bottom: 5px;
}

.smaller-space-first {
    margin-top: -14px;
}

.smaller-space-last {
    margin-bottom: -29px;
}

/* Mailing Calendar and Push Calendar Colors*/

#calendarTabContent {
    padding-top: 10px;
}

.mdm-AM {
    background-color: #5d2243 !important;
    border: 1px solid #5d2243 !important;
}

.mdm-PM {
    background-color: #c15795 !important;
    border: 1px solid #c15795 !important;
}

.mdm-Evening {
    background-color: #dda2c4 !important;
    border: 1px solid #dda2c4 !important;
}

.th-AM {
    background-color: #3c907e !important;
    border: 1px solid #3c907e !important;
}

.th-PM {
    background-color: #5dbba7 !important;
    border: 1px solid #5dbba7 !important;
}

.th-Evening {
    background-color: #93d2c4 !important;
    border: 1px solid #93d2c4 !important;
}

.pp-AM {
    background-color: #F1A122 !important;
    border: 1px solid #F1A122 !important;
}

.acm-AM {
    background-color: #cc3b33 !important;
    border: 1px solid #cc3b33 !important;
}

.horo-AM {
    background-color: #996633 !important;
    border: 1px solid #996633 !important;
}

.sh-AM {
    background-color: #666666 !important;
    border: 1px solid #666666 !important;
}
.pch-AM {
    background-color: #666666 !important;
    border: 1px solid #666666 !important;
}

.fl-AM {
    background-color: #ff33ff !important;
    border: 1px solid #ff33ff !important;
}

.rs-AM {
    background-color: #0638A5 !important;
    border: 1px solid #0638A5 !important;
}

/* Push Calendar*/

.fm-AM {
    background-color: #0638A5 !important;
    border: 1px solid #0638A5 !important;
}

.rm-AM {
    background-color: #cc3b33 !important;
    border: 1px solid #cc3b33 !important;
}

.zeta-AM {
    background-color: #336600 !important;
    border: 1px solid #336600 !important;
}

/* Freebie Flash Calendar */

.ff-AM {
    background-color: #dd13c4 !important;
    border: 1px solid #dd13c4 !important;
}

a.event-height-month {
    min-height: 30px !important;
    max-height: 30px !important;
}

a.event-height-week {
    min-height: 60px !important;
    max-height: 60px !important;
}

div.fc-scroller.fc-day-grid-container {
    height: auto !important;
}

a.push-campaign-tab {
    margin-top: 1px;
    height: 37px;
}

.push-campaign-li {
    margin-right: 70px;
}

/* Audit Trail Table */
#audittrail-table li {
    height: auto !important;
    margin-left: 11px;
}

span.history-override {
    display: block;
}

/* Flatiron Radio Buttons */

input.flatiron-radio {
    margin-right: 5px;
}

label.flatiron-radio {
    margin-right: 15px;
    font-weight: normal;
}

.fm-PushCrew {
    background-color: #003399 !important;
    border: 1px solid #003399 !important;
}

.fm-MoEngage.fm-AM, .fm-Pushnami.fm-AM {
    background-color: #0066ff !important;
    border: 1px solid #0066ff !important;
}

.fm-MoEngage.fm-PM, .fm-Pushnami.fm-PM {
    background-color: #33CCFF !important;
    border: 1px solid #33CCFF !important;
}

.fm-MoEngage.fm-Evening, .fm-Pushnami.fm-Evening {
    background-color: #99d8d3 !important;
    border: 1px solid #99d8d3 !important;
}

.create-wrike, .open-wrike, .open-io-pdf, .send-trafficking, .open-trafficking, .revise-event {
    float: left;
}

.mailing-creatives, .freebie-creatives {
    border: 4px dashed #b3b4b3;
    background-color:  #f2f2f2;
}

.edit-creative-row, .remove-creative-row {
    margin-left: 3px;
}

#creativeFilesLabel {
    font-weight: normal;
}

.transparent {
    color: transparent;
}

#flatiron-confirmation-task .modal-body ul {
    margin-bottom: 0px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto !important;
}

.krajee-default .file-footer-caption {
    width: auto !important;
}

.file-preview{
    background-color: #ffffff;
}

div.fileuploader-input {
    padding: 10px 0 !important;
}

div.fileuploader-input-inner>h3 {
    line-height: 20px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #0073ea none;
    color: white;
}

#calendar-duplicate-modal > .modal-dialog {
    width: 390px !important;
}

.duplicate-container {
    display: flex;
    align-content: center;
    align-items: center;
}

.duplicate-container {
    display: block;
    text-align: center;
}

.duplicate-container .ui-datepicker {
    margin-left: auto;
    margin-right: auto;
}

span.control-label {
    font-weight: bold;
}

.additional-page-container label {
    display: inline-block !important;
}

/* Toggle Buttons */

.form-group * {
    line-height: 18px !important;
    height: unset !important;
}

.switch-input:checked ~ .switch-handle {
  left: 84px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch {
    width: 100px;
    height: 19px !important;
}

span.switch-label {
    height: 20px !important;
    font-size: 11px !important;
}

.switch-handle {
    height: 19px !important;
}

/* Sooper Radio Button*/
input.sooper-radio {
    margin-right: 5px;
}

label.sooper-radio {
    margin-right: 15px;
}

.double-list-switch,.zip-codes,.fields-required {
    height: auto !important;
}

.save-changes,.save-changes {
    padding-top: 4px;
}

/* Additional Pages Styles*/
span.arrow {
    display: table;
    margin-bottom: 3px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 50px;
    min-height: 25px;
}

.arrow>i{
    font-size: 1.6em!important;
}

span.from-to {
    display: block;
    float: left;
    padding-top: 5px;
}

#offer-states,#unselected-states,#email-domain, #unselected-email-providers, #zip-codes, .zip-button-container {
    height: 115px !important;
}

.modify-zip-codes {
    display: list-item;
    margin-top: 25px !important;
    min-width: 63px;
}

#zip-codes-content{
    display: inline-block;
}

table.table .btn {
    margin: 1px;
}

.clear-zip-codes {
    display: list-item;
    min-width: 63px;
}

.other-input-container {
    margin-top: -11px;
}

.additional-page-buttons {
    margin-top: 10px;
    margin-bottom: 5px;
}

#flatiron-warning-modal .modal-body h4 {
    font-size: 18px;
    color: #000;
}

textarea.form-control {
    color: #555 !important;
}

.dashboard-new-buttons.freebie-flashes {
    margin-bottom: 20px;
}

.freebie-creatives, .freebie-creatives-buttons {
    padding-top: 10px;
}

.add-creative-button-container {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

#freebie-offers-table td:first-child {
    cursor: move;
}

table#freebie-offers-table {
    width: 646px !important;
}

#ioLineItems_chosen>a, #offers_chosen>a, #freebie_flash_offers_chosen>a {
    height: 33px !important;
    padding-left: 18px !important;
    padding-top: 2px !important;
}

.ff-advertiser-name {
    font-size: 10px;
    font-weight: normal;
}

.ff-edition-title {
    font-weight: bold;
}

.creative-hidden{
    display: none;
}

.duplicate-modal-pre-form {
    padding: 10px;
}

.duplicate-modal-pre-form .little-padding-top {
    padding-top: 25px;
}

.tooltip {
    position: fixed;
}

.list-size-width-adjust {
    width: 100px !important;
}
.split-size-width-adjust {
    width: 125px !important;
}
.lighter-boldness {
    color: #9d9e9e;
}

.darker-calendar-day-header {
    background: #dbdbdb!important;
}

#edit-traffic-order>.modal-dialog{
    width: 800px;
}
