﻿
/*#wrapper {
    padding-bottom: 100px;
}*/
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 0;
    min-height: 100%;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

:focus {
    outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    outline-offset: 0;
}
/*.skin-option { position: fixed; text-align: center; right: -1px; padding: 10px; top: 80px; width: 150px; height: 133px; text-transform: uppercase; background-color: #ffffff; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .1); border-radius: 4px 0 0 4px; z-index: 100; }*/
.padding_zero {
    padding-left: 0;
    padding-right: 0;
}

.padding_left {
    padding-left: 0;
}

.padding_right {
    padding-right: 0;
}

.section-header {
    color: #333E48;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 35px 0 0 0;
}

#page-wrapper {
    padding: 0;
}

.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
    background: #f3f3f4;
}

.filter-tabs {
    text-align: center;
    display: inline-block;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    align-content: center;
    background-color: #fff;
    display: block;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}

    .filter-tabs .tab.active {
        border-bottom: 4px solid #1ab394;
        color: #1ab394;
        font-weight: 600;
        outline: none;
    }

    .filter-tabs .tab {
        box-sizing: border-box;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        margin-left: 15px;
        margin-right: 15px;
        padding: 3px 0 5px;
        color: #333E48;
        cursor: pointer;
        white-space: nowrap;
        font-weight: 600;
    }


.nav-tabs > li {
    float: left;
    /*height: 50px;*/
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background: none;
        border-bottom: 3px solid #62cb31 !important;
        color: #62cb31;
        border: none;
    }

    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background-color: transparent;
        color: #676a6c;
        border-color: transparent;
    }

.scratch_form_control {
    height: 42px;
    width: 50%;
    margin: auto;
}

.font_weight_600 {
    font-weight: 600;
}

.card-container .card-contents {
    background-color: #fff;
    border: 1px solid #edeeee;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    text-align: left;
    border-radius: 2px;
    background-clip: padding-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-shadow: 0 0 10px #ededed;
}

    .card-container .card-contents .favorite-icon-container {
        font-size: 16px;
        position: absolute;
        right: 9px;
        top: 7px;
    }

.card-container .card-title {
    color: #333E48;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: 18px;
    min-width: 168px;
    max-width: calc(100% - 36px);
}

.favorite-icon-container {
    color: #D0D2D3;
    cursor: pointer;
}

    .favorite-icon-container:hover, .favorite-icon-container:focus {
        color: #6B787F;
    }

.card-container .card-description {
    color: #6B787F;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    overflow: hidden;
}

.card-list-heading {
    color: #333E48;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.display_inline {
    display: inline-block !important;
}

.mt20 {
    margin-top: 20px;
}

.mrl5 {
    margin-left: 5px;
    margin-right: 5px;
}

.ddl_bg {
    padding: 8px;
    border-radius: 2px;
    background: rgba(255,255,255,0.9);
}

.btn-default {
    background-color: #f9f9f9;
}

.bg_white {
    background: rgba(255,255,255,0.9);
    border: 1px solid #dadada;
    border-radius: 2px;
    /*padding: 15px;*/
}

.plus_icon {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 3px 5px;
}

.graybg {
    background: #f7f9fa;
    border: 1px solid #dadada;
}

.survey_form_control_txt {
    display: inline-block;
    width: 77%;
    height: 42px;
    border-radius: 0;
    border: 1px solid #D0D2D3 !important;
    margin-left: -4px;
}

.survey_form_control_select {
    display: inline-block;
    width: auto;
    height: 42px;
    border-radius: 0;
    margin-left: -4px;
    border: 1px solid #D0D2D3 !important;
}

.p-25 {
    padding: 25px;
}

.question_icon {
    font-size: 22px;
    color: #989898;
}

a {
    /*color: #007FAA;*/
    color: #ff8930;
}

/*a:hover{
    color :#ff8930;
}
a:visited{
    color :#ff8930;
}*/

.font_16 {
    font-size: 16px;
}

.done_btn {
    padding: 12px 25px;
    font-size: 16px;
}

.img_bg_survey {
    background: #f7f9fa;
    padding: 20px;
}

.p-20 {
    padding: 20px;
}

.pb-0 {
    padding-bottom: 0;
}

.survey-page .survey-footer {
    text-align: center;
    font-size: 12px;
    padding: 40px 0;
    line-height: 1.5;
    color: #333E48;
}

.survey-footer-title {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
}

.logo_width {
    width: 50%;
    display: inline;
}

#logo {
    padding: 5px;
}

    #logo.light-version img {
        width: 44%;
    }


