/* ui team */

@media only screen and (max-width: 1400px) {
    ul.sidebar-menu.sidebar-multiple {
        overflow: auto;
        height: 82vh;
    }
}

ul.sidebar-menu.sidebar-multiple::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
}

ul.sidebar-menu.sidebar-multiple::-webkit-scrollbar-button {
    display: none;
}

ul.sidebar-menu.sidebar-multiple::-webkit-scrollbar {
    width: 4px;
}


/* end of ui team */


/* Stripo code */

nav.listView1 ul li.active:before {
    width: 4.3% !important;
    height: 4px;
    content: "";
    background: #ffa200;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list_view {
    /* float: right; */
    position: relative;
    top: 52px;
    background-color: #04448d;
    right: 70px;
    /* width: 100%; */
    /* width: unset; */
}

ul.listView {
    background-color: #04448d;
    position: absolute;
    /* float: left; */
    width: 100%;
    /* left: 11px; */
}

li#viewGroup {
    position: relative;
    left: 74%;
    top: -2px;
}

#viewGroup a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

#viewList a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

li#viewList {
    position: relative;
    left: 68%;
    top: 17px;
}

#externalSystemContainer {
    /* background-color: darkgrey;
  padding: 5px 0 5px 20px; */
    /* background-color: #101010; */
    padding: 14px 0 31px 20px;
    background-color: #515658;
    height: 55px;
    padding: 0 15px 0 20px;
    color: white;
    text-align: left;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

button#compileHtmlClient {
    margin-top: 10px;
    position: relative;
    float: right;
    min-width: 100px;
    font-weight: 500 !important;
    vertical-align: middle;
    padding: 6px 10px;
    margin-right: 5px;
    font-family: inherit;
    background-color: #6AB7E6;
    color: white;
    border: 1px solid #6AB7E6;
    cursor: pointer;
    font-weight: 700;
    outline: none;
    padding: 6px 12px;
    /* font-size: 1rem; */
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

#undoButton,
#redoButton {
    display: none;
}

#stripoSettingsContainer {
    width: 400px;
    float: left;
}

#stripoSettingsContainer22 {
    width: 400px;
    float: left;
}

.modal-dialog {
    width: auto;
}

#stripoPreviewContainer {
    width: calc(100% - 400px);
    float: left;
    /* height: 600px !important; */
    /* height: auto !important; */
}

#stripoPreviewContainer22 {
    width: calc(100% - 400px);
    float: left;
}

.notification-zone {
    position: fixed;
    width: 400px;
    z-index: 99999;
    right: 20px;
    bottom: 80px;
}

.control-button {
    border-radius: 17px;
    padding: 5px 10px;
    border-color: grey;
}

#changeHistoryLink {
    cursor: pointer;
}


/**** Reset Code Begin ****/

.player button.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
    font-size: 14px;
    color: #646464 !IMPORTANT;
    line-height: 14px;
    /* opacity: .6; */
    border: 1px solid #cccccc;
    background: transparent !IMPORTANT;
}

.player .dropdown-menu>.active>a {
    background-color: transparent;
    color: #000;
}

.player .multiselect-container.dropdown-menu {
    overflow-y: scroll;
}

.player .multiselect-container>li>a>label>input[type=checkbox] {
    position: relative;
    top: 9px;
}

.player .multiselect-container {
    width: 100%;
    height: 150px;
}

.multiselect-container li {
    border-bottom: none !important;
}

.player .multiselect-container>li>a>label {
    padding: 2px !important;
}

.player .multiselect-selected-text {
    opacity: .6;
}

.player b.caret {
    float: right;
    font-size: 49px;
}

.player.btn:hover,
.player button.btn:hover {
    background: none !important;
    /* border: none !important; */
}

html,
body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 100%;
    /* -webkit-text-size-adjust: 100%; */
    /* -ms-text-size-adjust: 100%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-family: 'proxima_nova_rgregular' !important;
    /* -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; */
    height: 100%;
}

* {
    margin: 0;
    padding: 0
}

::selection {
    color: #FFFFFF;
    background: #99adc1;
}

::-moz-selection {
    color: #FFFFFF;
    background: #99adc1;
}

[role="button"] {
    cursor: auto;
}

body {
    background-color: #003366;
    font-family: 'proxima_nova_rgregular'!important;
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
    min-height: 100%;
}

body.dashboard-template {
    background-color: #e9eef1;
}

body.dashboard-template.blue-bg {
    background-color: #e9eef1 !important;
}

body.blue-bg {
    background-color: #003366;
}

body.dashboard-template footer {
    display: none;
}

section,
div,
p,
a {
    font-weight: normal;
}

p {
    font-family: 'proxima_nova_rgregular'!important;
    /* font-size: 14px; */
    /* line-height: 24px; */
    font-weight: normal;
    /*color: #ffffff;*/
    /*letter-spacing: 1px;*/
}

h1,
h2,
h3 {
    font-weight: normal;
    letter-spacing: 0px;
}

a:active,
a:focus,
a:hover {
    outline: 0
}

a {
    cursor: pointer;
    outline: 0;
    background-color: transparent;
    text-decoration: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

sub,
sup {
    /* position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline*/
}

ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

svg:not(:root) {
    overflow: hidden
}

.strike {
    text-decoration: line-through;
}

.clear {
    clear: both
}

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

b {
    font-family: 'proxima_nova_rgbold';
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
label,
select,
button {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    /* Browsers have different default form fonts */
    font-size: 14px;
    font-family: 'proxima_nova_rgregular' !important;
}

textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    /*white-space:normal;*/
    background: none;
    line-height: 1;
    /* Browsers have different default form fonts */
    font-size: 14px;
    font-family: 'proxima_nova_rgregular' !important;
}


/* Remove the stupid outer glow in Webkit */

input:focus {
    outline: 0;
}


/* Box Sizing Reset
-----------------------------------------------*/


/* All of our custom controls should be what we expect them to be */

input,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* These elements are usually rendered a certain way by the browser */

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio] {
    width: 13px;
    height: 13px;
}


/* Search Input
-----------------------------------------------*/


/* Make webkit render the search input like a normal text field */

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}


/* Turn off the recent search for webkit. It adds about 15px padding on the left */

::-webkit-search-decoration {
    display: none;
}


/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    /* Fix IE7 display bug */
    overflow: visible;
    width: auto;
}


/* IE8 and FF freak out if this rule is within another selector */

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

button::-moz-focus-inner {
    border: 0;
}

::-moz-focus-inner {
    border: 0;
}

select::-ms-expand {
    display: none !important
}

select {
    -moz-outline: none
}

@-moz-document url-prefix() {
    select {
        color: transparent !important;
        text-shadow: 0 0 0 #646464 !important
    }
}


/* Textarea
-----------------------------------------------*/

textarea {
    /* Move the label to the top */
    vertical-align: top;
    /* Turn off scroll bars in IE unless needed */
    overflow: auto;
}


/* Selects
-----------------------------------------------*/

select[multiple] {
    /* Move the label to the top */
    vertical-align: top;
}

[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0;
}

[placeholder]:focus:-ms-input-placeholder {
    opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
    opacity: 0;
}

::-moz-placeholder {
    color: #979797;
    opacity: 1;
    font-weight: normal !important;
}

:-ms-input-placeholder {
    color: #979797;
    font-weight: normal !important;
}

::-webkit-input-placeholder {
    color: #979797;
    font-weight: normal !important;
}

