/* Global Styles */

/* ------------------------------- */

body {
    padding-top: 100px;
    /*background-color: #1a1347;*/ /*new color*/
}
 .columnscss
{
width:150px;
font-weight:bold;
font-family:Verdana;
}
   .tile-stats.tile-brown {
        background: #00c0ef;
        border-radius: 5px;
        padding: 5px;
        padding-left:10px;
        color: #fff;
    }
   .tile-stats .num {
        font-size: 38px;
        font-weight: bold;
    }

@media (min-width:768px) {
    body {
        padding-top: 50px;
    }
}

.divTransactionblock {
    display: block;
    text-align: center;
}

.divTransactionRes {
    display: none;
}

@media (max-width:600px) {
    .divTransactionblock {
        display: none;
    }

    .divTransactionRes {
        display: block;
        text-align: center;
    }
}

/*New Css*/
.highlight {
    background-color: red;
}

/*Table Paging Style*/
.PagingWrapper {
    float: left;
}

    .PagingWrapper span {
        background: repeat scroll 0 0 #fff;
        border: 1px solid #ddd;
        color: #000000;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

        .PagingWrapper span:hover {
            color: white;
            border: 1px solid #111111;
            background-color: #1a1347;
            cursor: pointer;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, ##1a1347), color-stop(100%, #111111));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, ##1a1347 0%, #111111 100%);
            /* Chrome10+,Safari5.1+ */
            background: -moz-linear-gradient(top, ##1a1347 0%, #111111 100%);
            /* FF3.6+ */
            background: -ms-linear-gradient(top, ##1a1347 0%, #111111 100%);
            /* IE10+ */
            background: -o-linear-gradient(top, ##1a1347 0%, #111111 100%);
            /* Opera 11.10+ */
            background: linear-gradient(to bottom, ##1a1347 0%, #111111 100%);
            /* W3C */
        }

        .PagingWrapper span.active {
            color: #ccc;
            cursor: default;
            background: repeat scroll 0 0 #fff;
            border: 1px solid #ddd;
        }

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 100px;
    float: right;
}

/*new css srt*/
.newdatetimelabel {
    margin-right: 15px;
}

.newdatetime {
    width: 229px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-group-addon:last-child {
    border-left: 0;
}

span.input-group-addon {
    /* max-height: 6%; */
}

.new-button-css {
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

element.style {
}

span.glyphicon.glyphicon-calendar {
    height: -21px;
}

.form-group span {
    line-height: 30px;
}

.control-label2 {
    line-height: 40px !important;
    font-weight: bold;
}

.new-control-label2 {
    line-height: 17px !important;
    font-size: 14px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

Pseudo ::before element .glyphicon-calendar:before {
    content: "\e109";
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-group-addon {
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
}

.glyphicon-calendar:before {
    content: "\e109";
}



/*new css end spen*/
/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

.processRequest {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100000;
    text-align: center;
}

    .processRequest .loader {
        position: relative;
        top: 47%;
        /*color: #16a085;*/
        color: #ffffff;
        font-size: 70px;
    }

@media (min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        /*min-height: 1300px;*/
        border-left: 1px solid #e7e7e7;
    }
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 15px;
    }

    .navbar-top-links li a {
        padding: 15px;
        min-height: 50px;
    }

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

.navbar-static-side ul li {
    border-bottom: 1px solid #48426c; /*nnn*/
}

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    /*border-bottom: none !important;*/ /*comment*/
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 52px;
    }

@media (min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: fixed;
        width: 250px;
        padding-top: 55px;
        top: 0;
        bottom: 0;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media (max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media (max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    /*color: inherit;
    background-color: transparent;
    transition: all .5s;*/
}

.btn-primary.btn-outline {
    /*color: #428bca;*/
}

.btn-primary.btn-outline1 {
    /*color: #428bca;*/
    width: 270px;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        /*color: #fff;*/
        /*new*/
    }

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 5%; /*chnge*/
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

    table.dataTable thead .sorting_asc:after {
        /*content: "\f0de";*/
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        /*content: "\f0dd";*/
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        /*content: "\f0dc";*/
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.chkList label {
    margin-left: 5px;
}

.radio {
    margin-top: 3px !important;
}

    .radio label {
        line-height: 1.42857;
    }


/*new css start*/



.mz-img-new {
    background-image: url(../../Images/left2.png);
    background-repeat: no-repeat;
}


.mz-new {
    color: #f1592a;
    font-size: 16px;
}

.mz-new-redeem {
    color: #f1592a;
    font-size: 16px;
    margin-left: 15px;
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0px solid #F4F4F4;
    color: #444;
    padding-bottom: 50px;
}

    .box .box-header::before, .box .box-header::after {
        display: table;
        content: " ";
    }

.box .box-body {
    padding: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination1 a {
    background-color: #5cb85c;
    margin-left: 8px;
    display: inline-block;
    color: black;
    background: #E8E7EC;
    /*border: 1px solid #EFEFEF;*/
    /*margin-bottom: 0;*/
    font-weight: 800;
    text-align: center;
    /*vertical-align: middle;*/
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 8px;
}

.pagination1 span {
    background-color: #1A1347;
    display: inline-block;
    margin-left: 8px;
    color: white;
    background: #F1592A;
    /*border: 1px solid #1A1347;*/
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 8px;
}

.box {
    position: relative;
    background: white;
    border-top: 2px solid #C1C1C1;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

    .box.box-danger {
        border-top-color: #f56954;
    }

    .box .box-header > .fa {
        display: inline-block;
        padding: 10px 0px 10px 10px;
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        float: left;
        cursor: default;
    }

    .box .box-header .box-title {
        display: inline-block;
        padding: 10px 0px 10px 10px;
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        float: left;
        cursor: default;
    }



.new-tr-color table tbody tr th {
    color: #fff;
}


.btn-primary:hover {
    color: #1A1347;
}


.logo {
    text-align: center;
    margin-top: 30%;
}

.small-box.bg-aqua {
    border: 1px solid gainsboro;
    border-radius: 8px;
    text-align: center;
}

.small-box.bg-green {
    border: 1px solid gainsboro;
    border-radius: 8px;
    text-align: center;
}

.small-box.bg-yellow {
    border: 1px solid gainsboro;
    border-radius: 8px;
    text-align: center;
}

.small-box.bg-red {
    border: 1px solid gainsboro;
    border-radius: 8px;
    text-align: center;
}

.new-spase {
    margin-top: 30px;
    margin-bottom: 30px;
}

.new-spase-top {
    margin-top: 10%;
    margin-bottom: 10px;
}

.bg-aqua img {
    margin-top: -77px;
}

.bg-green img {
    margin-top: -76px;
}

.bg-yellow img {
    margin-top: -77px;
}

.bg-red img {
    margin-top: -76px;
}

.new-tr-color {
    background-color: #1a1347;
    color: #fff;
    /*border-bottom: 3px solid #ED5A2E;*/
}

.new-bg-color {
    background-color: #d2e5f3;
    color: #393260;
}

.ForHtmlTable tr:nth-child(even) {
    background: #d2e5f3;
    color: #393260;
}
/*.ForHtmlTable tbody tr:last-child {

.ForHtmlTable tbody tr:last-child {
    background: #fff;
    color: #000;
}*/




.nav > li > a {
    color: #fff;
}

.box .box-header > .box-tools {
    padding: 5px 10px 5px 5px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

    .small-box.bg-yellow {
        margin-top: 35%;
    }

    .small-box.bg-red {
        margin-top: 35%;
    }

    .small-box.bg-aqua {
        margin-top: 10%;
    }

    .small-box.bg-green {
        margin-top: 10%;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .small-box.bg-yellow {
        margin-top: 33%;
    }

    .small-box.bg-red {
        margin-top: 33%;
    }

    .table-scrol {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #DDD;
        margin-left: 0px;
    }

    .mz-img-new {
        background-image: none;
    }

    .footer {
        display: none;
    }
}

@media screen and (min-width: 300px) and (max-width: 499px) {
    .small-box.bg-yellow {
        margin-top: 55%;
    }

    .small-box.bg-red {
        margin-top: 55%;
    }

    .mz-img-new {
        background-image: none;
    }



    .small-box.bg-aqua {
        margin-top: 20%;
    }

    .small-box.bg-green {
        margin-top: 20%;
    }

    .inner h3 p {
        font-size: 21px;
        font-weight: normal;
        color: #1A1347;
    }

    .table-scrol {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #DDD;
        margin-left: 0px;
    }
}

.footer {
    /*height: 4em;*/
    width: 100%;
    margin-bottom: 10px;
}

    .footer a {
        color: #F1592A;
    }

 
.footer, .push {
    /*height: 4em;*/ /* .push must be the same height as .footer */
    clear: both;
    width: 165px;
    text-align: center;
    float: left;
    /*font: 10px Verdana, Arial;*/
    font: 12px Arial;
    /*background-color: #497097;*/
    color: #aaa7bb !important;
    margin-left: 40px;
    position: absolute;
    bottom: 0px;
}

.pnlControl {
    font-family: Arial, Helvetica, sans-serif;
    /*color:cccccc; 
opacity:0.;*/
    font-size: 12px;
    scrollbar-face-color: #292929 !important;
    scrollbar-highlight-color: #1a1347 !important;
    scrollbar-3dlight-color: #d2e5f3 !important;
    scrollbar-shadow-color: #1a1347 !important;
    scrollbar-darkshadow-color: #202020 !important;
    scrollbar-track-color: #d2e5f3 !important;
    scrollbar-arrow-color: #d2e5f3 !important;
}
/*new css end*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }

.navbar-sidemenu {
    height: 100%;
}

.slimScrollDiv {
    padding-bottom: 40px;
}








.top-boxes {
    display: inline-block;
    text-align: center;
    margin-left: 0%;
    width: 19%;
}

.topBoxesWidth {
     width: 14% !important;
}

.top-icon {
    width: 40%;
    margin: auto;
    border-radius: 200px;
    border: 1px solid #999;
    background: #fff;
    padding: 9%;
    position: relative;
}

.top-boxes img {
    width: 100%;
}

.top-boxes .top-cont {
    width: 97%;
    margin-top: -34px;
    border: 1px solid #999;
    border-radius: 5px;
    padding-bottom: 10%;
}

.top-boxes h1 {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    margin-top: 25%;
    font-size: 18px;
    color: #1a1347;
    font-weight: normal;
}

.top-boxes h2 {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 24px;
    color: #f1592a;
    font-weight: normal;
}

.top-boxes span {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 24px;
    color: #f1592a;
    font-weight: normal;
}



@media (max-width: 780px) {

    .topBoxesWidth {
    width: 28% !important;
}

    .top-boxes {
        /* width: 234px; */
        /* min-height: 300px; */
        display: inline-block;
        text-align: center;
        margin-left: 0%;
        width: 32%;
        margin-top: 5%;
    }

        .top-boxes .top-icon {
            width: 20%;
            /* height: 49%; */
            margin: auto;
            border-radius: 200px;
            padding: 5%;
        }

        .top-boxes img {
            width: 100%;
        }

        .top-boxes .top-cont {
            width: 97%;
            margin-top: -34px;
            border: 1px solid #999;
            border-radius: 5px;
            padding-bottom: 10%;
        }

        .top-boxes h1 {
            margin-top: 27%;
            font-size: 115%;
        }

        .top-boxes h2 {
            font-size: 180%;
        }
}

@media (max-width: 600px) {

    .topBoxesWidth {
    width: 24% !important;
}

    .top-boxes .top-cont {
        width: 97%;
        margin-top: -25px;
        border: 1px solid #999;
        border-radius: 5px;
        padding-bottom: 10%;
    }
}

@media (max-width: 500px) {
    .topBoxesWidth {
    width: 32% !important;
}

    .top-boxes .top-boxes {
        /* width: 234px; */
        /* min-height: 300px; */
        display: inline-block;
        text-align: center;
        margin-left: 0%;
        width: 49%;
        margin-top: 5%;
    }

    .top-boxes .top-icon {
        width: 20%;
        /* height: 49%; */
        margin: auto;
        border-radius: 200px;
        padding: 5%;
    }

    .top-boxes img {
        width: 100%;
    }

    .top-boxes .top-cont {
        width: 97%;
        margin-top: -34px;
        border: 1px solid #999;
        border-radius: 5px;
        padding-bottom: 10%;
    }

    .top-boxes h1 {
        margin-top: 20%;
        font-size: 115%;
    }

    .top-boxes h2 {
        font-size: 180%;
    }
}

@media (max-width: 380px) {
    
    .topBoxesWidth {
    width: 49% !important;
    }

    .top-boxes {
        /* width: 234px; */
        /* min-height: 300px; */
        display: inline-block;
        text-align: center;
        margin-left: 0%;
        width: 100%;
        margin-top: 5%;
    }

        .top-boxes .top-icon {
            width: 20%;
            /* height: 49%; */
            margin: auto;
            border-radius: 200px;
            padding: 5%;
        }

        .top-boxes img {
            width: 100%;
        }

        .top-boxes .top-cont {
            width: 97%;
            margin-top: -34px;
            border: 1px solid #999;
            border-radius: 5px;
            padding-bottom: 10%;
        }

        .top-boxes h1 {
            margin-top: 20%;
            font-size: 115%;
        }

        .top-boxes h2 {
            font-size: 180%;
        }
}

@media all and (min-width: 781px) and (max-width:1280px){
        .top-boxes h1 {
   font-size: 15px;
}
    .topBoxesWidth {
    width: 13% !important;
}

}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

.no-border {
    border: none;
}

.orange {
    background-color: #F1592A !important;
    color: #fff;
}


.no-margin {
    margin-bottom: 0px!important;
}

.row-bg {
    background: #e8e7ec;
    height: 30px !important;
}

    .row-bg .control-label, .row-bg .control-label2 {
        display: block;
        line-height: 30px !important;
        margin-bottom: 0;
    }

.margin {
    margin-top: 15px;
}

#Promotion-Email-wizard .nav-pills a {
    color: #428bca;
    outline: medium none;
}

    #Promotion-Email-wizard .nav-pills a:focus {
        color: #428bca !important;
        background: #fff;
        cursor: default;
    }

    #Promotion-Email-wizard .nav-pills a:hover {
        color: #428bca !important;
        background: #fff;
        cursor: default;
    }

#Promotion-Email-wizard .nav-pills li.active a:focus {
    color: #ffffff !important;
    background: #428bca;
    cursor: pointer;
}

#Promotion-Email-wizard .nav-pills li.active a:hover {
    color: #ffffff !important;
    background: #428bca;
    cursor: pointer;
}

#Promotion-Email-wizard .nav-pills a:hover, #Promotion-Email-wizard .nav-pills li.active a {
    color: #ffffff;
}

.wysihtml5-toolbar .btn-sm {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

    .wysihtml5-toolbar .btn-sm:hover {
        border-color: #666;
    }

#Promotion-Email-wizard .navbar {
    margin-bottom: 0;
    min-height: 40px;
}

#tblCustomers td:nth-child(7) {
    text-align: center;
}

#tblCustomers td.dataTables_empty {
    text-align: left;
}

.nav > li.disabled {
    opacity: 40;
    pointer-events: none;
}

    .nav > li.disabled > a:hover {
        cursor: default;
        text-decoration: none;
        background-color: inherit;
    }

.col-lg-6 .col-lg-4, .col-lg-6 .col-lg-8 {
    padding: 0;
}

#custom-row .row .col-lg-12 .col-lg-4, .row .row .col-lg-12 .col-lg-8 {
    padding: 0;
}

.templateViewerloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 100000;
    text-align: center;
}

    .templateViewerloader .loader {
        position: relative;
        color: #ffffff;
        font-size: 45px;
    }

.CutomerEmails {
    border: 1px solid #ccc;
    width: 100%;
    max-height: 390px;
    min-height: 30px;
    overflow: auto;
}

    .CutomerEmails span {
        background-color: #f5f5f5;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        height: 26px;
        line-height: 24px;
        white-space: nowrap;
        padding: 0px 8px;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 5px;
        display: inline-block;
    }

        .CutomerEmails span:last-child {
            margin-bottom: 5px;
        }

.tblfixedheader .DTFC_RightBodyLiner {
    overflow: hidden;
}

    .tblfixedheader .DTFC_RightBodyLiner > table {
        margin-top: 0 !important;
    }

.tblfixedheader table {
    border-collapse: separate;
}

 .displaynone {
        display: none;
    }

/*@media (max-width: 1280) {


}*/

