/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Sep, 2016, 2:07:27 PM
    Author     : NexGen
*/

/* Logo styling for all dashboards */
.logo-img {
    max-height: 50px;
    max-width: 180px;
    margin: 5px 0;
}

.sidebar-logo {
    max-height: 50px;
    max-width: 90%;
    margin: 10px auto;
    display: block;
}

.mobile-logo-img {
    max-height: 40px;
    max-width: 150px;
    margin-top: 5px;
    margin-left: 100px;
}

.top-logo-area {
    text-align: center;
    padding: 10px 0;
    background-color: #000000;
}

/* Hide sidebar logo in admin panel */
body.fixed-left-void .left.side-menu .top-logo-area {
    display: none !important;
}

/* Fix mobile logo overlap with toggle button */
@media (max-width: 768px) {
    .topbar-left {
        width: 70%;
        z-index: 1;
        padding-left: 50px !important;
    }
    
    .button-menu-mobile {
        z-index: 2;
        position: absolute;
        left: 0;
    }
    
    .logo img.logo-img {
        max-width: 150px;
        margin-left: 250px;
    }
    
    /* Specific fix for admin panel */
    body.fixed-left-void .topbar-left {
        width: 70%;
        padding-left: 60px !important;
    }
}

.topLogo {
    font-size: 22px;
    margin: 10px;
    text-align: center;
}

div.editormenu
{
    position: absolute;
    right: 0;
    top: 0;
}
img.logoImg
{
    width: 200px;
}
form.editForm
{

}
span.NameAppilcant
{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    float: left;
    background: #11b6a3;
    text-align: center;
    font-size: 28px;
    color: white;
}
div.editForm
{
    background: white;
    border: 1px solid #d6d6d6;
    padding: 2%;
    position: absolute;
    z-index: 2;
    display: none;
    width: 100%;
    left: 0;
    top: 0px;
}
div.post
{
    width: 100%;
    height: 435px;
}