.pre-space {
    white-space: pre;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.image-responsive {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.noscript {
    margin-top: 150px;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
}


/**Reset Code End**/

header.login-header {
    height: 83px;
    background: #ffffff;
    text-align: center;
    padding: 30px 0 29px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
}

header.login-header a {
    line-height: 1;
}


/**** Login Header End*****/

.maincontent-wrapper {
    /*min-height: 700px;*/
    /*height:100%;*/
}

.login-box {
    width: 340px;
    color: rgb(255, 255, 255);
    margin: 196px auto 0px;    /* margin: 0 auto;
   padding-top: 196px;
    color: #ffffff;
    height: 100vh;
    background-color: pink;
    justify-content: center;
    display: flex;
    flex-direction: column; */
}
.login_main{
    margin: 0 auto;
     color: #ffffff;
     height: 100vh;
     background-color:#003366;
     display: flex;
     flex-direction: column;
     width: 100%;
    }
.first-login-box {
    width: 440px;
    margin: 0 auto;
    margin-top: 145px;
    color: #666666;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 50px 30px 30px;
    box-sizing: border-box;
}

.login-heading {
    margin-bottom: 31px;
    display: inline-block;
    width: 100%;
}

.login-heading h1 {
    font-family: 'proxima_novasemibold';
    font-size: 28px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 18px;
}

.login-heading p {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

.login-box a {
    color: #ffffff;
}

.first-login-box .login-heading h1 {
    color: #565656;
}

.first-login-box .login-heading p {
    color: #565656;
    letter-spacing: 0px;
    padding: 0;
}


/*.login-box input{
	background:#ffffff;
	padding: 11px 12px;
    border:1px solid #ffffff;
    color: #000;
    display: block;
    width: 100%;
    margin: auto;
    margin-top:5px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    outline: none;
	box-shadow:none;
	-moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-sizing:border-box;

}*/

.fg-pwd {
    margin-bottom: 28px;
}

.form-field {
    display: inline-block;
    width: 100%;
    position: relative;
}

.btn,
button.btn,
input.btn {
    outline: none;
    appearance: button;
    -webkit-appearance: button;
    -moz-appearance: button;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
    border: 2px solid #04366f;
    font-size: 15px;
    height: 40px;
    font-family: 'proxima_nova_rgregular' !important;
    color: #04366f;
}

a.btn {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
    border: 2px solid #04366f;
    font-size: 15px;
    height: 40px;
    font-family: 'proxima_nova_rgregular' !important;
    color: #04366f;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
    position: relative;
}

.btn:hover,
button.btn:hover,
a.btn:hover,
input.btn:hover {
    border: 2px solid #04366f;
    background: #04366f;
    color: #ffffff;
}

.tc-box .btn.btn-active {
    background: #04366f;
    color: #ffffff;
}

.tc-box .btn {
    width: 120px;
    height: 40px;
    border: 1px solid #04366f;
    line-height: 28px;
}

.input-field .btn {
    background: #15cd72;
    border: 2px solid #15cd72;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 12px 0px;
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-family: 'proxima_nova_rgbold';
}

.input-field .btn[disabled] {
    opacity: 1;
}

.input-field .btn:hover {
    background: #00a552;
    border-color: #00a552;
}

.form-field .input-field,
.form-field .number-field,
.form-field .textarea-field,
.form-field .select-field {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    height: 60px;
    padding: 0 15px;
    outline: none;
    -moz-outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333333;
    font-size: 12px;
    -webkit-appearance: none;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 19px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 20px;
    box-shadow: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
}

.form-field .textarea-field {
    padding: 10px 10px;
    height: 115px;
    resize: none;
}

.form-field .select-field {
    color: #646464;
    background-image: url('../images/icon-select.png');
    background-repeat: no-repeat;
    background-position: 93%;
}

.form-field .select-field:focus {
    color: #646464;
    background-image: url('../images/icon-select-hover.png');
    border: 1px solid #003366;
}

.form-field .input-multiSelect {
    color: #646464;
    background-image: url('../images/icon-select.png');
    background-repeat: no-repeat;
    background-position: 93%;
}

.form-field .input-multiSelect:focus {
    color: #646464;
    background-image: url('../images/icon-select-hover.png');
    border: 1px solid #003366;
}

.form-control-view .form-field .select-field:focus {
    border: 1px solid #003366 !important;
}

.form-field input.validate.input-field:focus.ng-invalid {
    /*border:1px solid #ffffff;*/
    border-color: #ffffff;
}


/*.form-field input.validate.input-field.ng-invalid.ng-touched{
	border:2px solid #ffffff;
	border-color:#d71d1d;
}*/

.form-field input.validate.input-field:focus.ng-valid {
    /*border:1px solid #00cc66;*/
    border-color: #ffffff;
}

.ng-submitted input.validate.input-field.ng-empty.ng-invalid {
    /*border: 2px solid #ffffff;*/
    border-color: #d71d1d;
}

.first-login-box .ng-submitted input.validate.input-field.ng-invalid.ng-touched {
    /* border: 2px solid #ffffff; */
    border-color: #d71d1d;
}

.ng-submitted .select-field.ng-empty.ng-invalid {
    /*border: 1px solid #ffffff;*/
    border-color: #d71d1d;
}

.ng-submitted .select-field.ng-invalid {
    /*border: 1px solid #ffffff;*/
    border-color: #d71d1d;
}

.form-field .input-field:focus,
.form-field .tel-number-field:focus,
.form-field .textarea-field:focus,
.form-field .select-field:focus,
.form-field .input-field2:focus {
    border: 2px solid #003366;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.first-login-box .form-field input.input-field.ng-invalid {
    border-color: #eaeaea;
}

.first-login-box .form-field input.input-field.ng-invalid.ng-touched {
    border-color: #eaeaea;
}

.first-login-box .form-field input.validate.input-field:focus.ng-valid {
    /*border:2px solid #003366;*/
    border-color: #003366;
}

.first-login-box .form-field input.validate.input-field:focus.ng-invalid {
    /*border:2px solid #003366;*/
    border-color: #003366;
}

.first-login-box .form-field input.validate.input-field:focus {
    /*border:2px solid #003366;*/
    border-color: #003366;
}

.first-login-box .form-field input.validate.input-field.ng-touched:focus {
    /*border:2px solid #003366;*/
    border-color: #003366;
}

.ng-submitted input.validate.input-field.ng-empty.ng-invalid {
    /*border: 2px solid #ffffff;*/
    border-color: #d71d1d;
}

.border-red {
    border-color: #d71d1d !important;
}

.upwdbtn {
    margin-top: 10px;
}

.copyright {
    margin: auto;
    position: absolute;
    bottom: 15%;
    margin: auto;
    width: 100%;
    color: #ffffff;
    display: none;
}

.first-login-box .input-field {
    border-color: #eaeaea;
}

.first-login-box .input-field {
    border-color: #eaeaea;
}

.first-login-box form {
    padding: 0 20px;
    box-sizing: border-box;
}

.success-icon {
    margin-bottom: 30px;
    margin-top: 3px;
}

.tc-box {
    width: 640px;
    margin: 0 auto;
    margin-top: 145px;
    color: #666666;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 50px 50px 40px;
    box-sizing: border-box;
}

.tc-box .login-heading {
    margin-bottom: 16px;
}

.tc-box .login-heading h1 {
    color: #04366f;
    margin-bottom: 16px;
}

.tc-box .login-heading p {
    color: #565656;
    letter-spacing: 0px;
    padding: 0 35px;
}

.tc-content-box {
    border: 1px solid #eaeaea;
    padding: 17px 4px 20px 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.tc-content-box h2 {
    color: #565656;
    font-family: 'proxima_novasemibold';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
}

.tc-content-box p {
    color: #808080;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 22px;
}

.tc-content-box .overflow-content {
    max-height: 240px;
    overflow: auto;
}

.tc-box .btn:nth-child(2) {
    margin: 0 6.5px;
}


/******* Admin Page ******/

body.admin-layout {
    background: #e9eef1;
}

header.admin-header {
    background-color: #04366f;
    color: #ffffff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.main-sidebar {
    width: 160px;
    background: #ffffff;
    height: 100%;
    float: left;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1;
    /* overflow-y: auto; */
    transition: all 0.3s;
}

.admin-logo {
    margin: 39px 0 26px;
}

.sidebar-menu-scroll {}

.main-sidebar ul.sidebar-menu>li>img {
    display: block;
    margin: 10px auto;
}

.main-sidebar ul.sidebar-menu>li>img.active {
    display: none;
}

ul.sidebar-menu>li {
    margin-bottom: 12px;
}

ul.sidebar-menu.sidebar-multiple>li {
    text-align: left;
    margin-left: 25px;
}

ul.sidebar-menu li a {
    color: #cacaca;
    font-size: 14px;
    font-family: 'proxima_nova_rgregular'!important;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-weight: 600;
}

ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
    text-decoration: none !important;
}

ul.sidebar-menu li span.menu-icons {
    width: 35px;
    height: 34px;
    text-align: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    margin-bottom: 9px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul.sidebar-menu li.dashboard-menu span.menu-icons {
    background-image: url("../images/dashboard.png")
}

ul.sidebar-menu li.campaigns-menu span.menu-icons {
    background-image: url("../images/campaigns.png");
}

ul.sidebar-menu li.campaigns-recurring-menu span.menu-icons {
    background-image: url("../images/recurring.png");
}

ul.sidebar-menu li.creatives-menu span.menu-icons {
    background-image: url("../images/creative.png");
}

ul.sidebar-menu li.advertisers-menu span.menu-icons {
    background-image: url("../images/advertiser-grey.png");
}

ul.sidebar-menu li.publishers-menu span.menu-icons {
    background-image: url("../images/publishers.png")
}

ul.sidebar-menu li.reports-menu span.menu-icons {
    background-image: url("../images/reports.png")
}

ul.sidebar-menu li.settings-menu span.menu-icons {
    background-image: url("../images/settings.png")
}

ul.sidebar-menu li.users-menu span.menu-icons {
    background-image: url("../images/users.png")
}

ul.sidebar-menu li.supperssion-menu span.menu-icons {
    background-image: url("../images/suppression.png")
}

ul.sidebar-menu li.help-menu span.menu-icons {
    background-image: url("../images/help.png")
}

ul.sidebar-menu li.contact-menu span.menu-icons {
    background-image: url("../images/contacts-menu.png")
}

ul.sidebar-menu li.billing-menu span.menu-icons {
    background-image: url("../images/billing-grey.png")
}

ul.sidebar-menu li.payment-menu span.menu-icons {
    background-image: url("../images/payments2-grey.png")
}

ul.sidebar-menu li.adminui-dashboard-menu span.menu-icons {
    background-image: url("../images/dashboard.png")
}

ul.sidebar-menu li.adminui-inbox-menu span.menu-icons {
    background-image: url("../images/deliverui-inbox-grey.png")
}

ul.sidebar-menu li.adminui-sent-menu span.menu-icons {
    background-image: url("../images/deliverui-sent-grey.png")
}

ul.sidebar-menu li.adminui-menu span.menu-icons {
    background-image: url("../images/deliverui-grey.png")
}

ul.sidebar-menu li.adminui-host-menu span.menu-icons {
    background-image: url("../images/deliverui-host-grey.png")
}

ul.sidebar-menu li.dashboard-menu a:hover span.menu-icons,
ul.sidebar-menu li.dashboard-menu a.active span.menu-icons {
    background-image: url("../images/dashboard-active.png")
}

ul.sidebar-menu li.campaigns-menu a:hover span.menu-icons,
ul.sidebar-menu li.campaigns-menu a.active span.menu-icons {
    background-image: url("../images/campaigns-active.png")
}

ul.sidebar-menu li.advertisers-menu a:hover span.menu-icons,
ul.sidebar-menu li.advertisers-menu a.active span.menu-icons {
    background-image: url("../images/advertiser-blue.png")
}

ul.sidebar-menu li.publishers-menu a:hover span.menu-icons,
ul.sidebar-menu li.publishers-menu a.active span.menu-icons {
    background-image: url("../images/publishers-active.png")
}

ul.sidebar-menu li.reports-menu a:hover span.menu-icons,
ul.sidebar-menu li.reports-menu a.active span.menu-icons {
    background-image: url("../images/reports-active.png")
}

ul.sidebar-menu li.settings-menu a:hover span.menu-icons,
ul.sidebar-menu li.settings-menu a.active span.menu-icons {
    background-image: url("../images/settings-active.png")
}

ul.sidebar-menu li.users-menu a:hover span.menu-icons,
ul.sidebar-menu li.users-menu a.active span.menu-icons {
    background-image: url("../images/users-active.png")
}

ul.sidebar-menu li.supperssion-menu a:hover span.menu-icons,
ul.sidebar-menu li.supperssion-menu a.active span.menu-icons {
    background-image: url("../images/suppression-active.png")
}

ul.sidebar-menu li.help-menu a:hover span.menu-icons,
ul.sidebar-menu li.help-menu a.active span.menu-icons {
    background-image: url("../images/help-active.png")
}

ul.sidebar-menu li.contact-menu a:hover span.menu-icons,
ul.sidebar-menu li.contact-menu a.active span.menu-icons {
    background-image: url("../images/contacts-menu-active.png")
}

ul.sidebar-menu li.billing-menu a:hover span.menu-icons,
ul.sidebar-menu li.billing-menu a.active span.menu-icons {
    background-image: url("../images/billing-blue.png")
}

ul.sidebar-menu li.payment-menu a:hover span.menu-icons,
ul.sidebar-menu li.payment-menu a.active span.menu-icons {
    background-image: url("../images/payments2-blue.png")
}

ul.sidebar-menu li.adminui-dashboard-menu a:hover span.menu-icons,
ul.sidebar-menu li.adminui-dashboard-menu a.active span.menu-icons {
    background-image: url("../images/dashboard-active.png")
}

ul.sidebar-menu li.adminui-inbox-menu a:hover span.menu-icons,
ul.sidebar-menu li.adminui-inbox-menu a.active span.menu-icons {
    background-image: url("../images/deliverui-inbox-blue.png")
}

ul.sidebar-menu li.adminui-sent-menu a:hover span.menu-icons,
ul.sidebar-menu li.adminui-sent-menu a.active span.menu-icons {
    background-image: url("../images/deliverui-sent-blue.png")
}

ul.sidebar-menu li.adminui-menu a:hover span.menu-icons,
ul.sidebar-menu li.adminui-menu a.active span.menu-icons {
    background-image: url("../images/deliverui-blue.png")
}

ul.sidebar-menu li.adminui-host-menu a:hover span.menu-icons,
ul.sidebar-menu li.adminui-host-menu a.active span.menu-icons {
    background-image: url("../images/deliverui-host-blue.png")
}

ul.sidebar-menu li.campaigns-recurring-menu a:hover span.menu-icons,
ul.sidebar-menu li.campaigns-recurring-menu a.active span.menu-icons {
    background-image: url("../images/recurring_active.png")
}

ul.sidebar-menu li.creatives-menu a:hover span.menu-icons,
ul.sidebar-menu li.creatives-menu a.active span.menu-icons {
    background-image: url("../images/creative_active.png")
}

ul.sidebar-menu li a:hover,
ul.sidebar-menu li a.active {
    color: #223a6c;
}

ul.sidebar-menu li a:hover img.active {
    display: block;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul.sidebar-menu li:hover img.inactive-menu {
    display: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul.sidebar-menu.sidebar-multiple li span.menu-icons {
    margin-bottom: 4px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.main-container {
    margin-left: 160px;
    height: 100%;
    background: #e9eef1;
    overflow-x: hidden;
}

.nav-title {
    display: inline-block;
}

.nav-title h1 {
    font-size: 18px;
    font-weight: 600;
}

.navbar-custom-menu {
    float: right;
    display: inline-block;
    color: #cccccc;
}

.navbar-custom-menu .dropdown-profile .fa {
    color: #939393;
}

nav.navbar-profile-top {
    height: 75px;
    width: 85%;
    line-height: 75px;
    margin-left: 20px;
}

.navbar-custom-menu span.profile-short {
    vertical-align: middle;
    background: #d7e4ec;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    color: #003471;
    font-size: 16px;
    margin-right: 4px;
    font-weight: 600;
}

nav.navbar-category-menu {
    background: #06448d;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 15px;
}

nav.navbar-category-menu>.navbar_bottom_menu {
    width: 85%;
}

nav.navbar-category-menu>div.navbar_bottom_menu>ul {
    float: right;
}

nav.navbar-category-menu.navbar_top_menu {
    background: transparent;
    float: left;
    line-height: 75px;
    width: auto;
}

nav.navbar-category-menu ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 9.5px;
    position: relative;
    margin-right: 8px;
    color: #a9d3fd;
    font-weight: 600;
    float: left;
}

nav.navbar-category-menu ul li a {
    color: #a9d3fd;
    font-weight: 600;
}

nav.navbar-category-menu ul li a:hover,
nav.navbar-category-menu ul li a:focus {
    text-decoration: none !important;
}

nav.navbar-category-menu ul li.active,
nav.navbar-category-menu ul li.active a {
    color: #ffffff;
}

nav.navbar-category-menu ul li.active:before {
    width: 100%;
    height: 4px;
    content: "";
    background: #ffa200;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dashboard-copyright {
    position: absolute;
    /* margin: 18px 0; */
    width: 100%;
    bottom: 12px;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 600;
}


/***** Content Container ******/

.content-container {
    width: 96%;
    /*margin-top:40px;*/
    margin-top: 114px;
    margin-left: 20px;
    padding: 0px;
}

.dashboard-template .content-container {
    margin-top: 160px;
    margin-bottom: 50px;
}

.content-container.advertiser-campaign {
    margin-top: 102px !important ;
}

.content-container .main-title {
    color: #646464;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 36px;
    position: relative;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-weight: 300;
    font-family: 'proxima_novasemibold';
}

.content-container .main-title.title-active {
    color: #4b4b4b;
}

.title-hide {
    font-size: 16px;
    color: #646464;
    position: absolute;
    left: 0;
    bottom: -26px;
}

.content-container p.content-note {
    font-size: 16px;
    line-height: 22px;
    color: #9c9c9c;
}

.main-title .popover-content {
    font-size: 14px;
    color: #646464;
    font-family: 'proxima_nova_rgregular'!important;
    font-weight: 500;
}

span.td-tooltip {
    cursor: pointer;
}

span.td-tooltip:hover {
    color: #868686;
}

.increase-popover-width {
    width: 400px;
    text-align: center;
}

.clicks-custom-popover {
    word-wrap: break-word;
    text-align: inherit !important;
}

.increase-dashboard-popup {
    /* width: 800px; */
    text-align: center;
}

.content-container .main-title span .fa {
    color: #ffffff;
    background: #b3b3b3;
    font-size: 14px;
    padding: 2px 3px 2px 2px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.admin-layout .form-field {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    position: relative;
    margin-top: 10px;
    margin-right: 20px !important;
    margin-right: 10px;
}

.admin-layout .form-field:first-child {
    margin-right: 10px !important;
}

.admin-layout .form-field:nth-child(3) {
    margin-right: 10px !important;
}

.admin-layout .form-field:nth-child(2n) {
    margin-right: 66px;
}

.mr0 {
    margin-right: 0 !important;
}

.user-profile .form-field .select-field {
    height: 40px !important;
}

.admin-layout .form-field .input-field,
.admin-layout .form-field .number-field,
.admin-layout .form-field .textarea-field,
.admin-layout .form-field .select-field {
    /*width: 100%;*/
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 50px;
    padding: 0 15px;
    outline: none;
    -moz-outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #646464;
    font-size: 15px;
    -webkit-appearance: none;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 15px;
    margin: 0;
    box-shadow: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
    font-weight: 500;
}

.admin-layout .form-field .textarea-field {
    padding: 10px 10px;
    height: 128px;
    resize: none;
}

.admin-layout .form-field .input-field:disabled,
.admin-layout .form-field .number-field:disabled,
.admin-layout .form-field .textarea-field:disabled,
.admin-layout .form-field .select-field:disabled {
    opacity: 0.5;
    cursor: default;
}

.admin-layout .form-field .select-field:disabled {
    opacity: 0.5;
    background-image: none;
}

.admin-layout .filter-block .form-field .input-field,
.admin-layout .filter-block .form-field .select-field,
.admin-layout .search-control .btn-search {
    border-color: #04366f;
    height: 45px;
}

.admin-layout .form-field .select-field {
    width: 200px;
    height: 40px;
}

.select-field {
    background-image: url(../images/icon-select.png);
    background-repeat: no-repeat;
    background-position: 90%;
    cursor: pointer;
}

md-select.select-field {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}

md-select.select-field .md-select-value {
    padding-top: 11px;
    border-bottom: none !important;
    padding-right: 10px;
    background: none;
}

md-select.select-field .ng-invalid.ng-touched .md-select-value {
    color: rgba(0, 0, 0, 0.38) !important;
}

md-select.select-field .md-select-value span:after {
    display: none;
}

md-option {
    height: 35px;
}

md-select.select-field .md-select-value .md-select-icon {
    display: none;
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
    border-width: 1px;
    border-color: #dfdfdf;
}

md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
    border-color: #04366f;
    background: none;
}

md-select-menu md-content md-option[selected] {
    color: #04366f;
}

md-select-menu.md-default-theme md-content md-option:not([disabled]):focus,
md-select-menu md-content md-option:not([disabled]):focus,
md-select-menu.md-default-theme md-content md-option:not([disabled]):hover,
md-select-menu md-content md-option:not([disabled]):hover {
    background-color: transparent;
}

md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
    width: 18px;
    height: 18px;
    top: 0px;
}

md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
    left: 5.66667px;
    top: 3.22222px;
    width: 5.66667px;
    height: 9.33333px;
    border-width: 1px;
    border-color: rgba(0, 81, 255, 1);
}

.filter-block {
    font-size: 0;
    margin: 20px 0;
}

.schedule-block {
    margin: 0 !important;
}

.search-control .search-field {
    width: 428px;
    height: 45px;
}

.search-control .btn-search {
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    cursor: pointer;
    border: none;
    outline: none;
    background: #003366;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

button.btn.btn-green.add-btn {
    color: #ffffff;
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    min-width: 220px;
    font-weight: 600;
}

button.btn.btn-green.add-btn a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.floatright {
    float: right;
}

button.btn.btn-green {
    background: #00cc66;
    border-color: #00cc66;
}

button.btn.btn-green:hover {
    background: #00a552;
    border-color: #00a552;
}

button.btn.btn-common,
a.btn.btn-common {
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
    font-weight: 600;
    background: #003366;
}

a.btn.btn-common {
    line-height: 49px;
}

button.btn.btn-common:hover {
    color: #003366;
    background: #ffffff;
    border: 1px solid #003366;
}

.btn-w220 {
    min-width: 220px;
}

button.btn.btn-w147 {
    min-width: 147px !important;
}

.btn.mr20 {
    margin-right: 15px;
}

button.btn.mr10 {
    margin-right: 6px;
}

.content-box {
    background: #ffffff;
    border: 1px solid #003366;
    border-radius: 5px;
    /*padding: 20px;*/
}

.content-box .content-title {
    color: #04366f;
    font-size: 18px;
    line-height: 22px;
    /*margin-bottom: 15px;*/
    margin-bottom: 0;
    font-weight: 500;
    padding: 18px 29px 15px;
    /* font-weight: normal; */
}

.content-box .content-inner-box {
    border-top: 1px solid #003366;
    padding: 26px 30px 0px;
}

.custom-page .content-box {
    margin-bottom: 10px;
}

.custom-page {
    margin-bottom: 50px;
}


/*.form-control-view.config-setting{}*/

.form-control-view.config-setting .form-field {
    display: block !important;
}

.form-control-view.config-setting .form-field label {
    line-height: 40px;
    width: 180px !important;
}

.form-control-view.config-setting .form-field .select-field,
.form-control-view.config-setting .form-field .input-field {
    width: 450px;
}


/*.form-control-view.custom-control-view{}*/

.form-control-view.custom-control-view .form-field {
    margin-right: 66px !important;
}


/*.form-control-view.custom-control-view .form-field .select-field{}
.form-control-view.custom-control-view .form-field .input-field{}*/

.form-control-view.custom-control-view .form-field>label {
    width: 150px;
}

.add-email-tmplt label {
    /* position: relative; */
    width: 141px !important;
    margin-right: 15px;
}

.add-email-tmplt label .td-tooltip {
    position: relative;
    right: -10px;
    top: -1px;
}

.form-control-view .form-field>label {
    color: #646464;
    font-size: 16px;
    width: 140px;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-weight: 500;
}

.form-control-view .form-field>label.multilineLabel {
    line-height: 20px;
    padding-top: 10px;
    padding-right: 5px;
}

.form-control-view.checkbox-custom.radio-custom .form-field {
    display: block;
}

.form-control-view.checkbox-custom.radio-custom .form-field {
    display: block;
}

.form-control-view .form-field:nth-of-type(2n)>label {
    width: 150px;
}

.rs-inner-content .form-control-view .form-field:nth-of-type(2n)>label {
    width: 140px !important;
}

.admin-layout .form-field-info .form-control-view .form-field>label {
    width: 140px;
}

.admin-layout .form-field-info .form-control-view.form-field-list .form-field>label {
    width: auto;
}

.form-control-view.checkbox-custom.radio-custom .form-field>label {
    width: 257px;
    line-height: 18px;
    height: auto;
}

.form-field.checkbox-custom.radio-custom label {
    line-height: 18px;
    cursor: pointer;
}

.checkbox-wrapper {
    display: inline-block;
    line-height: 18px;
    font-size: 16px;
}

.checkbox-wrapper>label {
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
}

.checkbox-wrapper>label>input {
    margin-right: 5px;
}

.form-control-view .input-field {
    width: 270px;
    height: 50px;
}

.form-control-view .custom-input {
    width: 540px !important;
}

.form-control-view .form-field .select-field {
    width: 270px;
}

.form-control-view .form-field .textarea-field {
    width: 270px;
}

.form-control-view .form-field {
    margin-bottom: 30px;
}

.form-field.form-field-inner label {
    width: 150px;
}

.form-field.form-field-inner {
    display: block;
    margin-bottom: 0;
}

.form-field.form-field-inner.first-field {
    margin-bottom: 30px;
}

.form-control-view .form-field input.validate.text-field:focus,
.form-control-view .form-field input.validate.text-field.ng-invalid.ng-touched,
.form-control-view .form-field .textarea-field:focus {
    border: 1px solid #003366;
    border-color: #003366;
}

.form-control-view .form-field input.validate.input-field:focus.ng-invalid {
    border: 1px solid #003366;
    border-color: #003366;
}

.form-control-view .form-field input.validate.input-field.ng-invalid.ng-touched:hover {
    border: 1px solid #003366;
    border-color: #003366;
}

.form-control-view .form-field input.validate.input-field:focus.ng-valid {
    border: 1px solid #003366;
    border-color: #003366;
}

.form-control-view .ng-submitted input.validate.input-field.ng-empty.ng-invalid {
    border: 1px solid #d71d1d;
    border-color: #d71d1d;
}

.ng-submitted .form-control-view input.validate.input-field.ng-empty.ng-invalid {
    border: 1px solid #d71d1d;
    border-color: #d71d1d;
}

.email-invalid-text {
    border: 1px solid #d71d1d !important;
    border-color: #d71d1d !important;
}


/***** Custom Table Design *****/

.sub-table {
    border-radius: 0 !important;
    border-width: 0px 0px 0px 0px !important;
    box-shadow: 0 0 0 0 !important;
}

.sub-table td {
    border-bottom: 1px solid #ddd !important;
    border-radius: 0;
}

.sub-table td:first-child {
    width: 16.6%;
    border-radius: 0 !important;
    padding-left: 50px !important;
    font-size: 15px;
}

.sub-table td:nth-child(2n) {}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
    .sub-table td:first-child {
        width: 20%;
    }
}

.custom_table {
    /*border: 1px solid #cccccc;*/
    /*padding:20px;*/
    background: transparent;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom_table.table_fixed table {
    table-layout: fixed;
}

.custom_table table {
    border-collapse: separate;
    text-align: left;
    /*border: 1px solid #cccccc;*/
}

.custom_table td {
    /*border-left: 1px solid #f4f4f4;*/
    border-bottom: 1px solid #dfdfdf;
}


/*.custom_table td:first-child, .custom_table th:first-child {border-left:none}*/


/*.custom_table td:last-child, .custom_table th:last-child {border-right: 1px solid #ffffff;}*/

.custom_table table tr td:first-child {
    border-left: 1px solid #ffffff;
    padding-left: 30px;
}

.custom_table table tr:first-child th:first-child {
    border-top-left-radius: 5px;
    border-left: 1px solid transparent;
    padding-left: 20px;
}

.custom_table table tr:last-child td {
    border-bottom: 1px solid #ffffff;
}

.custom_table table tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

.custom_table table tr:nth-child(2) td:last-child {
    border-top-right-radius: 5px;
}

.custom_table table tr:nth-child(2) td:first-child {
    border-top-left-radius: 5px;
}

.custom_table table tr:first-child th {
    /*border-top: 1px solid #ffffff;*/
    /*padding-left:30px;*/
}

.custom_table table {
    width: 100%;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box;
}

.custom_table th {
    /*font-family: 'proxima_novasemibold';*/
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    background: transparent;
    /*padding: 22px 0px 21.5px 20px;*/
    padding: 22px 10px 21.5px 0px;
    box-sizing: border-box;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
}

.custom_table th a,
.custom_table th a span {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

span.custom-fa {
    position: absolute;
    background: #e9eef1;
    z-index: 0;
    margin-left: 10px;
}

.custom_table th a span.sort-active {
    position: absolute;
    background: #e9eef1;
    z-index: 0;
    margin-left: 10px;
}

.custom_table td {
    font-size: 16px;
    color: #646464;
    line-height: 16px;
    /*padding: 22px 0px 21.5px 20px;*/
    padding: 22px 10px 21.5px 0px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-weight: 500;
    vertical-align: middle;
}

.custom_table td span.td-tooltip {
    font-weight: 500;
}

.custom_table td.td-active span,
.custom_table td.td-active span a {
    color: #646464;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.custom_table td.td-active span {
    padding: 0 5px;
}

td.adver-active.td-active span {
    font-size: 14px;
}


/*.custom_table td.td-active span:after {
    content: '|';
    position: absolute;
    right: -4px;
    color: #646464;
    font-weight: normal;
}*/

.custom_table td.td-active span:after {
    content: "\00a0 ";
    width: 1px;
    height: 13px;
    background-color: #646464;
    top: 2px;
    position: absolute;
    right: -3px;
}

.custom_table td.adver-active.td-active span:after {
    display: none;
}

.custom_table td.adver-active.td-active span:after {
    content: "\00a0 ";
    width: 1px;
    height: 13px;
    background-color: #646464;
    top: 2px;
    position: absolute;
    right: -3px;
    display: block;
}

.custom_table td.td-active span:last-child {
    padding-right: 0;
}

.custom_table td.td-active span:last-child:after {
    display: none;
}

.custom_table td.td-active span:first-child {
    padding-left: 0;
}

.unsuspend-active {
    display: none;
}

.undo-delete {
    display: none;
}

.custom_table td.status_suspended .unsuspend-active {
    display: inline;
    color: #ff0000;
    pointer-events: auto;
}

.custom_table td.status_suspended .suspend-active {
    display: none;
}

.custom_table td.status_delete span {
    color: #c6c6c6;
    pointer-events: none;
}

.custom_table td.status_invite span.suspend-active {
    color: #646464;
    pointer-events: auto;
}

.custom_table td.status_invite span {
    color: #c6c6c6;
    pointer-events: none;
}

.custom_table td.status_resend span {
    color: #c6c6c6;
    pointer-events: none;
}

.custom_table td.status_resend span.status_reset,
.custom_table td span.status_resend {
    display: none;
}

.custom_table td.status_resend span.status_resend {
    color: #646464;
    pointer-events: auto;
    display: inline;
}

.custom_table td.status_delete .undo-delete {
    display: inline;
    color: #ff0000;
    pointer-events: auto;
}

.custom_table td.status_delete .delete-active {
    display: none;
}

.custom_table td .delete-active:after {
    display: none;
}

.custom_table td.status_suspended .status_reset {
    color: #c6c6c6;
    pointer-events: none;
}

.custom_table .td-active.active-disable span a,
.custom_table .td-active.active-disable span {
    color: #c6c6c6;
}

.custom_table .td-active.active-deleted span a,
.custom_table .td-active.active-deleted span {
    color: #c6c6c6;
    pointer-events: none;
}

.custom_table .td-active.active-disable span.suspend-active {
    color: #ff0000;
}

.custom_table .td-active.active-deleted span.delete-active.deleted {
    color: #ff0000;
}

.custom_table .td-active .status_edit_active {
    color: #646464;
    pointer-events: auto;
}


/*.custom_table tr th:first-child, .custom_table tr td:first-child {
    padding-left: 14px;
}*/

.custom_table table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.custom_table table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.listadvertisers-table {
    margin-top: 27px;
}

.no_records {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 500;
}

td.adver-active.td-active {
    /* width: 150px; */
}

td.td-active {
    /*font-size: 0;*/
    white-space: nowrap;
    padding-right: 30px;
}

td.td-busname span.nobreak {
    max-width: 162px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    min-width: 114px;
}

td.td-name span.nobreak {
    max-width: 162px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

td.td-email span.nobreak {
    max-width: 175px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

span.nobreak {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

td.audit_name {
    width: 240px;
}

td.audit_email {
    width: 182px;
}

td.audit_email span.nobreak {
    width: 125px;
}

td.audit_login {
    width: 142px;
}

td.audit_login span.nobreak {
    width: 115px;
}

td.audit_device {
    width: 160px;
}

td.audit_device span.nobreak {
    width: 160px;
}

td.audit_action {
    width: 400px;
}

td.audit_action span.nobreak {
    width: 370px;
}

td.audit_action span.nobreak span {
    max-width: 370px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

td.audit_ip {
    width: 550px;
}

td.audit_ip span.nobreak {
    width: 550px;
}

td.audit_ip span.nobreak span {
    max-width: 550px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

td.audit_name span.nobreak {
    width: 100px;
}

td.audit_name span.nobreak span {
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.custom_table td .popover-content {
    /*word-break: break-all;*/
}

td.td-busname {
    /* width: 192px; */
    /* padding: 0px 17px; */
    padding-left: 20px !important;
}

td.td-name {
    width: 176px;
    padding-left: 0;
    padding-right: 30px;
}

td.td-email {
    /* width: 160px; */
    padding-right: 20px;
}

td.td-status {
    width: 118px;
}

td.td-login {
    white-space: nowrap;
    /* width: 145px; */
}

td.changereq_action.td-active span:last-child {
    padding-left: 10px;
}

.status_approved td,
.status_approved td span,
.status_rejected td,
.status_rejected td span {
    color: #c6c6c6 !important;
    pointer-events: none;
}

.status_rejected td.changereq_device span {
    color: #d71d1d !important;
}

.status_suspended.status_delete_inactive .delete-active {
    color: #c6c6c6 !important;
    pointer-events: none;
}


/****** Custom Pagination  ****/

.custom-pagination {
    text-align: right;
}

.custom-pagination ul.pagination {
    margin: 30px 0;
}

.custom-pagination ul.pagination>li>a {
    background: transparent;
    border: none;
    color: #777777;
    padding: 6px 9px;
    font-weight: 500;
}

.custom-pagination ul.pagination>li.active>a {
    color: #0080ff;
}

.custom-pagination ul.pagination>.disabled>a {
    display: none;
}

.custom-pagination ul.pagination>li>a.boundrylinks {
    color: #0080ff;
    /*margin-left: 15px;*/
    margin-left: 5px;
    ;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: transparent;
    color: #0080ff;
}


/* Custom Pagintaion 2 */

.pagination {
    display: inline-block;
    float: right;
}

.pagination span {
    color: #04376f;
    cursor: pointer;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination span.active {
    color: #007aff;
}

.pagination span:hover:not(.active) {
    background-color: #ddd;
}


/***** Loader ******/

.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1;
}

.theme-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 6px solid #ffffff;
    border-radius: 50%;
    border-top: 8px solid #003366;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

.range-loader {
    position: absolute;
    left: -90px;
    width: 350px;
    height: 90px;
    top: -9px;
    text-align: center;
    background-color: #fff;
    z-index: 10;
    /* padding-top: 20px; */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/***** Loader Ed ******/


/****** Drop Down ******/

ul.dropdown-list {
    float: left;
    right: 21px;
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    background: #ffffff;
    z-index: 1;
    width: 220px;
    min-height: 224px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 3px;
    box-shadow: 0px 1px 1px #cccccc;
}

ul.dropdown-list.admin_dropdown {
    min-height: 115px;
}

.navbar-nav>li>a.dropdown-hover {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 15px;
    margin-top: 15px;
    padding-top: 0;
}

.navbar-custom-menu .dropdown-profile .dropdown-hover .fa {
    color: #939393;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.navbar-custom-menu .dropdown-profile:hover .dropdown-hover .fa {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*ul.dropdown-list.listactive {
    opacity: 1;
    top: 74px;
    visibility: visible;
}*/

li.dropdown-profile:hover ul.dropdown-list {
    opacity: 1;
    top: 74px;
    visibility: visible;
}

li.dropdown-profile:hover .dropdown-hover {
    background-color: transparent;
}

.profile-top {
    padding: 15px 20px 15px;
}

.profile-top span.profile-name,
.profile-top span.profile-email {
    display: inline-block;
    vertical-align: text-top;
    width: 76%;
    float: left;
    margin-left: 8px;
    line-height: 15px;
}

.profile-top span.profile-name {
    color: #4b4b4b;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-top span.profile-email {
    color: #cdcdcd;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
}

.profile-top span {
    float: left;
}

.profile-top {
    clear: both;
    display: block;
    overflow: hidden;
}

.navbar-custom-menu .profile-top span.profile-short {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #729fff;
    font-weight: 600;
}

.dropdown-list::after {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    content: '';
    position: absolute;
    top: -8px;
    right: 13px;
}

.hr-profile {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-bottom: 9px;
}

.dropdown-list li:not(.profile-top):not(.hr-profile) {
    display: block;
    padding: 0px 20px 7px;
    line-height: 36px;
    color: #4b4b4b;
    font-size: 16px;
}

.dropdown-list li:not(.profile-top):not(.hr-profile) a {
    color: #4b4b4b;
    font-size: 16px;
    vertical-align: middle;
}

.dropdown-list li:not(.profile-top):not(.hr-profile) a:hover {
    color: #15cd72;
}


/***** Accordion Css *****/

.custom-accordion {
    /*margin-top: -7px;*/
}

.custom-accordion .panel-default>.panel-heading {
    background: transparent;
    padding: 0;
    border-color: #003366;
}

.custom-accordion .content-box.panel {
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    border-color: #ffffff;
}

.custom-accordion .panel.panel-open {
    border-color: #003366;
}

.custom-accordion .content-box .content-title {
    margin-bottom: 0;
    padding: 18px 29px 15px;
    color: #646464;
    font-weight: 500;
    cursor: pointer;
}

.custom-accordion .content-box.panel.panel-open .content-title.blue-bg {
    background-color: #eef5fd;
}

.custom-acc-mb {
    margin-bottom: 30px !important;
}

.custom-accordion .content-box.panel.panel-open .content-title {
    color: #04366f;
}

.custom-accordion .panel .content-title .fa {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.custom-accordion .panel .panel-body {
    padding: 26px 30px 30px;
}

.content-container .custom-accordion p.content-note {
    margin-bottom: 35px;
    font-weight: 500;
}

.custom-accordion .panel.panel-open .content-title .fa {
    transform: rotate(180deg);
}

.custom-accordion .content-box .content-title .fa {
    line-height: 22px;
}

.custom-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #003366;
}

.custom-accordion .panel-group .panel+.panel {
    margin-top: 10px;
}

.admin-layout .form-field-info .form-field {
    display: block;
    margin-right: 0;
}

label.empty_label {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    padding-left: 0 !important;
}

.admin-layout .form-control-view.form-custom-list .form-field>label {
    width: 240px;
}

.admin-layout .form-control-view.form-custom-list .form-field label.empty_label {
    width: 18px;
    height: 18px;
}

.radio-custom input[type=radio]:not(old) {
    width: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 0;
    position: absolute;
}

.radio-custom input[type=radio]:not(old)+label {
    display: inline-block;
    background: url('../images/radiobtn-out.png') no-repeat 0 0;
    background-position: 0px center;
    padding-left: 33px;
    background-size: 18px;
    vertical-align: middle;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #646464;
    font-weight: 500;
}

.radio-custom input[type=radio]:not(old)+label {
    display: inline-block;
}

.radio-custom input[type=radio]:not(old):checked+label {
    background: url('../images/radiobtn-in.png') no-repeat;
    background-position: 1px center;
}

.checkbox-custom input[type=checkbox]:not(old) {
    width: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 0;
    position: absolute;
}

.checkbox-custom input[type=checkbox]:not(old):disabled+label {
    cursor: default !important;
}

.checkbox-custom input[type=checkbox]:not(old)+label {
    display: inline-block;
    background: url('../images/checkbox-out.png') no-repeat 0px 0px;
    background-position: 0px center;
    padding-left: 33px;
    background-size: 18px;
    vertical-align: middle;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    cursor: default;
}

.checkbox-custom input[type=checkbox]:not(old):checked+label {
    background: url('../images/checkbox-in.png') no-repeat;
    background-size: 18px;
}

.radio-custom .radio,
.checkbox-custom .checkbox {
    margin-top: 0;
}

.radio-custom label.radio,
.checkbox-custom label.checkbox {
    word-wrap: break-word;
}

.checkbox-wrapper>span {
    width: 146px;
    display: inline-block;
}

.field-info {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
    color: #9c9c9c;
    font-weight: 500;
}

.form-control-view.form-field-list .form-field>label {
    width: auto;
    line-height: normal;
    height: auto;
}

.form-field-list .field-value {
    color: #9C9C9C;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 500;
}

.form-field-list .form-field {
    margin-bottom: 17px;
}

.fadein,
.fadeout {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
    opacity: 0;
    display: block !important;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
    display: block !important;
}

.no_records {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
    color: #FF0000;
    font-weight: 600;
}

.no_records span {
    color: #FF0000;
    font-weight: 600;
}


/******* Alert Css *********/

.alert-wrapper {
    /*background: #15cd72;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

.alert-wrapper.alert-animate {
    display: block;
}

.alert-wrapper.alert-success {
    background: #15cd72;
}

.alert-wrapper.alert-failed {
    background: #d71d1d;
}

.alert-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
}

.main-sidebar {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

header.admin-header {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    z-index: 999;
}

header.login-header {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.dashboard-template .content-container {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}


/*body.alert-layout .main-sidebar{
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    top: 50px;
}
body.alert-layout header.admin-header{
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    top: 50px;
}
body.alert-layout header.login-header{
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    top: 50px;
}
body.alert-layout.dashboard-template .content-container {
    margin-top: 210px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}*/


/****** Material Reset Code ******/

.md-calendar-day-header th {
    vertical-align: middle;
}

.md-datepicker-open .md-datepicker-input-container {
    background: rgb(255, 255, 255);
    z-index: 1;
}

.md-datepicker-button,
.md-datepicker-expand-triangle {
    display: none;
}

.md-button.md-datepicker-triangle-button {
    background-image: url(../images/calender-icon.png);
    background-repeat: no-repeat;
    background-position: 0% 0px;
    margin: 0 0 0 0;
    right: 18px;
    top: -5px;
    border-radius: 0;
    padding: 0 !important;
    height: 22px !important;
    width: 22px !important;
    line-height: 22px;
    min-height: 24px;
}

.md-button.md-datepicker-triangle-button:focus,
.md-button.md-datepicker-triangle-button.md-focused,
.md-button.md-datepicker-triangle-button.md-focused:hover {
    background-color: transparent;
}

.md-datepicker-input-container {
    border: none !important;
}

md-datepicker {
    border: 1px solid #003366;
    padding: 22px 10px 3px;
    display: block;
    margin: 0;
    width: 133px;
    border-radius: 4px;
    background: #ffffff;
}

.md-icon-button+.md-datepicker-input-container {
    margin-left: 0px;
}

.date-filter {
    position: relative;
}

.date-filter label {
    top: 5px;
    left: 15px;
    position: absolute;
    color: #cacaca;
    font-size: 14px;
}

.md-datepicker-input {
    color: #04366f;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
    padding-bottom: 0;
    padding-top: 2px;
    width: 120px;
}

.form-field.date-filter.end-date {
    margin-right: 20px;
}

p.form-info {
    color: #646464;
    line-height: 22px;
}


/******** Campaign Page CSS ***********/

.double-nav {
    margin-top: 150px !important;
}

.dashboard-template.campaign-layout .content-container {
    margin-top: 102px !important;
}

.dashboard-template.campaign-layout .content-container .main-title {
    margin-bottom: 29px;
}

.dashboard-template.campaign-layout .admin-layout .filter-block .form-field .select-field {
    width: 210px;
}

.dashboard-template.campaign-layout .admin-layout .filter-block .form-field {
    margin-right: 10px;
}

.dashboard-template.campaign-layout .admin-layout .filter-block .form-field:nth-child(8) {
    margin-top: 10px !important;
}

.dashboard-template.campaign-layout .admin-layout .filter-block .form-field:nth-child(9) {
    margin-top: 10px !important;
}

.dashboard-template.campaign-layout .admin-layout .filter-block .form-field.floatright {
    margin-right: 0;
}

li.user_balance {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 10px;
}

.nocampaign-box {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 66px 20px 74px;
    margin-top: 18px;
}

.nocampaign-innerbox {
    text-align: center;
    width: 620px;
    margin: auto;
}

.nocampaign-box-2 {
    height: 550px;
    display: table;
    width: 100%;
}

.nocampaign-innerbox-2 {
    display: table-cell;
    vertical-align: middle;
}

.nocampaign-innerbox-2 .box-wrapper {
    width: 620px;
    margin: auto;
}

.nocampaign-innerbox-2 .box-wrapper h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 8px 0 5px 0;
    color: #04376f;
}

.nocampaign-innerbox .nocampaign-title {
    font-size: 18px;
    color: #04366F;
    font-weight: 500;
    line-height: 20px;
    margin: 24px 0 22px;
}

.nocampaign-innerbox p {
    font-size: 15px;
    color: #cccccc;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 45px;
}

.nocampaign-innerbox button {
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    font-weight: 600;
    line-height: 44px;
    vertical-align: middle;
}

.nocampaign-innerbox button img {
    vertical-align: middle;
    margin-right: 7px;
}

.crt_camp_btn {
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    font-weight: 600;
    line-height: 44px;
    vertical-align: middle;
    color: #ffffff;
    background: #00cc66;
    border-color: #00cc66;
    display: inline-block;
    min-width: 230px;
    margin-top: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
}

.crt_camp_btn img {
    vertical-align: middle;
    margin-right: 7px;
}

.crt_camp_btn:hover,
.crt_camp_btn:focus {
    background: #00a552;
    border-color: #00a552;
    color: #ffffff;
}

.snc_btn img {
    vertical-align: middle;
    margin-right: 7px;
}

.campaign-dashboard-box {
    margin-top: 18px;
}

.campaign-box {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 18px;
}

.cmp-left {
    float: left;
}

.cmp-right {
    float: right;
}

.campaign-innerbox-top {
    padding: 14px 20px 9px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.campaign-innerbox-wrapper.contacts {
    border-top: 1px solid #ddd;
}

.campaign-innerbox-top.contacts {
    border-bottom: 0 !important;
}

.campaign-innerbox-bottom {
    padding: 0 20px 14px;
    overflow: hidden;
}

ul.product-mail-list li {
    display: inline-block;
    font-size: 0;
}

ul.product-mail-list li {
    display: inline-block;
    vertical-align: middle;
}

ul.product-mail-list>li>img {
    margin: 0 9px 0 17px;
    vertical-align: middle;
}

ul.product-mail-list>li>span {
    vertical-align: middle;
    font-size: 14px;
    color: #15cd72;
    font-weight: 600;
}

.product_name {
    display: inline-block;
    color: #04366F;
    font-size: 16px;
    font-weight: 500;
    width: 300px;
    line-height: 18px;
}

.c-prod-btn {
    /*display: inline-block;
    float: right;
    padding-top: 35px;*/
    display: block;
    float: none;
    padding-top: 15px;
    clear: both;
    text-align: right;
    font-size: 0;
}

.c-prod-btn .btn-contact {
    min-width: 46px !important;
    height: 26px !important;
    padding: 0 14px !important;
}

.c-prod-btn .btn-camp {
    min-width: 73px;
    font-size: 13px;
    height: 30px;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-width: 1px;
    font-weight: 500;
    outline: none;
    /*float: left;*/
    margin-left: 10px;
    color: #15cd72;
    border-color: #15cd72;
}

.c-prod-btn .btn-camp:last-child {
    margin-right: 0;
}

.prod-audience {
    /*width: 180px;*/
    width: 19%
}

.prod-startedon {
    /*width: 181px;*/
    width: 24%
}

.prod-status {
    /*width: 180px;*/
    width: 19%
}

.prod-posted {
    /*width: 170px;*/
    width: 19%
}

.prod-status-title {
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}

.p-result {
    color: #90a3b1;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.c-prod-btn .btn-camp:hover,
.c-prod-btn .btn-camp.activebtn {
    font-weight: 600;
    outline: none;
    box-shadow: none;
    color: #ffffff;
    background-color: #15cd72;
    border: 1px solid #15cd72;
}

.c-prod-list {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    float: left;
    padding-right: 15px;
}

.grid-loader {
    /* position: absolute;
  left: 12px;
  top: 23px;
  text-align: center;
  z-index: 10;   */
    right: 108px;
    /* left: -108px; */
    top: 1px;
    text-align: center;
    z-index: 10;
    position: relative;
}

.camp-tabs-box {
    background: #ffffff;
    border: 1px solid #003366;
    border-radius: 5px;
    /*overflow: visible;*/
}

.camp-tabs-box md-tab-content {
    border-top: 1px solid #003366;
    padding: 40px 38px;
    /*overflow: inherit;*/
}


/* Creative List Styles */

.product_name,
.product_name.main-heading {
    width: unset !important;
    line-height: 25px;
    font-size: 17px;
    font-weight: 400;
}

.product_name .camp-list-label {
    color: #04356f;
}

.product_name .camp-list-body {
    color: #545454;
}

.product_name.pro-name-inside {
    display: block;
}

.contact-innerbox-bottom {
    float: none;
    margin: 0 auto;
    padding: 3px 20px 0px;
}

.product-desc-wrapper {
    width: 260px !important;
    margin: 0px auto;
    text-align: center;
}

.product-desc-wrapper h3 {
    font-size: 18px;
}

.product-desc-wrapper h5 {
    font-size: 12px;
    color: #000;
}

.temp-area {
    width: 257px !important;
    margin: 0 auto;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.temp-area .p-result {
    width: 619px;
    height: 340px;
    transform: scale(0.42, 0.42) translate(-68.5%, -66%);
    overflow: hidden;
}

.campaign-box.popup-modal {
    width: 320px !important;
    height: auto !important;
}

.campaign-box.popup-modal .contact-innerbox-bottom {
    float: none !important;
    margin-bottom: 10px;
}

.campaign-box.popup-modal .temp-area {
    margin-left: -3px;
    margin-top: 10px;
}

.campaign-box.popup-modal h3 {
    font-size: 16px;
    width: 260px;
    margin: 4px auto;
    padding-left: 4px;
}

.campaign-box.popup-modal h3 .tmplt-label {
    width: 124px;
    display: inline-block;
    color: #012044;
}

.campaign-box.popup-modal .creative-button {
    margin: 10px 0 15px 33px;
}


/* Creative List Styles End */

md-tabs.camp-tabs-box .md-tab {
    color: #d3d3d3;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    text-transform: inherit;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
}

md-tabs.camp-tabs-box md-tabs-canvas,
md-tabs.camp-tabs-box md-pagination-wrapper {
    height: 73px;
    position: relative;
}


/*md-tabs.camp-tabs-box md-tabs-content-wrapper{
	top:73px;
}*/

md-tabs.camp-tabs-box md-tab-item.md-tab:first-child {
    text-align: left;
    padding-left: 40px;
}

md-tabs.camp-tabs-box md-tab-item.md-tab:nth-child(3) {
    text-align: right;
    padding-right: 40px;
}

md-tabs.camp-tabs-box .md-tab span.tab-icon {
    color: #04366f;
    border: 1px solid #04366f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 13px;
    margin-right: 12px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

md-tabs.camp-tabs-box .md-tab.md-active span.tab-icon {
    color: #ffffff;
    background-color: #04366f;
}


/*md-tabs.camp-tabs-box md-tabs-canvas:after {
  width: 140px;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 254px;
}*/


/*md-tabs.camp-tabs-box md-pagination-wrapper:after {
  width: 142px;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 275px;
}*/

md-tabs.camp-tabs-box .md-tab.md-active {
    color: #04366f
}

md-tabs.camp-tabs-box .md-tab.tab-proceed {
    color: #15cd72;
}

md-tabs.camp-tabs-box .md-tab.tab-proceed span.tab-icon {
    color: rgba(255, 255, 255, 0);
    /*font-size:0;*/
    background-color: #15cd72;
    background-image: url(../images/camp-success.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-color: #15cd72;
}

md-tabs.md-default-theme .md-tab .md-ripple-container,
md-tabs .md-tab .md-ripple-container,
md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
    display: none;
}

.form-field-info.camp-form label .fa,
.que-tooltip label .fa {
    color: #858585;
    background: #ffffff;
    border: 1px solid #b3b3b3;
    font-size: 9px;
    padding: 2px 3px 2px 2px;
    line-height: 6px;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
}

.admin-layout .form-field-info.camp-form .form-control-view .form-field>label {
    font-size: 14px;
    width: 160px;
    line-height: 18px;
    vertical-align: text-top;
    float: none;
    position: relative;
    padding-right: 12px;
    margin-right: 55px;
    height: auto;
    /*min-height: 36px;*/
}

.admin-layout .form-field-info.camp-form .form-control-view .form-field>label .td-tooltip,
.que-tooltip .form-field>label .td-tooltip {
    position: absolute;
    right: 0;
    top: -1px;
}

.admin-layout .form-field-info.camp-form .form-control-view .form-field {
    margin-bottom: 24px;
}

.admin-layout .form-field-info.camp-form .form-control-view .form-field.checkbox-custom.radio-custom {
    margin-bottom: 36px;
}

.admin-layout .form-field-info.camp-form .form-control-view .form-field.checkbox-custom.radio-custom.mb23 {
    margin-bottom: 23px;
}

.admin-layout .form-field-info.camp-form .form-field .input-field,
.admin-layout .form-field-info.camp-form .form-field .select-field {
    height: 45px;
    font-size: 14px;
}

.admin-layout .form-field-info.camp-form .form-field .checkbox-wrapper label {
    font-size: 14px;
}

.admin-layout .form-field-info.camp-form .form-field .checkbox-wrapper span {
    width: 140px;
}

.admin-layout .form-field-info.camp-form .radio-custom input[type=radio]:not(old):checked+label,
.admin-layout .form-field-info.camp-form .checkbox-custom input[type=radio]:not(old):checked+label {
    color: #04366f
}

button.btn.btn-common.btn-w150 {
    min-width: 150px;
}

button.btn.btn-common.btn-h45 {
    height: 45px;
}

button.mr10 {
    margin-right: 6px;
}

.form-field.mt34 {
    margin-top: 34px;
}

.radiobtn input[type=radio]:not(old) {
    width: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 0;
    position: absolute;
}

.radiobtn input[type=radio]:not(old)+label {
    display: block;
    vertical-align: middle;
    color: #04366f;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 90px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    text-align: center
}

.radiobtn input[type=radio]:not(old):checked+label {
    background: #04366f;
    border-color: #04366f;
    color: #ffffff;
}

.admin-layout .form-field-info.camp-form .form-field .checkbox-wrapper.radiobtn span {
    height: 40px;
    width: 90px;
    vertical-align: middle;
}

.admin-layout .form-field-info.camp-form .form-field .checkbox-wrapper.radiobtn {
    font-size: 0;
    vertical-align: middle;
}

.radiobtn span:first-child label {
    border-right: none !important;
    border-radius: 3px 0 0 3px;
}

.radiobtn span:nth-child(2) label {
    border-right: none !important;
    border-left: none !important;
}

.radiobtn span:last-child label {
    border-left: none !important;
    border-radius: 0px 3px 3px 0px;
}

.form-inlineblock {
    display: inline-block !important;
}

.mr20 {
    margin-right: 20px !important;
}

.personalise_select {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.personalise_label {
    width: auto !important;
    height: 45px !important;
    line-height: 45px;
}


/***** Slider  Begin *******/

.custom-slider {
    width: 270px;
}

.slider.slider-horizontal {
    width: 100%;
}

.slider-tick {
    display: none;
}

.slider-handle {
    background: transparent none;
}

.slider-handle::before {
    line-height: 20px;
    font-size: 40px;
    content: '\f1db';
    /*unicode star character*/
    color: #dfdfdf;
    background-color: #ffffff;
    border-radius: 50px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider.slider-horizontal .slider-track {
    height: 1px;
    margin-top: 0px;
}

.slider-selection.tick-slider-selection {
    background: #dfdfdf;
}

.slider-handle {
    width: 18px;
    height: 18px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    color: #04366f;
}

.location-wrapper {
    display: inline-block;
    width: 270px;
    vertical-align: top;
}

.location-disabled {
    overflow: auto;
    display: inline-block;
    width: 270px;
    vertical-align: top;
    height: 100px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0px 15px;
}

.location-disabled p {
    color: #797979;
    font-size: 15px;
}

.custom_tooltip .tooltip.top .tooltip-arrow {
    background-image: url(../images/tooltip-dropdown.png);
    height: 19px;
    width: 34px;
    background-size: 90%;
    background-repeat: no-repeat;
    bottom: -9px;
    margin: auto;
    left: 32%;
    z-index: -1;
    border: none;
}

.custom_tooltip .tooltip-inner {
    padding: 4px 12px;
    width: 90px;
    color: #04366f;
    min-width: 94px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    font-weight: 600;
    font-family: 'proxima_nova_rgregular'!important;
}

.custom_tooltip .slider .tooltip.top {
    margin-top: -46px;
}

.mt40 {
    margin-top: 20px;
}

label.mt40 {
    vertical-align: top !important;
    margin-top: 34px;
}

.audience-range-slider .slider-tick-label:first-child {
    margin-left: -115px !important;
    color: #858585 !important;
    font-size: 13px;
}

.audience-range-slider .slider-tick-label:last-child {
    margin-left: -156px !important;
    color: #858585 !important;
    font-size: 13px;
}

.min-max-label {
    position: relative;
    height: 10px;
}

label.minlabel {
    position: absolute;
    left: 0;
    color: #858585 !important;
    font-weight: normal;
    top: 12px;
    font-size: 12px;
}

label.maxlabel {
    position: absolute;
    right: -6px;
    color: #858585 !important;
    font-weight: normal;
    top: 12px;
    font-size: 12px;
}

.admin-layout .form-field-info.camp-form .emailschedule_field.form-field .checkbox-wrapper span {
    width: auto;
    display: block;
    margin-bottom: 10px;
}

.admin-layout .form-field-info.camp-form .emailschedule_field.form-field .checkbox-wrapper {
    vertical-align: top;
}

.camp_date .date-filter label {
    position: absolute !important;
    color: #d3d3d3 !important;
    font-size: 14px !important;
}

.camp_date .date-filter {
    float: left;
}


/****** Slider End *********/

.step2-left {
    float: left;
    width: 530px;
}

.step2-right {
    float: left;
    width: 400px;
}

.step2-right-box {
    padding: 30px 38px 50px;
    width: 350px;
    box-sizing: border-box;
    /*border:1px solid #d3d3d3;*/
    box-shadow: 1px 1px 20px #d3d3d3;
    border-radius: 5px;
}

.right-box-title {
    font-size: 18px;
    color: #04366F;
    font-weight: 500;
    margin-bottom: 20px;
}

.camp-trag-list label {
    color: #858585;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.camp-trg-value {
    display: inline-block;
    font-size: 16px;
    color: #15cd72;
    vertical-align: middle;
    word-break: break-all;
}

.display-location {
    font-size: 13px;
    cursor: pointer;
}

.display-location i {
    cursor: pointer;
}

.camp-trag-list {
    margin-bottom: 25px;
}

.camp-layout-inner {
    width: 180px;
    display: inline-block;
    text-align: center;
}

.camp-layout-inner-2 {
    width: 107px !important;
}

.camp-layout-inner:first-child {
    margin-right: 56px;
    vertical-align: top;
}

.camp-c-title {
    color: #04366f;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px;
}

.camp-circle {
    color: #ffffff;
    width: 180px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    background-color: #15cd72;
    border-radius: 50%;
    overflow: hidden;
    /*display: table;*/
}

.camp-circle-2 {
    width: 107px;
    height: 107px;
}

.camp-circ-value {
    font-size: 34px;
    font-weight: 800;
    margin-top: 65px;
    line-height: 29px;
}

.camp-circ-value-2 {
    margin-top: 34px !important;
    font-size: 15px !important;
}

.camp-circ-infor {
    font-size: 10px;
    font-weight: 600;
}

.campaign-layout .login-header {
    display: none;
}

.camp_timepicker .form-inlineblock.filter-block label {
    font-size: 14px;
    color: #858585;
    width: 75px;
    display: inline-block;
    vertical-align: middle;
}

.camp_timepickerb-box {
    display: inline-block;
    vertical-align: middle;
}

.timepicker_input {
    display: inline-block;
    vertical-align: middle;
}

.timer_right_btn {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    color: #858585;
    border-left: none;
    border-radius: 0 3px 3px 0;
    margin-right: 10px;
}

.timer_right_btn a.btn_time {
    display: block;
    border: none;
    padding: 3px 0;
    height: 23px;
    width: 30px;
    color: #858585;
}

.timer_right_btn a.btn_time:hover,
.timer_right_btn a.btn_time:focus {
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
    outline-offset: none !important;
}

.timepicker_input input {
    width: 30px;
    padding: 0 2px;
    height: 46px;
    border-radius: 3px 0 0 3px;
}

.uib-time.am-pm .btn:focus {
    border-color: #04366f;
    background-color: #04366f;
    color: #ffffff;
    outline: none !important;
    outline-offset: none !important;
}

.input-field.inputw540 {
    width: 540px;
}

.input-field.inputw470 {
    width: 470px;
}

button.btn-w120 {
    width: 120px;
}

.ml10 {
    margin-left: 8px;
}

.ml20 {
    margin-left: 18px;
}

.upload-info {
    color: #04366f;
    cursor: pointer;
}

.ckeditor-wrapper {
    width: 540px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.urls_btm span.preview-txt {
    font-size: 15px;
    color: #04366f;
    float: right;
    cursor: pointer;
    margin-right: 265px;
}
.ckeditor_btm {
    margin-top: 15px;
    /*margin-bottom:30px;*/
}

.ckeditor_btm span.preview-txt {
    color: #04366f;
    float: right;
    cursor: pointer;
}

.ckeditor_btm span a {
    color: #04366f;
    border-bottom: 1px solid #d3d3d3;
}
.urls_btm span a {
    color: #04366f;
    border-bottom: 1px solid #d3d3d3;
}

/*.cke_button__image, .cke_button__table, .cke_button__horizontalrule, .cke_button__link, .cke_button__unlink, .cke_button__anchor, .cke_button__textcolor, .cke_button__bgcolor{
	display:none !important;
}*/

.cke_button__image,
.cke_button__table,
.cke_button__horizontalrule,
.cke_button__unlink,
.cke_button__anchor,
.cke_button__textcolor,
.cke_button__bgcolor {
    display: none !important;
}

a.cke_button {
    padding: 4px 3px !important;
}

ul.subj-cont-tab li {
    display: inline-block;
    margin-right: 15px;
}

ul.subj-cont-tab li.active a {
    color: #646464;
    border: 1px solid #04366f;
    background-image: url(../images/tabplus-active.png);
}

ul.subj-cont-tab a {
    width: 194px;
    height: 194px;
    display: inline-block;
    vertical-align: middle;
    line-height: 245px;
    text-align: center;
    background-image: url(../images/tabplus.png);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.ab-split-wrapper .label-camp-title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.ab-split-wrapper .camp-info {
    margin-bottom: 50px;
}

.label-camp-title {
    font-weight: 400;
    font-family: 'proxima_nova_rgregular'!important;
    font-size: 18px;
    vertical-align: middle;
}

.label-camp-title .fa {
    vertical-align: middle;
    margin-left: 6px;
}

.camp-info {
    font-size: 14px;
    vertical-align: middle;
    color: #646464;
    font-weight: 500;
}

.subj-cont-tab-inner {
    margin: 20px 0;
}

.config-wrapper label.label-camp-title {
    margin-top: 10px;
    margin-bottom: 25px;
}

.config-wrapper .camp-info {
    margin-bottom: 30px;
}


/*.combination-wrapper .camp-info {
  margin-bottom: 30px;
  margin-top: 48px;
}*/

.combination-wrapper .camp-info {
    margin-bottom: 19px;
    margin-top: 25px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}

.campaign-layout button.btn.btn-common,
.campaign-layout a.btn.btn-common {
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #04366f;
    color: #04366f;
}

.campaign-layout button.btn.btn-common.btn-active,
.campaign-layout a.btn.btn-common.btn-active {
    font-size: 14px;
    color: #ffffff;
    background: #04366f;
    border: 1px solid #04366f;
}

.campaign-layout button.btn.btn-common:hover,
.campaign-layout a.btn.btn-common:hover {
    font-size: 14px;
    color: #ffffff;
    background: #04366f;
    border: 1px solid #04366f;
}

.upload_btn {
    font-size: 14px;
    height: 45px;
    padding: 0 20px;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #04366f;
    color: #04366f;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 6px;
    width: 120px;
    line-height: 45px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    font-family: 'proxima_nova_rgregular'!important;
}

.upload_btn span {
    font-weight: 600;
}

.upload_btn:hover {
    color: #ffffff;
    background: #04366f;
    border: 1px solid #04366f;
}

.preview_view {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 30px 50px;
    ;
    margin-top: 18px;
}

.popup_header {
    /* margin: 10px auto 20px; */
    text-align: center;
    font-size: 0;
}

button.mobile_view.btn.btn-common,
button.mobile_view.btn.btn-common.btn-active,
button.mobile_view.btn.btn-common:hover {
    border-right: none;
    border-radius: 3px 0 0 3px;
}

button.tablet_view.btn.btn-common,
button.tablet_view.btn.btn-common.btn-active,
button.tablet_view.btn.btn-common:hover {
    border-right: none;
    border-left: none;
    border-radius: 0;
}

button.desktop_view.btn.btn-common,
button.desktop_view.btn.btn-common.btn-active,
button.desktop_view.btn.btn-common:hover {
    border-left: none;
    border-radius: 0 3px 3px 0;
}

button.btn.btn-common.btn-h40 {
    height: 40px;
}

button.btn.btn-common.btn-w100 {
    min-width: 100px;
}

button.btn.btn-common.btn-w90 {
    min-width: 90px;
    margin-top: 8px;
    height: 45px !important;
}
button.btn.btn-common.btn-w95 {
    min-width: 90px;
    margin-top: 5px;
    height: 45px !important;
    margin-left: 45px;
}
.popup_content {
    width: 100%;
    transition: width 0.6s;
    border: 1px solid #d3d3d3;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 60px;
    max-height: 500px;
    overflow: auto;
}

.status_ongoing .camp-resume,
.status_ongoing .camp-edit,
.status_ongoing .camp-view,
.status_ongoing .camp-retarget,
.status_ongoing .camp-edit_retarget,
.status_ongoing .camp-admin-edit-retarget,
.status_ongoing .camp-view_retarget,
.status_admin_ongoing .camp-resume,
.status_admin_ongoing .camp-edit,
.status_admin_ongoing .camp-retarget,
.status_admin_ongoing .camp-view,
.status_admin_ongoing .camp-pause,
.status_admin_ongoing .camp-edit_retarget,
.status_admin_ongoing .camp-admin-edit-retarget,
.status_ab_ongoing .camp-resume,
.status_ab_ongoing .camp-edit,
.status_ab_ongoing .camp-view,
.status_ab_ongoing .camp-retarget,
.status_ab_ongoing .camp-pause,
.status_ab_ongoing .camp-edit_retarget,
.status_ab_ongoing .camp-view_retarget,
.status_cpl_cpo_paused .btn-camp:not(.camp-analytics),
.status_paused .camp-pause,
.status_paused .camp-view,
.status_paused .camp-retarget,
.status_paused .camp-edit_retarget,
.status_paused .camp-admin-edit-retarget,
.status_paused .camp-view_retarget,
.status_admin_retarget_paused .camp-pause,
.status_admin_retarget_paused .camp-view,
.status_admin_retarget_paused .camp-retarget,
.status_admin_retarget_paused .camp-edit_retarget,
.status_admin_retarget_paused .camp-edit,
.status_scheduled .camp-pause,
.status_scheduled .camp-resume,
.status_scheduled .camp-view,
.status_scheduled .camp-retarget,
.status_scheduled .camp-analytics,
.status_scheduled .camp-edit_retarget,
.status_scheduled .camp-admin-edit-retarget,
.status_scheduled .camp-view_retarget,
.status_admin_retarget_scheduled .camp-pause,
.status_admin_retarget_scheduled .camp-resume,
.status_admin_retarget_scheduled .camp-view,
.status_admin_retarget_scheduled .camp-retarget,
.status_admin_retarget_scheduled .camp-analytics,
.status_admin_retarget_scheduled .camp-edit_retarget,
.status_admin_retarget_scheduled .camp-edit,
.status_cancel .btn-camp:not(.camp-analytics),
.status_cpl_cpm_ongoing .btn-camp:not(.camp-analytics),
.status_cpm .camp-resume,
.status_cpm .camp-pause,
.status_cpm .camp-cancel,
.status_cpm .camp-view,
.status_cpm .camp-retarget,
.status_cpm .camp-edit_retarget,
.status_cpm .camp-view_retarget,
.status_advertiser_pending .btn-camp:not(.camp-view),
.status_cpl_cpo_scheduled .btn-camp:not(.camp-view),
.status_pending .camp-resume,
.status_pending .camp-pause,
.status_pending .camp-analytics,
.status_pending .camp-edit,
.status_pending .camp-retarget,
.status_pending .camp-edit_retarget,
.status_pending .camp-view_retarget,
.status_pending .camp-admin-edit-retarget,
.status_completed .camp-resume,
.status_completed .camp-pause,
.status_completed .camp-cancel,
.status_completed .camp-edit,
.status_completed .camp-view,
.status_completed .camp-retarget,
.status_completed .camp-view_retarget,
.status_completed .camp-edit_retarget,
.status_cpm_completed .camp-resume,
.status_cpm_completed .camp-pause,
.status_cpm_completed .camp-cancel,
.status_cpm_completed .camp-edit,
.status_cpm_completed .camp-view,
.status_cpm_completed .camp-edit_retarget,
.status_cpm_completed .camp-view_retarget,
.status_admin_completed .camp-resume,
.status_admin_completed .camp-pause,
.status_admin_completed .camp-cancel,
.status_admin_completed .camp-edit,
.status_admin_completed .camp-view,
.status_admin_completed .camp-edit_retarget,
.status_admin_completed .camp-admin-edit-retarget,
.status_retarget_paused .camp-pause,
.status_retarget_paused .camp-view,
.status_retarget_paused .camp-retarget,
.status_retarget_paused .camp-edit,
.status_retarget_paused .camp-view_retarget,
.status_admin_retarget_pending .camp-resume,
.status_admin_retarget_pending .camp-pause,
.status_admin_retarget_pending .camp-analytics,
.status_admin_retarget_pending .camp-edit,
.status_admin_retarget_pending .camp-retarget,
.status_admin_retarget_pending .camp-edit_retarget,
.status_admin_retarget_pending .camp-view,
.status_advertiser_retarget_pending .camp-resume,
.status_advertiser_retarget_pending .camp-pause,
.status_advertiser_retarget_pending .camp-analytics,
.status_advertiser_retarget_pending .camp-edit,
.status_advertiser_retarget_pending .camp-retarget,
.status_advertiser_retarget_pending .camp-edit_retarget,
.status_advertiser_retarget_pending .camp-view,
.status_advertiser_retarget_pending .camp-cancel,
.status_retarget_scheduled .camp-pause,
.status_retarget_scheduled .camp-resume,
.status_retarget_scheduled .camp-view,
.status_retarget_scheduled .camp-retarget,
.status_retarget_scheduled .camp-analytics,
.status_retarget_scheduled .camp-edit,
.status_retarget_scheduled .camp-view_retarget {
    display: none;
}

span.add_subject {
    display: block;
    width: 180px;
    margin-left: 181px;
    margin-top: 5px;
    font-size: 14px;
    color: #646464;
    font-weight: 500;
    cursor: pointer;
}

span.add_subject img {
    vertical-align: top;
    margin-right: 7px;
}

ul.product-mail-list li:last-child {
    font-size: 15px;
    margin-left: 8px;
    padding: 0 3px;
    cursor: pointer;
}

li.camp_dropdown.dropdown .fa {
    font-size: 16px;
    color: #15cd72;
}

.camp_dropdown_ul {
    padding: 15px 20px 5px;
}

.camp_dropdown_ul li {
    margin-bottom: 10px;
}

.camp_dropdown_ul li label {
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 500;
    /*width:50px;*/
    width: 75px;
    margin-right: 23px;
}

.camp_dropdown_ul li button.btn.btn-blue.btn-camp {
    float: none;
    width: 90px;
    margin-left: 0;
}

.camp_popup_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.camp_popup_content {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #ffffff;
    width: 601px;
    padding: 46px 40px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
}

.camp_popup_title {
    color: #646464;
    font-size: 24px;
    line-height: 24px;
    font-family: 'proxima_novasemibold';
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.camp_popup_content p {
    font-size: 16px;
    color: #b5b5b5;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.camp_popup_content p span.colorb {
    color: #646464;
}

.camp_popup_btn {
    text-align: center;
}

.camp_popup_btn button.btn.btn-common.btn-green {
    background: #ffffff;
    border-color: #00cc66;
    color: #00cc66;
}

.camp_popup_btn button.btn.btn-common.btn-green:hover {
    background: #00cc66;
    border-color: #00cc66;
    color: #ffffff;
}

.fadeshow.ng-hide {
    opacity: 0;
}

.fadeshow.ng-hide-remove,
.fadeshow.ng-hide-add {
    display: block !important;
}

.fadeshow.ng-hide-remove {
    transition: all 600ms;
}

.fadeshow.ng-hide-add {
    transition: all 600ms;
}

button.link-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 5px 8px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
}

button.link-btn:focus,
button.link-btn:focus {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}

.clear_editor_btn {
    display: none;
    color: #04366f;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    left: 247px;
    top: 8px;
}

.upload-field {
    position: relative;
    display: inline-block;
}

.upload-field.clear-upload .clear_editor_btn {
    display: inline-block;
}

.uploadfile1.fileuploaded .clear_editor_btn {
    display: inline-block;
}

.uploadfile2.fileuploaded .clear_editor_btn {
    display: inline-block;
}

select.select-field.personalise_select {
    width: 200px !important;
    /*border-radius: 0 3px 3px 0 !important;
    padding: 0 10px !important;*/
}

.personalise_input {
    border-radius: 3px 0 0 3px !important;
    border-right: none !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb6 {
    margin: 6px 0 !important;
}

.campaign-layout md-datepicker {
    border: 1px solid #cccccc;
    ;
}

.campaign-layout .md-datepicker-input {
    color: #858585;
}

.retargetOptions-field {
    margin-bottom: 47px !important;
}

.emailschedule_field {
    margin-bottom: 0px !important;
}

.form-field.schedule_date.camp_date {
    margin-top: 0px;
}

.btn-camp.btn-w120 {
    width: 120px !important;
}

.pixelpopup input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 35px;
    padding: 0 15px;
    outline: none;
    color: #646464;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 15px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
    font-weight: 500;
}

.pixelbtn {
    text-align: center;
}

.select-field.custom-select-field {
    margin-right: 10px !important;
    min-width: 200px;
    max-width: 380px;
    width: auto !important;
    padding-right: 30px !important;
    background-position: 95% center;
}

.filter-block.camp-filter-block {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.filter-block.camp-filter-block .form-field {
    margin-right: 20px;
    margin-bottom: 25px;
}

select.select-field.w133p {
    width: 133px !important;
}

.search-field.w360 {
    width: 360px;
}


/******** Campaign Page CSS End***********/


/******** Help and Support Begin *********/

a.btn-green {
    font-size: 16px;
    padding: 0 15px;
    font-weight: 600;
    line-height: 44px;
    height: 45px;
    vertical-align: middle;
    color: #ffffff;
    background: #00cc66;
    border-color: #00cc66;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
}

a.btn-w206 {
    width: 206px;
}

a.btn-img img {
    vertical-align: middle;
    margin-right: 7px;
}

a.btn-green:hover,
a.btn-green:focus {
    background: #00a552;
    border-color: #00a552;
    color: #ffffff;
}

.help-sup-container {
    overflow: hidden;
    margin-top: 12px;
}

.help-sup-tab-header {
    overflow: hidden;
    clear: both;
}

.hs-main-container .main-title {
    display: inline-block;
}

a.rise-btn {
    float: right;
}

.hs-box {
    width: 270px;
    height: auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 35px 24px 31px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.hs-box.active {
    border: 1px solid #15cd72;
}

.hs-box:last-child {
    margin-right: 0;
}

.hs-title {
    font-size: 20px;
    color: #646464;
    margin: 18px auto 16px;
    line-height: 20px;
    word-break: break-all;
}

p.hs-desc {
    font-size: 14px;
    line-height: 16px;
    color: #9c9c9c;
    margin-bottom: 16px;
}

.hs-seemore {
    color: #15cd72;
    font-size: 14px;
    line-height: 16px;
    font-family: 'proxima_novasemibold';
    font-weight: 600;
}

.hs-seemore .fa {
    margin-left: 5px;
}

.hs-tab-content {
    background: #ffffff;
    margin-top: 20px;
    padding: 30px 80px 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.tab-inner-title,
.rs-title {
    font-size: 18px;
    line-height: 18px;
    color: #04366f;
    margin-bottom: 24px;
}

.hs-inner-tab .panel-heading h4 {
    font-size: 16px;
    color: #15cd72;
    line-height: 22px;
}

.hs-inner-tab .panel-heading h4 a {
    cursor: pointer;
}

.hs-inner-tab .answer-content {
    font-size: 16px;
    color: #9c9c9c;
    line-height: 20px;
    margin-top: 11px;
    text-align: justify
}

.hs-inner-tab .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0 0;
}

.hs-inner-tab .panel-group .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    margin-bottom: 18px;
}

.hs-inner-tab .panel-group .panel-heading+.panel-collapse>.panel-body,
.hs-inner-tab .panel-group .panel-heading+.panel-collapse>.list-group {
    border: none;
    padding: 0;
}

.hs-inner-tab .panel-group {
    margin-bottom: 0;
}

.raise-sup-container {
    padding: 30px 30px 10px;
    background: #ffffff;
    margin-top: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

p.rs-info {
    font-size: 16px;
    line-height: 16px;
    color: #9c9c9c;
}

.rs-inner-content {
    margin-top: 40px;
}

.rs-inner-content .form-field-inner label {
    width: 140px !important;
}

.rs-inner-content .form-field-inner {
    width: 410px;
    margin-right: 0 !important;
}

.rs-inner-content .uploadinput {
    width: 180px;
    float: left;
    border-radius: 3px 0 0 3px !important;
    border-color: #04366f !important;
    padding-right: 30px !important;
}

.rs-inner-content .upload_btn {
    float: left;
    height: 50px;
    margin-left: 0;
    width: 90px;
    line-height: 50px;
    border-radius: 0 3px 3px 0;
    background: #04366f;
    color: #ffffff;
    margin-right: 0;
}

.rs-inner-content .form-field:not(.form-field-inner) {
    margin-right: 63px;
}

.rs-inner-content .form-field .textarea-field {
    height: 100px;
}

span.upload-icon {
    display: none;
    position: absolute;
    left: 155px;
    top: 16px;
}

.upload-field.fileuploaded span.upload-icon {
    display: inline-block;
}

.form-field .upload-field .input-field:disabled {
    opacity: 1;
}

.campaign-layout .rs-inner-content button.btn.btn-common[disabled] {
    border-color: #dfdfdf;
    color: #a2a2a2;
}

.campaign-layout .rs-inner-content button.btn.btn-common[disabled]:hover {
    background: #dfdfdf;
}

.rs-inner-content .upload-disabled .uploadinput {
    border-color: #dfdfdf !important;
}

.rs-inner-content .upload-disabled .upload_btn {
    opacity: 0.6;
    color: #a2a2a2;
    pointer-events: none;
}


/******** Help and Support End ***********/


/******** Analytical Report Custom CSS Begin  by Harshith***/

.custom-camp-details {}

.custom-camp-details .inner-title {
    margin-bottom: 5px;
}

.custom-camp-details .content-inner-box {
    padding-top: 8px;
}

.custom-camp-details .content-title {
    position: relative;
}


/*.custom-camp-details .analy-camp-info{
    margin-bottom: 2px;
}*/

.custom-camp-details .camp-desc-left {
    width: 67%;
    float: left;
    /* height: 600px; */
    display: inline-block;
    border: 1px solid #ddd;
    margin: 10px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    /* background-color: #f9f9f9; */
    padding: 15px;
    padding-bottom: 0;
    border-radius: 5px;
}

.custom-camp-details .camp-desc-left .templete-wrapper {
    min-width: 700px;
    padding-bottom: 8px;
}

.custom-camp-details .camp-desc-left .templete-wrapper iframe {
    border: 1px solid #ddd;
}

.camp-award {
    font-size: 13px;
    color: #efc800;
}

.camp-pop-header {
    text-align: right;
    width: 182px;
    float: right;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 15px;
}

.camp-pop-header .btn {
    padding: 0 10px !important;
}

.camp-sub {
    vertical-align: middle;
    /* width: 65%; */
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
}

.camp-sub .camp-sub-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.custom-camp-details .camp-desc-right {
    float: right;
    width: 30%;
    margin-left: 0 !important;
    margin-top: 15px;
}

.custom-camp-details .camp-desc-right .form-field {
    margin-bottom: 0px !important;
}

.custom-camp-details .camp-desc-right .form-field label {
    /*text-align: right;*/
    margin-right: 8px !important;
    padding-right: 0 !important;
    width: 95px !important;
    text-align: RIGHT;
    color: #043770;
}

.custom-camp-details .camp-desc-right .form-field .analy-value {
    color: #333;
}

@media screen and (min-width: 1300px) and (max-width: 1920px) {
    .custom-camp-details .camp-desc-left {
        width: 70%;
    }
    .custom-camp-details .camp-desc-right {
        width: 26%;
    }
}


/*@media screen and (max-width:1920px){

  }*/


/******** Analytical Report CSS Begin ***/

.analytical-rep-container {
    overflow: hidden;
    clear: both;
}

.custom-white-bg {
    padding: 33px 30px 0px;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

.inner-title {
    font-size: 18px;
    line-height: 18px;
    color: #04366f;
    margin-bottom: 21px;
}

.analy-camp-info {
    font-size: 16px;
    vertical-align: middle;
    color: #9c9c9c;
    font-weight: 500;
    margin-bottom: 39px;
}

.analy-value {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: #9c9c9c;
    font-weight: 500;
}

.analy-value.analy-ind {
    width: 49%;
    vertical-align: top;
    word-wrap: break-word;
    /* height: 85px; */
    /* overflow: auto; */
    max-height: 50px !important;
    overflow-y: auto;
    /* min-height: 44px;
    max-height: 46px; */
}

.camp-desc-left {
    width: 500px;
    float: left;
}

.camp-desc-right {
    width: 46%;
    float: left;
    margin-left: 20px;
}

.admin-layout .analytical-rep-container.form-field-info.camp-form .camp_desc_content .form-control-view .form-field>label {
    width: 152px;
    margin-right: 25px;
}

.admin-layout .analytical-rep-container.form-field-info.camp-form .form-control-view .form-field {
    margin-bottom: 28px;
}

img.content_img {
    vertical-align: middle;
    margin: 0 3px;
}

img.input_img {
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.admin-layout .analytical-rep-container.form-field-info.camp-form .camp-temp-view .form-control-view .form-field {
    margin-bottom: 10px;
}

.custom-white-bg.camp-temp-view {
    padding-bottom: 30px;
}

.graph_container {
    margin-top: 30px;
}

.graph_container .main-title {
    font-size: 18px;
}

label.f-label {
    font-size: 16px;
    color: #646464;
    font-weight: 600;
    margin-right: 15px;
}

.graph_container .filter-block {
    margin-bottom: 30px;
}

.graph_container .camp-circle {
    width: 102px;
    height: 102px;
}

.graph_container .camp-circ-value {
    font-size: 28px;
    margin-top: auto;
    line-height: 102px;
    font-family: 'proxima_nova_rgbold';
}

.open_rate_color .camp-circle {
    background-color: transparent;
    border: 2px solid #12d63c;
    color: #12d63c;
}

.click_rate_color .camp-circle {
    background-color: transparent;
    border: 2px solid #ffa200;
    color: #ffa200;
}

.graph_container .camp-c-title {
    color: #4b4b4b;
    font-size: 16px;
    margin-top: 18px;
}

.graph_container .camp-circle-layout {
    margin: 15px 0 15px 45px;
    display: inline-block;
}

.perf_overall_content {
    display: inline-block;
    width: 590px;
    margin-left: 82px;
    vertical-align: top;
    margin-top: 8px;
}

.perf_overall_content .title {
    color: #4b4b4b;
    font-size: 16px;
    margin-bottom: 10px;
}

.perf_overall_content p {
    color: #9c9c9c;
    font-size: 16px;
    line-height: 24px;
}

.graph-col {
    width: 45%;
    float: left;
    margin: 10px 0;
}

.custom-inner-acc:after {
    content: "";
    display: block;
    clear: both;
}

.analytical-rep-container .btn.btn-gw {
    border: 1px solid #00cc66;
    color: #00cc66;
    height: 45px;
}

.analytical-rep-container .btn.btn-gw:hover {
    color: #ffffff;
    background: #00cc66;
}

.graph-col-w750 {
    width: 750px;
}

.analytical-rep-container .select-field.w210 {
    width: 210px;
}

.graph-col.leftchart {
    margin-right: 30px;
}

.graph-col.rightchart {
    margin-left: 40px;
}

.paddingb0 .panel-body {
    padding-bottom: 0 !important;
}

.graph-title {
    color: #04366f;
    font-size: 16px;
    margin-top: 20px;
}

.rate-graph {
    margin-top: 50px;
}

.graph-custom-table {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    height: 293px;
    margin-top: 3px;
    background-color: #fbfbfb;
}

.graph-table table {
    width: 100%;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box;
}

.graph-table table thead tr th {
    padding: 10px;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.graph_table_header,
.tr_row {
    overflow: hidden;
}

.graph_table_header div {
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

div.table_left {
    width: 85%;
    float: left;
    padding: 2px 0;
    padding-left: 40px;
    vertical-align: middle;
}

div.table_right {
    width: 15%;
    float: right;
    padding: 3px 10px;
    text-align: right;
}

.popover-content {
    /*word-break: break-all;*/
    text-align: justify;
}

.graph-table table thead tr th:first-child {
    padding-left: 40px;
}

.graph_table_body {
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    max-height: 200px;
    overflow: auto;
    background-color: #fff;
}

.graph_table_body>div {
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    color: #646464;
}

.graph_table_body>div:last-child {
    border-bottom: none;
}

.table_left span.td-tooltip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    vertical-align: -webkit-baseline-middle;
}

.graph-table table tbody tr td {
    padding: 10px;
    text-align: left;
    border-top: 1px solid #dfdfdf;
    font-size: 16px;
    color: #646464;
}

.graph-table table tbody tr td:first-child {
    border-left: 1px solid #dfdfdf;
    padding-left: 40px;
    width: 280px;
}

.graph-table table tbody tr td:last-child {
    /*border-left: 1px solid #dfdfdf;*/
    border-right: 1px solid #dfdfdf;
}

.graph-table table tbody tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}

.graph-table table tbody tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

.graph-table table tbody tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

.graph-table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.graph-table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.graph-col-full {
    margin-bottom: 40px;
}

.graph_container .camp-circle-layout .camp-layout-inner {
    margin-right: 19px;
    width: 135px;
}

.graph_container .camp-circle-layout .click_rate_color.camp-layout-inner {
    margin-right: 0;
}

.graph_container .camp-circle-layout.camp-circle-layout-1 {
    margin: 15px 0 15px 0px;
    width: 33%;
}

.graph_container .camp-circle-layout.camp-circle-layout-2 {
    margin: 15px 0 15px 0px;
    width: 61%;
}

.graph_container .camp-circle-layout .camp-circle {
    width: 102px;
    height: 102px;
    margin: auto;
}

.camp-circle-layout-1+.perf_overall_content {
    width: 65%;
    margin-left: 0;
}

.camp-circle-layout-2+.perf_overall_content {
    width: 38%;
    margin-left: 0;
}

.camp-circle-block {
    margin-bottom: 34px;
    display: inline-block;
    margin-right: 19px;
}

.camp-circle-block.camp-snapshot {
    width: 242px;
    display: block !important;
}

.camp-circle-block .graph-title {
    margin-top: 0;
    margin-bottom: 19px;
}

.camp-layout-inner .camp-circle-block:first-child {
    margin-right: 56px;
}


/******** Analytical Report CSS End *****/


/********* Setting CSS Begin ******/

.listadvertisers-table.custom_table.setting_table.form-field {
    width: 100%;
    overflow-x: scroll;
}

.setting_table {
    margin-bottom: 20px;
}

.setting_table.form-field table {
    border: 1px solid #dadada;
    box-shadow: 1px 0px 2px #dadada;
    -webkit-box-shadow: 1px 0px 2px #dadada;
    font-family: 'proxima_nova_rgregular'!important;
}

.setting_table table th {
    background: #e9eef1;
}

.setting_table table td {
    padding-top: 15px;
    padding-bottom: 10px;
}

span.localdate {
    padding: 0 5px 0 0;
    position: relative;
}

span.bill-date:after {
    background-color: rgba(100, 100, 100, 0) !important;
}

span.localdate:after {
    content: "\00a0 ";
    width: 1px;
    height: 13px;
    background-color: #646464;
    top: 2px;
    position: absolute;
    right: 1px;
}

span.localtime {
    padding: 0 0 0 5px;
}


/*input.setting-field{

	padding:0 10px !important;
	height: 30px !important;
}

input.setting-field:-moz-read-only {
	border:1px solid transparent !Important;
	padding:0 10px !important;
}

input.setting-field:read-only {
	border:none !Important;
	padding:0 10px !important;
}*/

.listadvertisers-table.custom_table.setting_table table td.td-active {
    width: 200px;
}

.listadvertisers-table.custom_table.setting_table table td.td-active.default-pricing {
    width: 180px;
    padding-right: 0px;
}

.listadvertisers-table.custom_table.setting_table table td.td-status {
    width: 128px;
}


/*.custom_table.setting_table td.td-active span:after{
	right: 0;
}*/

.SettingSavebtn {
    padding-left: 0 !important;
}

.SettingPopupOverlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
    font-family: 'proxima_nova_rgregular'!important;
}

.SettingPopupOverlay .SettingPopupContent {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #ffffff;
    width: 550px;
    padding: 46px 40px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
}

.setting_popup_title {
    color: #646464;
    font-size: 24px;
    line-height: 24px;
    font-family: 'proxima_novasemibold';
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.setting_form.form-control-view .form-field {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}

.setting_form.form-control-view .form-field label {
    width: 186px;
    padding: 0;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 34px;
}


/*Changed margin padding and lineheight*/


/*.setting_form.form-control-view .form-field label {
  width: 186px;
  padding: 3px 25px;
  font-size: 18px;
  margin-bottom: 30px;
}*/

.setting_form.form-control-view .form-field label.bill-label {
    line-height: 38px;
    width: 220px;
    padding: 0 0 0 0;
    font-size: 16px;
    height: 39px !important;
}

.form-control-view .input-field.bill-input {
    width: 245px;
    vertical-align: middle;
}

.form-control-view .form-field .select-field.bill-select {
    width: 245px;
    height: 40px !important;
}

.form-control-view .form-field textarea.input-field {
    resize: vertical;
    padding-top: 10px;
    min-height: 70px;
    max-height: 100px;
}

.form-control-view .form-field textarea.input-field:focus {
    border: 1px solid #003366;
    border-color: #003366;
}

.form-control-view .form-field .input-field {
    height: 40px !important;
}

.bill-input-row {}

.mrb-1 {
    margin-bottom: 1px !important;
}

.form-field label.subText {
    position: relative;
}

.form-field label.subText sub {
    position: absolute;
    bottom: 7px;
    left: 15px;
    font-size: 13px;
}

.form-field.form-field-block {
    display: block;
}

.setting-tc-box.tc-box {
    width: 100%;
    margin-top: auto;
}

.setting-container .custom-pagination ul.pagination {
    margin: 0px 0;
}

.setting-container .checkbox-wrapper>span {
    width: auto;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}

.multipleCheckWrapper {
    max-width: 800px;
    border: 1px solid #dfdfdf;
    padding: 10px 10px 0;
    border-radius: 5px;
}

.contact-innerbox-bottom {
    width: 100%;
    float: left;
}

.contact-innerbox-right {
    float: right;
    width: 10%;
    /* border-left: 1px solid #ddd; */
    padding: 3px 9px 3px 13px;
    text-align: center;
}

.contact-innerbox-right .c-prod-list {
    display: block !important;
    float: none !important;
    padding: 1px 0;
}

.contact-innerbox-right .c-prod-list .prod-status-title {
    font-size: 13px;
}

.contact-innerbox-bottom .cmp-right {
    margin-top: 15px;
}

.contact-innerbox-bottom .prod-audience {
    /*width: 180px;*/
    width: 20%;
    padding-bottom: 12px;
}

.contact-innerbox-bottom .prod-startedon {
    /*width: 181px;*/
    width: 16.6666%;
}

.contact-innerbox-bottom .prod-status {
    /*width: 180px;*/
    width: 16.6666%;
}

.contact-innerbox-bottom .prod-posted {
    /*width: 170px;*/
    width: 16.6666%;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px !important;
}

.form-control-view .form-field>label.w180 {
    width: 166px;
}

.ng-hide,
[ng-cloak] {
    display: none;
}

.contant-main-p {
    font-size: 16px;
    color: #646464;
    margin-bottom: 20px;
}

.main-title.contant-main-title {
    margin-bottom: 15px;
}

td.manageUserName span {
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    min-width: 100px;
}

td.manageUserEmail span {
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    min-width: 100px;
}

.custom-progress-line {
    width: 600px;
    margin: auto;
    margin-bottom: 20px;
}

.custom-progress-line md-progress-linear .md-container {
    height: 12px;
    border-radius: 50px;
    background-color: #a9d3fd;
}

.custom-progress-line md-progress-linear.md-default-theme .md-bar,
md-progress-linear .md-bar {
    height: 12px !important;
    background-color: #06448d !important;
}

.progress-title {
    font-size: 16px;
    color: #646464;
    margin-bottom: 15px;
}

.progress-title:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

table.setting-user-table {
    border: 1px solid #ddd;
    border-radius: 3px !important;
    border-collapse: separate;
    table-layout: fixed;
}

table.setting-user-table thead {
    background-color: #e9eef1;
}

table.setting-user-table th {
    border-bottom: 0px solid #ddd !important;
    padding: 13px 10px !important;
    font-size: 14px;
}

table.setting-user-table td {
    font-size: 15px;
    padding: 13px 10px !important;
}

table.setting-user-table td input[type=checkbox] {
    vertical-align: top;
    cursor: pointer;
}

table.setting-user-table td label {
    font-size: 14px;
    margin-left: 3px;
    cursor: pointer;
}

table.setting-user-table td ul {}

table.setting-user-table td ul li {
    margin-top: 7px;
    margin-bottom: 7px;
}

nav.navbar-profile-top .navbar-btn {
    display: none;
}

.main-container {
    transition: all 0.3s;
}


/********* Setting CSS End ********/


/****** Media Query Begin*********/

@media screen and (min-width: 320px) and (max-width: 768px) {
    .main-sidebar.active {
        margin-left: 0px !important;
    }
    .main-container.active {
        margin-left: 160px;
    }
    .admin-header {
        left: 0;
    }
    .admin-header.active {
        left: 160px;
    }
    .main-sidebar {
        margin-left: -160px;
    }
    .main-container {
        margin-left: 0;
        position: relative;
    }
    nav.navbar-profile-top {
        width: 100% !important;
    }
    .navbar-btn {
        display: inline-block !important;
        font-size: 32px;
        margin-top: 16px;
    }
    .navbar-btn:focus {
        outline: 0;
    }
    .nav-title {
        display: none;
    }
    .campaign-innerbox-top {
        position: relative;
    }
    .camp-group {
        left: 26% !important;
        width: 40% !important;
    }
}

@media screen and (max-width:960px) {
    .main-container {
        width: 960px;
        overflow-x: auto;
    }
    .content-container {
        overflow-x: hidden;
    }
    .nav.navbar-nav {
        margin-right: 25px !important;
        width: 85px;
        float: left;
        display: flex !important;
        flex-direction: row !important;
    }
    nav.navbar-category-menu {
        height: 60px;
    }
    .nav-title h1 {
        font-size: 12px
    }
    nav.navbar-category-menu ul li {
        font-size: 10px;
    }
    .main-sidebar {
        overflow-y: auto;
    }
    .dashboard-copyright {
        display: none;
    }
}

@media screen and (max-width:1400px) {
    .content-container {
        width: 96%;
    }
    nav.navbar-profile-top,
    nav.navbar-category-menu>.navbar_bottom_menu {
        width: 85%;
    }
    .custom_table table tr:first-child th:first-child,
    .custom_table table tr td:first-child {
        padding-left: 20px;
    }
    .custom_table th {
        padding: 18px 12px 20px;
    }
    .custom_table td {
        padding: 18px 12px 20px;
    }
    .hs-box {
        width: 23.6%;
        margin-right: 1.8%;
    }
}

@media screen and (max-width:1100px) {
    nav.navbar-profile-top {
        width: 77%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
    nav.navbar-profile-top {
        width: 86.5%;
    }
    nav.navbar-category-menu>.navbar_bottom_menu {
        width: 86.5%;
    }
}

@media screen and (min-width: 1800px) and (max-width: 1920px) {
    nav.navbar-profile-top {
        width: 88%;
    }
    nav.navbar-category-menu>.navbar_bottom_menu {
        width: 88%;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1562px) {
    .dashboard-block .dashboard-body .dash-box {
        width: 23.5% !important;
    }
    .dashboard-block .dashboard-body .dash-box.contact-box {
        width: 18.84% !important;
    }
}

@media screen and (min-width: 1562px) and (max-width: 1920px) {
    .dashboard-block .dash-action {
        width: 30% !important;
    }
    /* .dashboard-block .dash-notification {
        width: 68.5% !important;
    } */
    .dashboard-block .dashboard-body .dash-box.contact-box {
        width: 19% !important;
    }
    .dashboard-block .dashboard-body .dash-box {
        width: 24.1% !important;
    }
    .dashboard-block .dashboard-body .dash-box:last-child {
        margin-right: 0 !important;
    }
    .dashboard-anlytcs .anlytics-left {
        width: 49.4% !important;
    }
    .dashboard-anlytcs .anlytics-right.custom-anlytics-right {
        width: 48.9% !important;
    }
    .dashboard-anlytcs .anlytics-right {
        width: 49% !important;
    }
}

@media screen and (max-height:620px) {}

@media screen and (max-width:1300px) {
    .copyright {
        /*bottom:-10%;*/
    }
}

@media screen and (max-width:1500px) {
    .tc-layout .wrapper .copyright {
        bottom: 10%;
    }
    .tc-layout .wrapper {
        padding-bottom: 200px;
        position: relative;
    }
}

@media screen and (min-width:1745px) and (max-width: 1920px) {
    /*.form-control-view.custom-control-view{}*/
    .form-control-view.custom-control-view .form-field {
        margin-right: 66px !important;
    }
    .setting_form.form-control-view.custom-control-view .form-field {
        margin-right: 0px !important;
    }
    /*.form-control-view.custom-control-view .form-field .select-field{}
  .form-control-view.custom-control-view .form-field .input-field{}*/
    .form-control-view.custom-control-view .form-field>label {
        width: 150px !important;
    }
    .setting_form.form-control-view.custom-control-view .form-field>label {
        margin-right: 15px !important;
    }
    .form-control-view.custom-control-view .form-field>label.w200 {
        width: 200px !important;
    }
}

@media screen and (max-width:1400px) {
    .copyright {
        bottom: 6%;
        /*margin-top: 50px;
		 margin-bottom: 44px;*/
    }
    .tc-layout .wrapper .copyright {
        bottom: 10%;
    }
    /* .login-box {
        margin-top: 160px;
    } */
    @ -moz-document url-prefix() {
        .login-box {
            margin-top: 150px;
        }
        .first-login-box {
            margin-top: 125px;
        }
    }
    .tc-layout .wrapper {
        padding-bottom: 200px;
        position: relative;
    }
    .admin-logo {
        margin: 39px 0 30px;
    }
    ul.sidebar-menu>li {
        margin-bottom: 12px;
    }
    .dashboard-copyright {
        bottom: 18px;
    }
}

@media screen and (min-width:1400px) {
    .advertiser_table {
        table-layout: fixed;
    }
    th.th-bus-name {
        width: 13%;
    }
    th.th-adv-name {
        width: 11%;
    }
    th.th-adv-email {
        width: 14%;
    }
    th.th-adv-status {
        width: 7%;
    }
    th.th-adv-log {
        width: 12%;
    }
    th.th-adv-action {
        width: 14%;
    }
    th.th_chng_date {
        width: 21% !important;
    }
}

@media screen and (min-width:1300px) {
    .advertiser_table {
        table-layout: fixed;
    }
    th.th-bus-name {
        width: 10%;
    }
    th.th-adv-name {
        width: 10%;
    }
    th.th-adv-email {
        width: 12%;
    }
    th.th-adv-status {
        width: 7%;
    }
    th.th-adv-log {
        width: 11%;
    }
    th.th-adv-action {
        width: 16%;
    }
    .chngreq_table {
        table-layout: fixed;
    }
    th.th_chng_date {
        width: 18%;
    }
    th.th_chng_date.notif-date {
        width: 10%;
    }
    th.th_chng_oldvalue {
        width: 15%;
    }
    th.th_chng_oldvalue.notif-name {
        width: 15%;
    }
    th.th_chng_fields {
        width: 14%;
    }
    th.th_chng_fields.notif-time {
        width: 10%;
    }
    th.th_chng_newvalue {
        width: 15%;
    }
    th.th_chng_newvalue.notif-main {
        width: 54%;
    }
    th.th_chng_status {
        width: 22%;
    }
    th.th_chng_action {
        width: 13.5%;
    }
    .log_table {
        table-layout: fixed;
    }
    th.th_log_name {
        width: 3%;
    }
    th.th_log_email {
        width: 3%;
    }
    th.th_log_login {
        width: 3%;
    }
    th.th_log_ip {
        width: 15%;
    }
    th.th_log_system {
        width: 4%;
    }
    th.th_log_action {
        width: 22%;
    }
    .analy-value.analy-ind {
        width: 64%;
        word-break: break-word;
        vertical-align: top;
        /* height: 85px; */
    }
    .camp-desc-right {
        width: 48%;
        float: left;
        margin-left: 30px;
    }
    .graph-col {
        width: 46%;
        /* border-bottom: 1px solid #949494; */
    }
}

@media screen and (max-width:1201px) {
    .admin-logo {
        margin: 30px 0 30px;
    }
    ul.sidebar-menu li span.menu-icons {
        margin-bottom: 5px;
    }
    ul.sidebar-menu>li {
        margin-bottom: 8px;
    }
    .dashboard-copyright {
        bottom: 18px;
    }
}


/**** Media Query End ******/


/*new css start*/

.email_wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.form-field.slider-field.w65 {
    width: 65px;
}

span.slider-field-value {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 47px;
    right: 8px;
    color: #646464;
}

.custom-slider {
    width: 270px;
    display: inline-block;
    ;
}

.form-field.slider-field {
    max-width: 200px;
    display: inline-block !important;
    margin-left: 20px;
}

.emailschedule_field {
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
    padding-top: 30px;
}

.data-active {
    cursor: pointer;
}

.admin-help-support-maindiv {
    margin-top: 30px;
    padding: 20px 10px;
}

.admin-help-support-maindiv .main-title {
    margin-bottom: 40px !important;
}

.admin-help-sup-container .help-sup-tab-header {
    border: 1px solid #ccc;
    padding: 20px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.admin-help-sup-container .hs-box {
    /*width: 161px;*/
    padding: 10px 7px;
    margin-bottom: 10px;
    float: none;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    width: 18.73%;
}

.admin-help-sup-container .help-sup-tab-header .rise-btn {
    margin-bottom: 20px;
}

.admin-help-sup-container .hs-tab-content .rise-btn {
    margin-right: -68px;
}

.managetopic-table-maindiv {
    border: 1px solid #dadada;
    box-shadow: 1px 0px 2px #dadada;
    -webkit-box-shadow: 1px 0px 2px #dadada;
}

.managetopic-table-maindiv {
    border: 1px solid #dadada;
    box-shadow: 1px 0px 2px #dadada;
    -webkit-box-shadow: 1px 0px 2px #dadada;
}

.managetopic-table-maindiv {
    margin-top: 27px;
}

.addtopic-popup-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.addtopic_content-maindiv {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #ffffff;
    width: 601px;
    padding: 46px 31px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
}

.addtopic_title {
    color: #646464;
    font-size: 24px;
    line-height: 24px;
    font-family: 'proxima_novasemibold';
    font-weight: 300;
    text-align: left;
    margin-bottom: 25px;
}

.addtopic_content-maindiv p {
    font-size: 16px;
    color: #b5b5b5;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.addtopic_content-maindiv p span.colorb {
    color: #646464;
}

.addtopic_popup_btn {
    text-align: center;
    margin-top: 33px;
    margin-left: 21px;
}

.addtopic_popup_btn button.btn.btn-common.btn-green {
    background: #ffffff;
    border-color: #00cc66;
    color: #00cc66;
}

.addtopic_popup_btn button.btn.btn-common.btn-green:hover {
    background: #00cc66;
    border-color: #00cc66;
    color: #ffffff;
}

.addtopic_content-maindiv .form-group label {
    font-size: 17px;
    font-weight: 200;
    text-align: right;
}

.addtopic_content-maindiv .form-group .form-control {
    height: 25px;
}

.addtopic-form-control .form-field label {
    width: 115px !important;
}

.upload-img .fileUpload.upload_btn.btn-green {
    width: 76px;
    padding: 0 5px;
}

.upload-field img {
    width: 51px;
    height: 51px;
    vertical-align: middle;
}

.add-quest-btns {
    display: block;
    margin-top: 15px;
    margin-bottom: 45px;
    margin-left: 30px;
}

.hs-box img {
    width: 51px;
    height: 51px;
}

.ng-hide,
[ng-cloak] {
    display: none;
}


/*new css end*/


/****** Animation CSS Begin******/


/* when hiding the thing */

.alert-animate.ng-hide-add {
    -webkit-animation: 0.5s lightSpeedOut ease;
    animation: 0.5s lightSpeedOut ease;
}


/* when showing the thing */

.alert-animate.ng-hide-remove {
    -webkit-animation: 0.5s flipInX ease;
    animation: 0.5s flipInX ease;
}


/* flip in */

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}


/* light speed out */

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}


/****** Animation CSS End******/


/**** Date Picker Begin  ******/

.input-date-field {
    border: 1px solid #cccccc;
    padding: 22px 14px 3px;
    display: block;
    margin: 0;
    width: 133px;
    color: #858585;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
}

.date-button {
    background-image: url(../images/calender-icon.png);
    background-repeat: no-repeat;
    background-position: 0% 0px;
    margin: auto;
    right: 10px;
    top: 0px;
    bottom: 0;
    border-radius: 0;
    padding: 0;
    height: 22px;
    width: 22px;
    outline: none;
    box-shadow: none;
    position: absolute;
}

.uib-daypicker th {
    padding: 5px 0;
}

.uib-datepicker {
    padding: 0 9px 9px;
}

.uib-daypicker,
.uib-monthpicker,
.uib-yearpicker {
    outline: none;
}

.uib-datepicker button.btn.btn-default.btn-sm {
    border-radius: 50%;
    border: none;
    width: 38px;
    height: 38px;
    border: none;
    font-size: 12px;
    color: #434A54;
    outline: none;
    box-shadow: none;
}

.uib-datepicker button.btn.btn-default.btn-sm strong {
    font-weight: normal;
}

.uib-datepicker button.btn.btn-default:hover,
.uib-datepicker button.btn.btn-default:focus {
    outline: none;
    box-shadow: none;
    background-color: #f6f6f6;
}

.uib-month button.btn.btn-default {
    border-radius: 50%;
    border: none; //border-bottom: 1px solid #EAEAEA;
    width: 53px;
    height: 53px;
    border: none;
    font-size: 14px;
    color: #434A54;
    outline: none;
    box-shadow: none;
}

.uib-year button.btn.btn-default {
    border-radius: 50%;
    border: none; //border-bottom: 1px solid #EAEAEA;
    width: 53px;
    height: 53px;
    border: none;
    font-size: 14px;
    color: #434A54;
    outline: none;
    box-shadow: none;
}

.uib-day,
.uib-month,
.uib-year {
    padding: 2px;
}

.uib-datepicker .uib-title {
    width: 100% !IMPORTANT;
    font-size: 14px !important;
}

.uib-monthpicker .uib-title {
    width: 100% !IMPORTANT;
    font-size: 14px !important;
}

.uib-daypicker tr:first-child th {
    border-bottom: 1px solid #EAEAEA !important;
    padding-bottom: 0;
    padding-top: 0;
}

.uib-monthpicker th {
    border-bottom: 1px solid #EAEAEA !important;
}

.uib-yearpicker th {
    border-bottom: 1px solid #EAEAEA !important;
}

.uib-datepicker .well {
    box-shadow: none;
    background-color: transparent;
    padding: 0 9px 10px;
}

.uib-datepicker th {
    text-align: left;
    padding: 0px 0;
    font-size: 12px;
    text-align: center;
    color: #aaa;
    vertical-align: middle;
    font-size: 14px;
}

.uib-datepicker th.showWeeks-class {
    padding: 15px 0 5px;
    font-size: 12px;
}

.uib-left,
.uib-title,
.uib-right {
    width: auto !important;
    outline: none;
    color: #000000 !Important;
    border-radius: 0 !important;
}

.uib-left,
.uib-right {
    font-size: 16px !important
}

.uib-left:hover,
.uib-title:hover,
.uib-right:hover,
.uib-left:focus,
.uib-title:focus,
.uib-right:focus {
    background-color: transparent !important;
    color: #04366f !important;
    outline: none;
    box-shadow: none;
}

.uib-left:hover i,
.uib-left:focus i,
.uib-right:hover i,
.uib-right:focus i {
    color: #04366f;
}

.uib-day .btn-info.active,
.uib-day .btn-info:active,
.uib-day .open>.dropdown-toggle.btn-info,
.uib-day .btn-info,
.uib-day .btn-info:focus,
.uib-day .btn-info:hover {
    color: #ffffff !important;
    background-color: #04366f !important;
    outline: none;
    box-shadow: none;
}

.uib-month .btn-info.active,
.uib-month .btn-info:active,
.uib-month .open>.dropdown-toggle.btn-info,
.uib-month .btn-info,
.uib-month .btn-info:focus,
.uib-month .btn-info:hover {
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.uib-year .btn-info.active,
.uib-year .btn-info:active,
.uib-year .open>.dropdown-toggle.btn-info,
.uib-year .btn-info,
.uib-year .btn-info:focus,
.uib-year .btn-info:hover {
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.uib-day .text-info {
    color: #434A54;
}

.uib-month .text-info {
    color: #434A54;
}

.uib-year .text-info {
    color: #434A54;
}

.uib-month .btn-default.btn-info.active,
.uib-month .btn-default.active,
.uib-month .btn-default.active:focus,
.uib-month .btn-default.btn-info.active .text-info {
    outline: none;
    color: #04366f;
    font-weight: bold;
    box-shadow: none;
    background-color: transparent;
}

.uib-year .btn-default.btn-info.active,
.uib-year .btn-default.active,
.uib-year .btn-default.btn-info.active .text-info {
    color: #04366f;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    font-weight: bold;
}

.uib-day .btn-info.active .text-info,
.uib-day .btn-info .text-info,
.uib-day .btn-info .text-muted {
    color: #ffffff;
}


/***** Date Picker End ********/


/*****Single Select Popup ******/

.multi_select_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.multi_select_wrapper {
    position: absolute;
    margin: auto;
    /*top: 50%;*/
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    box-sizing: border-box;
    background: #ffffff;
    width: 450px;
    padding: 46px 40px 35px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px
}

.ms_top_wrapper {
    color: #646464;
    font-size: 21px;
    line-height: 21px;
    font-family: 'proxima_novasemibold';
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.ms_middle_wrapper>.form-field:first-child {
    width: 100%;
    margin: auto;
}

.ms_middle_wrapper>.form-field .form-field.search-control {
    margin-bottom: 20px !important;
    width: 100%;
}

.ms_middle_wrapper>.form-field .form-field.search-control .search-field {
    width: 100%;
}

.ms_middle_wrapper .checkbox-wrapper {
    text-align: left;
    width: 100%;
    max-height: 213px;
    overflow: auto;
}

.ms_middle_wrapper .checkbox-wrapper>span {
    width: 100%;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.no-results-selected {
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}

a.appendValue {
    color: #04366f;
    text-decoration: underline;
    line-height: 24px;
    margin-right: 8px;
    font-size: 14px;
    white-space: nowrap;
}

label .addTemplateToolTip .fa {
    color: #858585;
    background: #ffffff;
    border: 1px solid #b3b3b3;
    font-size: 9px;
    padding: 2px 3px 2px 2px;
    line-height: 6px;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
}


/*****Single Select Popup ******/


/********Alert Popup Code Begin *****/

.AlertPopupOverlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.AlertPopupOverlay.session-popup {
    z-index: 99999 !important;
}

.AlertPopupOverlay .AlertPopupContent {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    box-sizing: border-box;
    background: #ffffff;
    max-width: 550px;
    padding: 36px 40px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
}

.AlertPopupOverlay.session-popup .camp_popup_title {
    margin-bottom: 0px !important;
}

.AlertPopupOverlay.session-popup p {
    margin: 22px 0 !important;
}

.Alert_popup_title {
    color: #646464;
    font-size: 24px;
    line-height: 24px;
    font-family: 'proxima_novasemibold';
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.Alert_popup_text {
    color: #646464;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.AlertPopupOverlay button.btn.btn-common.btn-h40 {
    height: 37px;
    border-width: 1px;
}

.fadeshow.ng-enter,
.fadeshow.ng-leave {
    -webkit-transition: opacity ease-in-out 600ms;
    -moz-transition: opacity ease-in-out 600ms;
    -ms-transition: opacity ease-in-out 600ms;
    -o-transition: opacity ease-in-out 600ms;
    transition: opacity ease-in-out 600ms;
}

.fadeshow.ng-enter,
.fadeshow.ng-leave.ng-leave-active {
    opacity: 0;
}

.fadeshow.ng-leave,
.fadeshow.ng-enter.ng-enter-active {
    opacity: 1;
}


/******** Alert Popup Code End ******/

.custom_table td.td-active span.data-active.resend-disable {
    color: #cccccc;
    pointer-events: none;
}


/*new css starts here*/

.change-btn-width {
    min-width: 217px;
}


/*new css ends here*/


/*====== Styles added by HARSHITH ======*/


/******** Dashboard Styles *********/


/*.dashboard.content-container {
  margin-top: 80px !important;
}*/

.dashboard-block.deliverui-block {
    margin-bottom: 30px;
}

.dashboard-block {
    margin-bottom: 15px;
}

.dashboard-block .dash-action {
    width: 31%;
    display: inline-block;
    float: left;
    height: 340px;
    margin-right: 16px;
}

.custom-white-bg {
    overflow: visible;
}

.dashboard-block h2.main-title {
    font-size: 18px;
    margin-bottom: 24px;
    width: 320px;
}

.dashboard-block .dash-action button {
    display: list-item;
    width: 100%;
    height: 46px;
    margin: 16px auto;
    background-color: #ecfaeb;
    border-radius: 5px;
    color: #2dce74;
    font-size: 16px;
    font-weight: 600;
}

.dashboard-block .dash-action button:hover,
.dashboard-block .dash-action button:focus {
    background-color: #2dce74;
    color: #fff;
    outline: 0;
    transition: 0.5s;
}


/*Changed Action options*/

.dashboard-block .dash-action h3 {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #646464;
    font-weight: 800;
}

.dashboard-block .dash-action span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #04366f;
}


/*Changed Action options*/

.dashboard-block .dash-notification {
    width: 100%;
    /* width: 66%; */
    display: inline-block;
    height: 530px;
    /* float: left; */
}

.dashboard-block .filter-block.dash-filter-block {
    margin: 18px 0;
}


.dashboard-block .dashboard-body {
    width: 100%;
}


.dashboard-block .dash-notification .notif-options {
    width: 71%;
    float: right;
    display: inline-block;
    margin-top: -11px;
}

.dashboard-block .dash-notification h2.main-title {
    display: inline-block;
    width: 29%;
}


.dashboard-block .dash-notification .notif-options button {
    height: 40px;
    background-color: #ecfaeb;
    color: #2dce74;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 7px;
}

.dashboard-block .dash-notification .notif-options .dismiss-notf {
    width: 138px;
}

.dashboard-block .dash-notification .notif-options .view-notf {
    width: 80px;
}

.dashboard-block .dash-notification .notif-options button:hover {
    outline: 0;
    background-color: #2dce74;
    color: #fff;
}

.dashboard-block .dash-notification .notif-options button:focus {
    outline: 0;
}

.dashboard-block .dash-notification .notif-options input[type='text'] {
    background-color: #f7f7f7;
    height: 40px;
    width: 150px;
    border-radius: 5px;
    padding: 0 11px;
    background-image: url('../images/magnifying-glass.png');
    background-repeat: no-repeat;
    background-position: 8px 10px;
    text-indent: 25px;
}

.dashboard-block .dashboard-body .dash-body-row.row {
    margin: 0 0;
}

.dashboard-block .dashboard-body .dash-box {
    padding: 21px 30px;
    width: 23.5%;
    height: 122px;
    display: inline-block;
    float: left;
    margin-right: 16px;
}

.dashboard-block .dashboard-body .dash-box.contact-box {
    width: 18.7%;
}

.dashboard-block .dashboard-body .dash-box .main-title {
    margin-bottom: 12px;
    font-size: 16px;
}

.dashboard-block .dashboard-body .dash-box .dash-value {
    font-size: 30px;
    font-weight: 800;
    color: #04366f;
}

.dash-cmpltd-count {
    display: grid;
    float: left;
    margin-right: 54px;
}

.cmpltd-counts {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    margin-bottom: 6px;
}

.notif-body {
    overflow-y: auto;
    height: 410px;
    overflow-x: hidden;
    width: 100%;
}

.notif-body .notifications {
    margin-bottom: 18px;
}

.notif-body .notifications:first-child {
    margin-top: 8px;
}

.notif-body .notifications .notif-content {
    display: inline-block;
    width: 55%;
}

.notif-body .notifications .notif-content .notif-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    background-color: #2dce74;
    color: #fff;
    font-size: 14px !important;
    display: inline-block;
}

.notif-body .notifications .notif-content .notif-icon i {
    margin-top: 7px;
    font-weight: 400;
}

.notif-body .notifications .notif-content .notif-text {
    width: 85% !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.notif-fullwidth {
    width: 100% !important;
    transition: width 0.6s;
}

.notif-fullwidth-2 {
    width: 70% !important;
}

.notif-body .notifications .notif-content .notif-text p {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 21px;
}

.notif-body .notifications h6 {
    display: inline-block;
    margin-left: 12px;
    color: #a9a9a9;
    width: 20%;
    text-align: right;
}

.notif-body .notifications a {
    margin-left: 29px;
    color: #2dce74;
    font-weight: 600;
    display: inline-block;
    width: 15%;
    /* text-align: right; */
    text-align: right;
}

.notif-body .notifications a:hover {}

.dashboard-anlytcs {}

.dashboard-anlytcs .anlytics-left {
    width: 48.4%;
    padding-bottom: 15px;
    display: inline-block;
    /* height: 371px; */
    margin-right: 14px;
}

.dashboard-anlytcs .anlytics-right {
    width: 48.4%;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 14px;
}

.highcharts-title {
    display: none !important;
}

.highcharts-container {
    margin-right: 0 !important;
}

@media screen and (max-width:1286px) {
    .dashboard-block .dashboard-body .dash-box {
        padding: 20px 14px;
        width: 23.5%;
    }
    .notif-body .notifications .notif-content .notif-text {
        /* width: 290px; */
        width: 74%;
    }
    .notif-body .notifications h6 {
        margin-left: 10px;
        width: 20%;
    }
    .notif-body .notifications a {
        margin-left: 29px;
    }
}

@media screen and (max-width:1184px) {
    .dashboard-block .dash-notification .notif-options .dismiss-notf {
        width: 120px;
        margin-left: 5px;
    }
    .dashboard-block .dash-notification .notif-options .view-notf {
        width: 65px;
    }
    .dashboard-block .dash-notification .notif-options input[type='text'] {
        width: 120px;
    }
}


/******** Dashboard Styles END *********/

.mrb-0 {
    margin-bottom: 0 !important;
}


/******** Billing Page Styles *********/

.billing-statement {}

.billing-statement th {}

.billing-statement th a {
    /* font-size: 13px; */
}

.billing-statement td {
    font-size: 13px;
}

.billing-statement td span {
    font-size: 14px !important;
}

.billing-statement table {}

.billing-statement table th {
    position: relative;
}

.billing-statement table .th-bil-date {
    width: 10%;
    padding-left: 20px;
}

.billing-statement table .th-bill-statement {
    width: 11%;
}

.billing-statement table .th-bill-amount {
    width: 11%;
}

.billing-statement table .th-bill-due-amt {
    width: 13%;
}

.billing-statement table .th-bill-disc {
    width: 10%;
}

.billing-statement table .th-bill-due {
    width: 10%;
}

.billing-statement table .th-bill-mode {
    width: 11%;
}

.billing-statement table .th-bill-status {
    width: 14%;
}

.billing-statement table .th-bill-action {
    width: 29%;
}


/*Statement Table End*/

.billing-main {
    background-color: #fff;
}

.billing-container {
    width: 92%;
    margin: auto;
}

.bill-edit {
    margin-top: 20px;
    float: right;
    height: 28px !important;
    border: 0 !important;
    background-color: #37c936 !important;
    color: #fff !important;
}

.bill-row {
    display: block;
    margin-top: 25px;
}

.bill-row .bill-left {
    float: left;
    width: 50%;
}

.bill-row .bill-left h2 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bill-row .bill-left h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bill-row .bill-left p {
    line-height: 18px;
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 10px;
}

.bill-row .bill-right {
    float: right;
    width: 50%;
    text-align: right;
}

.bill-row .bill-right .bill-summary {
    width: 250px;
    float: right;
    text-align: left;
}

.bill-row .bill-right .opend-logo {
    margin-top: 38px;
}

.bill-row .bill-right h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bill-row .bill-right p {
    line-height: 18px;
    color: #5a5a5a;
}

.bill-row .bill-right .bill-summary p:first-child {
    margin-top: 5px;
}

.billing-tbl-main {
    margin-top: 35px;
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 9px; */
    /* height: 633px; */
    /* overflow-y: scroll; */
}

table.billing-table {
    width: 100%;
    border: 0px !important;
    margin-bottom: 0px;
}

table.billing-table tr {}

table.billing-table th {
    padding: 20px 8px 20px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    /* border: 0; */
    border-color: #ddd;
    text-align: center;
}

table.billing-table th:first-child {
    width: 7%;
}

table.billing-table th:nth-child(2) {
    width: 28%;
    text-align: left;
}

table.billing-table th:nth-child(3) {
    width: 15%;
}

table.billing-table th:nth-child(4) {
    width: 11%;
}

table.billing-table th:nth-child(5) {
    width: 10%;
}

table.billing-table th:nth-child(6) {
    width: 11%;
}

table.billing-table th:nth-child(7) {
    width: 10%;
    text-align: center;
}

table.billing-table th:nth-child(8) {
    width: 16%;
}

table.billing-table td {
    padding: 15px 8px;
    /* border: 0; */
    color: #5a5a5a;
    border-color: #ddd;
    vertical-align: middle;
    text-align: center;
}

table.billing-table td:nth-child(2) {
    text-align: left !important;
}

table.billing-table td:last-child {
    text-align: center;
}

.total-main {
    padding: 22px 0;
    border: solid #ddd;
    border-width: 1px 0px 1px 0px;
    margin: 34px 0 0 0;
    width: 100%;
}

.total-value {
    width: 20%;
    float: right;
    margin-right: 33px;
}

.total-value.penalty-price {
    margin-top: 16px;
}

.total-value .total-row {
    margin: 10px 0;
    color: #5a5a5a;
}

.total-value .total-row .total-left {
    float: left;
    margin-left: 28px;
}

.total-value .total-row .total-right {
    float: right;
}

.billing-regno {
    display: block;
    letter-spacing: 1px;
    margin-top: 25px;
}

.billing-regno h3 {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    color: #04366f;
}

.billing-regno span {
    font-size: 18px;
    display: inline-block;
    margin-left: 6px;
    font-weight: 600;
    color: #04366f;
}

.billing-footer {
    padding: 30px 0;
    display: block;
}

.billing-footer .footer-blocks {
    display: inline-block;
    width: 33%;
    float: left;
}

.contact-block {
    width: 156px;
    margin: 0 auto;
}

.payment-block {
    width: 158px;
    float: right;
}

.billing-footer .footer-blocks h4 {
    font-size: 18px;
    font-weight: 600;
    color: #04366f;
    margin-bottom: 14px;
}

.billing-footer .footer-blocks p {
    line-height: 17px;
    color: #5a5a5a;
}


/******** Billing Page Styles Ends *********/


/*********** Reports Style ************/

.report-wrapper {}

.report-control {
    width: 100%;
    display: block;
}

.report-control .report-left {
    /* display: inline-block; */
    /* float: left; */
}

.report-control .report-left .form-field {
    float: left;
}

.report-control .report-right {
    display: inline-block;
    float: right;
}

.report-control .report-right .form-field {
    float: right;
    margin-top: 3px;
}

.report-control .form-field .select-field {
    width: 175px;
    border-color: #04366f;
    height: 45px;
}

.report-control .form-field .input-field {
    border-color: #04366f;
    height: 45px;
    width: 275px;
}

.reportlist-table {
    width: 100% !important;
    margin-top: 22px !important;
}

.reportlist-table table {
    border: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.reportlist-table table th {
    /* background-color: #e9eef1; */
    /* border-bottom: 1px solid #ddd; */
    /* text-align: center; */
    color: #444;
    padding: 16px 13px;
    font-weight: 600;
    font-size: 13px;
}

.reportlist-table table td {
    border-bottom: 1px solid #ddd !important;
    /* text-align: center; */
    padding: 16px 13px;
}

.reportlist-table table tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
}

.reportlist-table table tr:last-child td:last-child {
    border-bottom-right-radius: 0 !important;
}

.report-total {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 30px;
}

.report-total .report-total-wrapper {
    width: 256px;
    float: right;
    margin-right: 95px;
    padding: 18px 0;
}

.report-total span:first-child {
    float: left;
    color: #646464;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.report-total span:last-child {
    float: right;
    color: #646464;
    font-weight: 600;
    font-size: 16px;
}


/*********** Reports Style Ends ************/


/* Bootstrap Multi select styles Start */

.btn-group .dropdown-toggle {
    width: 270px !important;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    outline: none;
    font-size: 15px;
    -webkit-appearance: none;
    text-align: left;
    transition: 0.5s;
    box-sizing: border-box;
    font-weight: 500;
    box-shadow: none;
    color: #646464;
    text-align: center;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
    background: #04366f !important;
    color: #fff !important;
}

.btn-group .input-group-addon {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-group .multiselect-search {
    padding: 2px 7px;
    width: 163px;
}

.btn-group .multiselect-clear-filter {
    border: 1px solid #ccc;
}

.btn-group .multiselect-clear-filter:hover {
    border: 1px solid #04366f;
}

.btn-group .multiselect-clear-filter i {
    top: 3px;
}

.multiselect-container.dropdown-menu {
    max-height: 300px;
}

.multiselect-container li {
    border-bottom: 1px solid #ddd;
}

.multiselect-container li a {
    outline: 0;
}

.multiselect-container li a label {
    margin-left: 21px !important;
    font-size: 14px !important;
}

.multiselect-container li a:focus {
    outline: none !important;
}

.multiselect-container li a label input {
    vertical-align: bottom;
    display: inline-block;
    margin-top: 9px;
    width: 15px;
    height: 15px;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-title h3 {
    margin: 0;
    padding: 15px 29px !important;
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none;
}

.panel-title h3:hover {
    text-decoration: none;
}


/* .multiselect-item .multiselect-all label{
  margin-left: 21px !important;
font-size: 14px !important;
}
.multiselect-item .multiselect-all input{
      vertical-align: bottom;
      display: inline-block;
      margin-top: 9px;
      width: 20px;
      height: 20px;
} */


/*multi select options*/

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 210px;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #04366f;
    cursor: default;
    /* height: 45px; */
    border-radius: 3px;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 15px 22px 6px 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #646464;
    height: 43px;
    cursor: pointer;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #646464;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

.fs-wrap.fs-default.fs-open .fs-arrow {
    border-top: 6px solid #043770 !important;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 320px;
    margin-top: 0px;
    z-index: 1000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding: 7px 0;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 4px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    /* border-bottom: 1px solid #eee; */
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    /* padding: 0 4px; */
    width: 95%;
    margin: 10px auto;
    border: 1px solid #ddd;
    padding: 1px 10px;
    border-radius: 2px;
}

.fs-option {
    cursor: pointer;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    padding: 8px 0 8px 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(4, 54, 111);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}


/****** Delivery UI Styles ******/

.mail-top {
    display: block;
    padding-bottom: 15px;
}

.mail-top .mail-details {
    width: 45%;
    float: left;
}

.mail-top .mail-row {
    margin: 3px 0;
}

.mail-top .mail-details h4 {
    width: 120px;
    display: inline-block;
    /* text-align: right; */
    font-size: 14px;
    font-weight: 600;
}

.mail-top .mail-details p {
    display: inline-block;
}

.mail-top .reply-btn {
    width: 45%;
    float: right;
}

.mail-body {
    padding: 5px 0 25px 0px;
}

.mail-body h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0 13px 0;
}
.mail-body .mail-discription p {
    margin: 8px 0;
}
.btn:focus{
    box-shadow: 0 0 0 0rem rgb(255,255,255) !important;
}
.creative-table tr h3{
    font-size: 14px !important;
}
.notif-body h5,
.notif-body h6{
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
.notifications div{
    font-size: inherit !important;
}

.notifications p{
    margin-bottom: 0 !important;
}
/* domain percentage css start  --nitish*/
.domain-percentage-label{
    font-size:14px;
    width: 160px;
    line-height: 18px;
    vertical-align: text-top;
    float: none;
    position: relative;
    padding-right: 12px;
    margin-right: 55px;
    height: auto;
    color:#646464;
    font-weight:500;
    margin-top:5px
}
.domain-percentage-i{
    color: #858585;
    background: #ffffff;
    border: 1px solid #b3b3b3;
    font-size: 9px;
    padding: 2px 3px 2px 2px;
    line-height: 6px;
    width: 12px;
    height: 12px;
    text-align: center;
}
.domain-percentage-input{
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    width: 47px;
    height: 24px;
    text-align: center;
    padding: 5px;
}
/* domain percentage css end */