/* FOOTER */
.footer1 {
    padding: 10px 18px;
    background: #fff;
    border-top: 1px solid #eaeaea;
    transition: margin .4s ease 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.headerblueborder {
    border-top: 2px solid #3498db;
}

.content1 {
    padding: 25px 40px 140px 40px;
    min-width: 320px;
}

.dropdown-menu.bottom {
    bottom: 100%;
    top: auto;
}

.borderbottom {
    border-bottom: 1px solid #ddd;
}

.responsive-div {
    min-height: 200px;
}

.project-list .table .btn-xs {
    padding: 4px 8px;
}

.project-list .dropdown-menu {
    padding: 0;
}

    .project-list .dropdown-menu > li > a {
        padding: 6px 20px;
        color: #6f6f6f;
    }

.font_14 {
    font-size: 14px;
}

.dropzone {
    background-color: #f3f3f3 !important;
    min-height: 200px !important;
    border: 2px dashed rgba(0, 0, 0, 0.3 ) !important;
    border-radius: 4px;
    padding: 20px 20px !important;
}

.modal-footer {
    background: transparent;
}

.gray_color {
    color: #b3b3b3 !important;
}

.badge {
    padding: 4px 7px;
    background-color: #b3b3b3;
    color: #fff !important;
    border-radius: 5px;
}

.form-control {
    height: 36px;
    border-radius: 0;
}


.chk_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .chk_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .chk_container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #e9e9e9;
        border-radius: 50%;
    }

    .chk_container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .chk_container input:checked ~ .checkmark {
        background-color: #62cb31;
    }

    .chk_container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .chk_container input:checked ~ .checkmark:after {
        display: block;
    }

    .chk_container .checkmark:after {
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: white;
    }

.width_1 {
    width: 1%;
    float: left;
}

.btn_add {
    background: transparent;
    border: 1px solid #ccc;
    padding: 5px 9px;
    border-radius: 50%;
    margin-top: 5px;
    color: #ccc;
}

    .btn_add:hover {
        border: 1px solid #979595;
        color: #979595;
        transition: 0.5s;
    }

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multichk_container {
    padding-right: 35px;
}
    /* Hide the browser's default checkbox */
    .multichk_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .multichk_container .checkmark {
        position: absolute;
        top: 4px;
        left: inherit;
        height: 19px;
        width: 19px;
        background-color: #e9e9e9;
    }

    /* On mouse-over, add a grey background color */
    .multichk_container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .multichk_container input:checked ~ .checkmark {
        background-color: #62cb31;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .multichk_container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .multichk_container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .multichk_container .checkmark:after {
        left: 7px;
        top: 1px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.width_3 {
    width: 3%;
    float: left;
}

label {
    font-weight: 600;
}

.small-header .panel-body h2 {
    font-size: 17px;
    margin: 0 0 10px;
}

.hbreadcrumb {
    font-size: 13px;
}

.breadcrumb li a {
    color: #62cb31;
}

.span_position {
    position: relative;
    top: -9px;
    font-weight: normal;
}

.link_color {
    color: #78b72d;
}

.edit_icon {
    background: #62cb31;
    color: #fff;
    padding: 9px 10px;
    border-radius: 5px;
    font-size: 16px;
}

.delete_icon {
    background: #e03434;
    color: #fff;
    padding: 9px 10px;
    border-radius: 5px;
    font-size: 16px;
}

.plus_icon_border {
    border: 1px solid #969494;
    padding: 3px 5px;
    border-radius: 50%;
    color: #969494;
    margin-right: 5px;
}

.dark_gray_color {
    color: #969494;
}

.imgloader {
    position: absolute;
    top: 10px;
    right: 90px;
}

.position_relative {
    position: relative;
}

.width_60 {
    width: 60px !important;
}

.pt0 {
    padding-top: 0;
}

.survey:hover .buttons {
    display: block;
    transition: 0.5s;
}

.full-width {
    width: 100%;
}

.display_none {
    display: none;
}

.width_txtbox {
    width: 88%;
    float: left;
}

.q-text {
    margin-bottom: 15px;
    line-height: 25px;
}

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #78b72d;
    border-color: #78b72d;
}*/
.ddl_border_none {
    padding: 0;
    height: auto;
    border: none;
}

.font_15 {
    font-size: 15px;
}

.ddl {
    left: inherit;
    right: 0;
}

.font_weight_500 {
    font-weight: 500;
}

.search_icon {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
}

.bg_none {
    background: none;
}

    .bg_none:hover, bg_none:active, .bg_none:focus {
        background: none;
    }