div.post img
{
    width: 100%;
    height: 188px;
    object-fit: cover;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/a/ac/No_image_available.svg');
    background-size: 100% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

div.post h2.title
{
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 2;
    color: white;
    background: #256671;
    padding: 5px;
    height: 100px;
}

div.post p.description
{
    color: white;
    background: #1c7d8e;
    padding: 5px;
    height: 100px;
}
div.adonData
{
    position: absolute;
    right: 0;
    /* background: white; */
}

div.adonData div.views
{
    background: #f9434a;
    color: white;
    padding: 5px;
    margin: 5px 15px;
    border-radius: 6px;
}

div.adonData div.views span
{

}
ul.Campaign_list
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.Campaign_list li
{
    float: left;
    width: 100%;
    background: whitesmoke;
    margin: 2px auto;
}

ul.Campaign_list li h1
{
    font-size: 15px;
    margin: 0;
    padding: 10px 0 10px 5px;
    line-height: 1;
    cursor: pointer;
}
h2.title_cust
{
    line-height: 1.3 !important;
    font-size: 15px !important;
    height: 64px !important;
    font-weight: 100;
}

h2.title_cust a
{
    color: white;
}

h2.title_cust a:hover
{
    color: whitesmoke;
}

p.description_custom
{
    height: 40px !important;
    font-size: 12px !important;
}
div.post_cust
{
    height: 270px;
    background: whitesmoke;
    margin: 15px auto;
}
button.btn-cust
{
    position: absolute;
    margin: 5px;
}
ul.Campaign_list li.active
{
    background: #256671;
}
ul.Campaign_list li.active h1
{
    color: white ;
}
div.searchCustom
{
    background: whitesmoke;
    margin: 1% auto;
    padding: 2%;
}
div.actionBts
{
    position: absolute;
    margin: 4px;
}

::-webkit-scrollbar {
    width: 9px;
    height: 7px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #6d5da8;
}
a.downloadCreative
{
    height: 70px;
    text-align: center;
    background: whitesmoke;
    padding: 9px 4px;
    margin: 5px 0 0 6%;
}

a.downloadCreative span.creativeName
{
    width: 100%;
    float: left;
    font-size: 13px;
    color: black;
}
span.newUsers
{
    position: absolute;
    top: 0px;
    right: 8px;
    margin-left: 14px;
    background: red;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 4px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

thead.tophead
{
    /* background: #6D5DA8; */
    color: black !important;
}

thead.tophead th
{
    color: #090909;
    border-left: 1px solid white;
    text-transform: uppercase;
    font-size: 12px;
}

div.searchResult
{
    width: 100%;
    float: left;
}

div.searchResult span.companyName
{
    float: left;
    color: #081e71;
    font-weight: bold;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
}

div.searchResult span.userName
{
    float: left;
    font-size: 12px;
    margin: 3px;
    width: 100%;
}


div.searchResult span.userEmail
{
    float: left;
    font-size: 12px;
    margin: 3px;
    width: 100%;
}

ul.bulkActions
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.bulkActions li
{
    float: left;
    margin: 0 2px 0 2px;
}
ul.bulkActions li a
{
    display: block;
    text-align: center;
    width: 100%;
}

ul.subOptions
{
    position: absolute;
    background: whitesmoke;
    margin: 0;
    padding: 0;
    width: 90px;
    list-style: none;
    display: none;
    border: 1px solid #d6cece;
    z-index: 222;
}
ul.subOptions li
{
    width: 100%;
    border-bottom: 1px solid #e8dede;
}

ul.bulkActions li:hover ul.subOptions
{
    display: block;
}

p.postBackLink
{
    word-break: break-all;
}


ul.FormWizard
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
ul.FormWizard li
{
    float: left;
    padding: 13px;
    background: #ff8d8a;
    color: white;
    margin: 3px;
    width: 15%;
    margin-right: 0px;
    /* text-align: center; */
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
ul.FormWizard li div
{
    text-align: center;
}

ul.FormWizard li:after
{   content: "";
    display: block;

}

div.FormWizardContainer
{
    margin: 0 0 15px 0;
    background: whitesmoke; 
    padding: 7px;
}
ul.FormWizard li.FormWizardactive
{
    background: #6d5da8;
}

ul.FormWizard li.SuccessActive
{ 

    background: #41bd76;
}

div.OfferTabs
{display: none;}

div.ExtraFormGroup
{
    background: whitesmoke;
    padding: 7px 0px;
}

.fuelux .wizard {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-color: #f9f9f9;
    position: relative;
    min-height: 48px;
    overflow: hidden;
}
.fuelux .wizard:before,
.fuelux .wizard:after {
    display: table;
    content: "";
    line-height: 0;
}
.fuelux .wizard:after {
    clear: both;
}
.fuelux .wizard > .steps {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
.fuelux .wizard > .steps.previous-disabled li.complete {
    cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover {
    background: #f3f4f5;
    color: #468847;
    cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
}
.fuelux .wizard > .steps li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 46px;
    line-height: 46px;
    position: relative;
    background: #ededed;
    color: #999999;
    font-size: 16px;
    cursor: not-allowed;
}
.fuelux .wizard > .steps li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}
.fuelux .wizard > .steps li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #ededed;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
}
.fuelux .wizard > .steps li.complete {
    background: #f3f4f5;
    color: #468847;
}
.fuelux .wizard > .steps li.complete:hover {
    background: #e7eff8;
    cursor: pointer;
}
.fuelux .wizard > .steps li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8;
}
.fuelux .wizard > .steps li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}
.fuelux .wizard > .steps li.active {
    background: #f1f6fc;
    color: #3a87ad;
    cursor: default;
}
.fuelux .wizard > .steps li.active .chevron:before {
    border-left: 14px solid #f1f6fc;
}
.fuelux .wizard > .steps li.active .badge {
    background-color: #3a87ad;
}
.fuelux .wizard > .steps li .badge {
    margin-right: 8px;
}
.fuelux .wizard > .steps li .badge-success {
    background-color: #468847;
}
.fuelux .wizard > .steps li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
}
.fuelux .wizard > .actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 46px;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions a {
    line-height: 45px;
    font-size: 12px;
    margin-right: 8px;
}
.fuelux .wizard > .actions .btn-prev[disabled] {
    cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-prev span {
    margin-right: 5px;
}
.fuelux .wizard > .actions .btn-next[disabled] {
    cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-next span {
    margin-left: 5px;
}
.fuelux .wizard .step-content {
    border-top: 1px solid #D4D4D4;
    padding: 10px;
    float: left;
    width: 100%;
}
.fuelux .wizard .step-content .step-pane {
    display: none;
}
.fuelux .wizard .step-content > .active {
    display: block;
}
.fuelux .wizard .step-content > .active .btn-group .active {
    display: inline-block;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
    display: none;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
    margin-left: 0;
}
.block-wizard {
    padding: 0;
}
.fuelux .wizard {
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #ffffff;
}
.fuelux .wizard label.control-label {
    font-weight: 600;
}
.fuelux .wizard .wizard-title {
    margin: 10px 0 0;
}
.fuelux .wizard > .actions {
    line-height: 48px;
    background: #f7f7f7;
    padding: 0;
    font-size: 0;
}
.fuelux .wizard > .actions .btn {
    line-height: 48px;
    border-width: 0;
    border-radius: 0;
    vertical-align: top;
    padding: 0 14px;
    box-shadow: none;
    font-weight: 400;
    color: #949494;
}
.fuelux .wizard > .actions .btn:focus,
.fuelux .wizard > .actions .btn:active {
    box-shadow: none;
    border-width: 0;
}
.fuelux .wizard > .actions .btn:hover {
    background-color: #f7f7f7;
}
.fuelux .wizard > .actions .btn:first-child {
    border-right: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions .btn .icon {
    font-size: 17px;
    line-height: 17px;
    position: relative;
    top: -1px;
    color: #949494;
}
.fuelux .wizard > .actions .btn.btn-previous i {
    margin-right: 5px;
}
.fuelux .wizard > .actions .btn.btn-next i {
    margin-left: 5px;
}
.fuelux .wizard > .steps > li {
    height: 48px;
    background-color: #f7f7f7;
}
.fuelux .wizard > .steps > li .chevron {
    border-left-color: #e0e0e0;
}
.fuelux .wizard > .steps > li .chevron:before {
    border-left: 14px solid #f7f7f7;
}
.fuelux .wizard > .steps li {
    font-size: 15px;
}
.fuelux .wizard > .steps li:first-child {
    border-radius: 0;
}
.fuelux .wizard > .steps li.active {
    background: #ffffff;
    color: #4285f4;
}
.fuelux .wizard > .steps li.active .chevron:before {
    -moz-transform: scale(0.9999);
    border-left: 14px solid #ffffff;
}
.fuelux .wizard > .steps li.complete {
    color: #ffffff;
    background: #4285f4;
}
.fuelux .wizard > .steps li.complete .chevron {
    border-left-color: #1b6cf2;
}
.fuelux .wizard > .steps li.complete .chevron:before {
    border-left: 14px solid #4285f4;
}
.fuelux .wizard > .steps li.complete:hover {
    background: #5c9aff;
}
.fuelux .wizard > .steps li.complete:hover .chevron:before {
    border-left-color: #5c9aff;
}
.fuelux .wizard > .steps li .chevron {
    -moz-transform: scale(0.9999);
}
.fuelux .wizard > .actions button {
    font-size: 12px;
}
.fuelux .wizard > .actions button i {
    font-size: 11px;
    line-height: 17px;
}
.fuelux .wizard > .actions button.btn-prev i {
    margin-right: 3px;
}
.fuelux .wizard > .actions button.btn-next i {
    margin-left: 3px;
}
.fuelux .wizard .step-content {
    padding: 20px 30px;
    clear: both;
    border-top: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
    .wizard-row .fuelux {
        position: static;
    }
}
.step_count{
    background: #48b164;
    padding: 3px 8px;
    margin-right: 9px;
    border-radius: 50%;
    color: white;
}
.fuelux .wizard > .steps li.step_done .chevron:before {
    -moz-transform: scale(0.9999);
    border-left: 14px solid #48b164;
}
.fuelux .wizard > .steps li.step_done {
    background: #48b164;
    color: white;
}

.fuelux .wizard > .steps li {
    width: 16%;
    font-size: 13px;
}

.pro_text{
    color: white !important;
}
.fuelux .wizard > .steps li.currStep {
    background: #ff9800;
    color: white;
}
.fuelux .wizard > .steps li.currStep .chevron:before {
    -moz-transform: scale(0.9999);
    border-left: 14px solid #ff9800;
}



#sidebar-menu > ul > li > a
{
    padding: 10px 25px !important;
    border-bottom: 1px solid whitesmoke;
}
#sidebar-menu > ul > li > a > i
{
    font-size: 14px !important;
}
#sidebar-menu ul ul a
{
    padding: 5px 23px 5px 65px !important;
}
.if_no_report
{
        text-align: center;
    margin: 1%;
}
.custom-label-cls
{
    padding: 0 !important;
}
.macroBtn{
    margin: 2px;
}
img.offer_imagess
{
       width: 100px;
    /* border: 0; */
    /* position: absolute; */
    margin: 35% auto;
    border: 4px solid whitesmoke;
}

.dropdown-menu-lg  div.notification_box
{
    font-size: 12px;
    border: 1px solid #f9f9f9;
}