.btn-default.bg_none.active.focus, .btn-default.bg_none.active:focus, .btn-default.bg_none.active:hover, .btn-default.bg_none:active.focus, .btn-default.bg_none:active:focus, .btn-default.bg_none:active:hover, .open > .dropdown-toggle.btn-default.bg_none.focus, .open > .dropdown-toggle.btn-default.bg_none:focus, .open > .dropdown-toggle.btn-default.bg_none:hover {
    background: none;
    box-shadow: none;
}

.black_color {
    color: #272727;
}

    .black_color:hover, black_color:active, black_color:focus {
        color: #272727;
    }

.span_top {
    position: relative;
    top: -9px;
}

.chk_span {
    position: relative;
    left: 34px;
    top: 3px;
}

.ul_list_style {
    list-style: none;
}

.li_width {
    width: calc(100% / 4);
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 5px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: center;
    float: left;
    margin-left: -1px;
}

    .li_width.active {
        background: #969494;
        color: #fff;
    }

.modal_close_icon {
    position: absolute;
    right: -31px;
    top: -41px;
    font-size: 39px;
    color: #e6e6e6;
    opacity: 1;
}

    .modal_close_icon:hover {
        color: #f2f2f2;
    }
/*.select_bg {
    background: #f36a5a;
    color: #fff;
}
button.multiselect {
    border-radius: 0;
    height: 38px;
    background: #f36a5a!important;
    color: #fff!important;
    font-weight: 600;
    border: 1px solid #ccc;
}
.select_bg>option {
    background: #fff;
    color: #000;
    font-size: 12px;
}*/


html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    /*padding-bottom: 6rem;*/
    min-height: 100%;
    font-family: Calibri;
}
/*footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1rem;
      background-color: #fff;
      border-top: 1px solid #e8e8e8;
}*/
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
}

:focus {
    outline: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}

.padding_zero {
    padding-left: 0;
    padding-right: 0;
}

.padding_left {
    padding-left: 0;
}

.padding_right {
    padding-right: 0;
}

#menu {
    width: 220px;
}

#logo {
    width: 260px;
    padding: 5px;
}

.p-5 {
    padding: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.logo_width {
    margin: auto;
    width: 40%;
}

.margin-auto {
    margin: auto;
}

.width-auto {
    width: auto;
}

#side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
    background: #e16b09;
    color: #fff;
}

#side-menu li.active {
    background: #e16b09;
}

    #side-menu li.active a {
        color: #fff;
    }

.panel-heading-padding {
    padding: 10px 15px 21px !important;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.span_position {
    position: relative;
    top: 5px;
}

.orange_btn {
    background: #e16b09;
    border: 1px solid #e16b09;
}

    .orange_btn:hover, .orange_btn:active, .orange_btn:focus {
        background: #ed710a !important;
        border: 1px solid #ed710a !important;
        color: #fff;
    }

.width-100 {
    width: 100%;
}

.gray-color {
    color: #a7a7a7;
}

.form-control {
    border-radius: 0;
    height: 38px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload__label {
    display: block;
    padding: 6px 12px;
    color: #fff;
    border: 1px solid #e16b09;
    background: #e16b09;
    transition: background .3s;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

    .file-upload__label:hover {
        cursor: pointer;
        background: #ed710a;
    }

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.showhide {
    float: right;
}

.dropdown-menu > li > a {
    margin: 0px;
    height: 30px;
}

.select_bg > option {
    background: #fff;
    color: #000;
    font-size: 12px;
}

button.multiselect {
    border-radius: 0px;
    height: 38px;
    background: #ff8930 !important;
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #ccc;
}

.dropdown-toggle {
    text-overflow: unset !important;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.textarea_height {
    min-height: 38px !important;
    max-width: 100%;
}
/*.select_bg {
    background: #e16b09;
    color: #fff;
    padding: 6px 12px;
    display: block;
    border-radius: .4em;
    transition: background .3s;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}*/
.select_bg {
    background: #ff8930 !important;
    color: #fff;
}

.active-menu, .active-menu i {
    background-color: #EDEDED !important;
    color: #ff8930 !important;
}

.nav > li > a > i {
    margin-right: 10px;
    color: #ff8930;
}

.panel_heading {
    font-size: 18px;
    font-weight: 600;
}

.select_bg.form-control {
    border: 1px solid #FFE;
}

#page-inner {
    min-height: initial;
}

#page-wrapper {
    min-height: 92vh !important;
    padding-bottom: 50px;
}


.panel.panel-default {
    margin-bottom: 45px;
}

.breadcrumb li a {
    color: #f36a5a;
}

.top-navbar .navbar-brand {
    background: #f7f9fa;
}

    .top-navbar .navbar-brand:hover {
        background-color: #f7f9fa;
    }

.sidebar-collapse > .nav > li > a {
    padding: 9px 10px;
}

.sidebar-collapse .nav > li > a {
    font-size: 18px;
}

.mt15 {
    margin-top: 15px;
}

.navbar-right {
    margin-right: 0;
}

.saleicon {
    font-size: 2.2em;
    color: #ffa500;
    padding: 10px 10px 10px 0;
    cursor: pointer;
}

.toggle.btn.btn-primary {
    margin-top: -15px;
}

.ml40 {
    margin-left: 40px;
}

.daterangepicker.ltr.show-ranges.opensright.show-calendar {
    width: 630px;
    top: 135px !important;
    right: 48px !important;
    left: inherit !important;
}

.daterangepicker.opensright.show-calendar:before {
    right: 9px;
    left: inherit;
}

.daterangepicker.opensright.show-calendar:after {
    right: 10px;
    left: inherit;
}

.multiselect-native-select .btn-group {
    width: 100% !important;
}

.panel .panel-body {
    border-top: 2px solid #eee !important;
}

.form-control:focus {
    box-shadow: none;
}

.login-container {
    max-width: 420px;
    margin: auto;
    padding-top: 6%;
}

.mt25 {
    margin-top: 25px;
}

.border_none {
    border: none !important;
}

body.blank {
    background-color: #f1f3f6;
}

.downloadbtn {
    background-color: #1e90ff;
    border: none;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    font-size: .9em;
}

.update-notes {
    float: right;
    background: #ff8930;
    padding: 5px 16px;
    margin-right: 9px;
}

.saleicon.iconactive {
    color: #286090;
}
/*#page-wrapper {
    min-height: 750px;
}*/
.orange_btn {
    background: #ff8930;
    color: #fff;
}

    .orange_btn:hover, .orange_btn:active, .orange_btn:focus {
        background: #e16b09;
    }

.form-horizontal .control-label {
    padding-top: 0;
}

.Progressdiv {
    background-color: White;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
}

.loader {
    top: 45%;
    left: 45%;
    position: fixed;
    z-index: 1000001;
}

.maxwidth230 {
    max-width: 230px !important;
}

.minwidth220 {
    min-width: 220px !important;
}

.pd10 {
    padding: 10px;
}


.multiselect {
    max-width: 230px !important;
}

.profilepic {
    border: 2px solid #e8e1e1;
    margin-right: 15px;
    width: 40px;
    border-radius: 20px;
}

td {
    vertical-align: middle !important;
}

.verified {
    color: #5cd85c;
}

.unverified {
    color: indianred;
}

.add {
    cursor: pointer;
    font-size: 1.3em;
    color: #fd720a;
}

.text-overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png") !important;
    background-position: bottom 10px right;
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
    background-position: bottom 10px right;
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
    background-position: bottom 10px right;
}



#salesdata_paginate, #paymentHistory_paginate, #userList_paginate, #errorList_paginate, #retailerList_paginate, #titleList_paginate, #retailerMappingList_paginate, #publisherList_paginate, #exchangeRatelist_paginate {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 0;
}

.paginate_button {
    border-right: 1px solid #ddd !important;
}

    .paginate_button.last {
        border-right: none !important;
    }

    .paginate_button.current {
        border-right: 1px solid #ddd !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        border: none !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #eee;
        border: 1px solid #eee;
        color: #23527c !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #23527c !important;
    box-shadow: none !important;
}

.dataTables_paginate .glyphicon-step-backward:before {
    content: "First";
    font-family: Calibri;
    color: #807e7e;
    font-size: 16px;
}

.dataTables_paginate .glyphicon-triangle-left:before {
    content: "Previous";
    font-family: Calibri;
    color: #807e7e;
    font-size: 16px;
}

.dataTables_paginate .glyphicon-triangle-right:before {
    content: "Next";
    font-family: Calibri;
    color: #807e7e;
    font-size: 16px;
}

.dataTables_paginate .glyphicon-step-forward:before {
    content: "Last";
    font-family: Calibri;
    color: #807e7e;
    font-size: 16px;
}

.error {
    color: #cc3434;
}

.popupdialog {
    width: 80%;
}

.padding_bottom_5 {
    padding-bottom: 5px;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

#userform label.error {
    float: left;
    margin-bottom: 0;
}

#userform .error, #paymentform .error {
    float: left;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.modal-dialog {
    margin: 10px auto;
}

.modal-title {
    padding-top: 0;
    font-weight: 600;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 5px;
    word-break: break-word;
}

.navbar-header {
    float: left;
}

.navbar-right {
    float: right;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
    border: 1px solid #fff;
}

    button.multiselect.dropdown-toggle.btn.btn-default b.caret {
        float: initial;
        margin-top: 0px;
        right: -5px;
        position: relative;
    }

.dataTables_filter input[type="search"] {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.mr5 {
    margin-right: 5px;
}

.font_18 {
    font-size: 18px;
}

.mb30 {
    margin-bottom: 30px;
}

ul.multiselect-container.dropdown-menu {
    max-height: 210px;
    overflow: auto;
}

i.fa.fa-bars:hover {
    color: #ff8930;
}

.top-navbar .nav > li > a {
    padding: 20px 15px 20px;
}

.table-responsive {
    border: none;
    overflow: auto;
}

.btn-toggle-position {
    position: relative;
    top: -7px;
}

.height170 {
    height: 170px;
}

.font-weight {
    font-weight: 500 !important;
}

.magicsuggest {
    border-radius: 0;
    height: auto !important;
    border: 1px solid #ccc;
    /*fit-content;*/
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table-layout {
    table-layout: fixed;
}

.valign-top {
    vertical-align: top;
}

.para-display {
    color: black !important;
    display: inline-block;
    max-width: calc(100% - 300px);
}

.advertise-img {
    margin: 15px auto;
    display: inline;
    border: 2px solid #B8B8B8;
    padding: 3px;
}

.sidebar-collapse > .nav > li.advertisements {
    border-bottom: none;
}

.mr10 {
    margin-right: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    color: grey;
    cursor: pointer;
    font-size: 26px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f106";
}

.cursor {
    cursor: pointer;
}


.UdQCqe {
    display: inline-block;
    max-width: 558px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff8930;
    vertical-align: bottom;
}


.ads-visurl {
    color: #006621;
    white-space: nowrap;
    font-size: 14px;
    padding-bottom: 1px;
    padding-top: 0px;
    display: inline-block;
}

.VqFMTc {
    background-color: #fff;
    color: #006621;
    display: inline-block;
    font-size: 11px;
}

.NceN9e {
    border-radius: 5px;
    border: 1px solid #ff8930;
    padding: 1px 3px 0 2px;
    line-height: 11px;
    margin-left: 6px;
}
/*flik remove from google chart*/
svg > g > g:last-child {
    pointer-events: none;
}

.signup-container {
    max-width: 420px;
    margin: auto;
    padding-top: 15px;
}

.confirmation-container {
    max-width: 420px;
    margin: auto;
    padding-top: 50px;
}

.custom-file-uploader {
    position: relative;
}

    .custom-file-uploader input[type='file'] {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: default;
    }

ul.padding-30px {
    padding-inline-start: 30px;
}

ul li {
    margin-bottom: 5px;
}

.confirmation-container.max-width-650 {
    max-width: 650px;
}

.d-flex {
    display: flex !important;
}

.items-center {
    align-items: center;
}

.au-dwn {
    padding: 8px;
}

.border-0 {
    border: 0 !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.checkbox-padding input[type=checkbox], input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
}

.checkbox-padding .control-label {
    font-weight: 400;
    margin-bottom: 0;
}

.terms-modal .modal-body {
    max-height: calc(100vh - 170px);
    overflow: auto;
}

.terms-modal .upper-alpha {
    list-style: upper-alpha;
    padding-left: 25px;
}

.terms-modal .list-style-number {
    list-style: auto;
    padding-left: 15px;
}

.terms-modal .list-style-loweralpha {
    list-style: lower-alpha;
    padding-left: 15px;
}

.terms-modal ul li {
    margin-bottom: 7px;
}

.terms-modal ::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.terms-modal ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #ababab;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dddddd;
}

.close-icon {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 25px;
}

.terms-modal .logo-width {
    margin: auto;
    display: auto;
}

#authorsTable {
    width: 100% !important;
}

    #authorsTable .column-search {
        color: black;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        padding: 5px 10px;
    }

.author-list {
    overflow: auto;
    max-height: 250px;
    border: 1px solid #ccc;
}

.checkbox-align {
    display: flex;
    align-items: center;
    gap: 5px;
}

.announcement-ckeditor .ck-content.ck-editor__editable {
    max-height: 175px;
    overflow-x: hidden;
    overflow-y: auto;
}

.top-1 {
    top: 1.5px;
}
.sticky-search {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}
.consideration-data {
    list-style: decimal;
    padding-left: 16px;
    font-weight: 500;
}

.dashboard-consideration {
    margin-top: 10px;
    padding-left: 16px;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #a7a7a7;
}

.author-list table.dataTable tbody th, .author-list table.dataTable tbody td {
    padding: 8px 13px;
}