﻿
@font-face {
    font-family: 'FontAwesome';
    src: url("~/../App_Themes/fontawesome/fontawesome-webfont.eot?v=4.4.0");
    src: url("~/../App_Themes/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format('embedded-opentype'),
         url("~/../App_Themes/fontawesome/fontawesome-webfont.woff?v=4.4.0") format('woff'), 
        url("~/../App_Themes/fontawesome/fontawesome-webfont.ttf?v=4.4.0") format('truetype'), 
        url("~/../App_Themes/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}
/*for footer at Bottom of the Page Starts Here */
html {
    padding: 0; /*remove padding */
    margin: 0; /* remove margins */
    border: 0; /* remove borders */
    height: 100%; /* fix height to 100% for IE */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0px; /*remove padding */
    margin: 0; /* remove margins */
    border: 0; /* remove borders */
    /*height:100%;*/ /* fix height to 100% for IE */
    /*height:96%;  fix height to 100% for IE */
    /*max-height:100%;*/ padding-top: 65px !important;
    background: #eeeeee;
}

#wrapper {
    MARGIN: 0px; /*we have to minus the Height of the Footer */
    width: 100%;
    position: relative;
    min-height: 100%;
    display: table;
}

.mainContent {
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    width: 100%;
    min-width: 1003px;
    border: 0px solid red;
    margin: 0px auto;
}
/*for footer at Bottom of the Page Ends Here */
BODY {
    TEXT-ALIGN: center;
    background: #f1f1f1;
    COLOR: #444;
    /*padding-bottom: 23px;
    padding-bottom: 60px !important;*/
    display: inline-block !important;
    width: 100%;
}

    BODY.htmlarea-content-body {
        COLOR: #777;
    }

#header {
    HEIGHT: 60px;
    text-align: left;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 97;
}

.header_inner {
    height: 62PX;
    background: #ffffff;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

    .header_inner .logo_wrap {
        width: 250px;
        height: 62px;
        overflow: hidden;
        float: left;
    }

        .header_inner .logo_wrap .my_logo {
            width: 100%;
            max-height: 61px;
        }

    .header_inner .main_menu_wrap {
        position: relative;
        float: left;
    }

    .header_inner .header_right_part {
        float: right;
    }

.header_right_part .language_wrap {
    position: relative;
    top: 20px;
    right: 15px;
}

.logout-ddl-wrap {
    position: relative;   
    float: right;
    border:5px solid red; width:90px; height:50px;
}

.user_name_and_logout_wrap {
    position: relative;
    padding-left: 0px;
    display: inline; width:100%; float:left;
}

    .user_name_and_logout_wrap .user_icon_wrap {
        border: 1px solid #dddddd;
        background: #ffffff;
        height: 28px;
        width: 28px;
        text-align: center;
        display: inline;
        position: absolute;
        left: 10px;
        top: 23px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .user_name_and_logout_wrap .user_icon_wrap i {
            font-size:24px;
            position: relative;
            top: 3px;
        }

    .user_name_and_logout_wrap .user_name_link {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding:0px;
        /*min-width: 110px;*/
    }

        /*.user_name_and_logout_wrap .user_name_link .lbl_and_arow {
            color: #777777;
            font-size: 16px;
        }

            .user_name_and_logout_wrap .user_name_link .lbl_and_arow .user_name_lbl {
                position: relative;
                padding-right: 10px;
            }

                .user_name_and_logout_wrap .user_name_link .lbl_and_arow .user_name_lbl:after {
                    position: absolute;
                    content: "\f0d7";
                    font-family: 'FontAwesome';
                    right: -5px;
                    top: 4px;
                }

        .user_name_and_logout_wrap .user_name_link .user_setting_ddl {
            display: none;
        }

    .user_name_and_logout_wrap .user_name_link_hover {
        background: #ffffff;
        box-shadow: -2px 2px 2px rgba(0,0,0,0.25), 2px 2px 2px rgba(0,0,0,0.25);
    }

    .user_name_and_logout_wrap .user_name_link .user_setting_ddl li {
        list-style: none;
    }

    .user_name_and_logout_wrap .user_name_link .user_setting_ddl li {
        border-top: 1px solid #eeeeee;
        position: relative;
        padding: 18px 10px 18px 33px;
    }

        .user_name_and_logout_wrap .user_name_link .user_setting_ddl li i.menu_icon {
            position: absolute;
            top: 18px;
            left: 15px;
            font-size: 16px;
        }

        .user_name_and_logout_wrap .user_name_link .user_setting_ddl li a {
            color: #777777 !important;
            font-size: 14px;
            font-weight: normal;
            width: 100%;
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .user_name_and_logout_wrap .user_name_link .user_setting_ddl li:hover {
            color: #333333 !important;
            background: #eeeeee;
        }*/


.header_right_part {float:left;}
.header_right_icon_menu {position:relative;  float:left;}
.header_right_icon_menu .notification_icon_wrap {float:left; padding:20px 18px 19px 15px; position:relative;}
.header_right_icon_menu .notification_icon_wrap .notification_count { height:20px; width:20px; color:#ffffff; font-weight:bold; font-size:10px; text-align:center; line-height:18px; position:absolute; right:6px; top:11px; background:#F3B300; border-radius:50%;}
.header_right_icon_menu .notification_icon_wrap .user_icon_wrap i {font-size:24px;}

.header_right_icon_menu .user_name_icon_wrap { height:49px; width:37px; padding:12px 10px 0px 10px; float:left;}
.header_right_icon_menu .user_name_icon_wrap .user_icon_wrap { border:1px solid #dddddd;  border-radius:50%; background:#eeeeee; text-align:center; height:35px; width:35px; display:block;}
.header_right_icon_menu .user_name_icon_wrap .user_icon_wrap i {font-size:20px; margin-top:5px;}

.user_name_icon_wrap .user_setting_ddl li.welcome_user_wrap { min-height:60px; padding: 5px 10px 10px 70px; position:relative;  border-bottom:1px solid #eeeeee;}
.user_name_icon_wrap .user_setting_ddl li.welcome_user_wrap .welcome_txt {font-size:20px; position:relative; top:5px; width:100%; display:block;}
.user_name_icon_wrap .user_setting_ddl li.welcome_user_wrap .user_name_lbl {font-size:14px; position:relative; top:5px; width:100%; display:block;}
.user_name_icon_wrap .user_setting_ddl li.welcome_user_wrap .user_photo {   border: 1px solid #ddd; border-radius: 50%; display: block; height:45px; left: 10px; position: absolute; text-align: center; top: 15px; width:45px; background:#eeeeee;}
.user_name_icon_wrap .user_setting_ddl li.welcome_user_wrap .user_photo i.menu_icon {font-size:28px; margin-top:7px; }
.user_name_icon_wrap .user_setting_ddl li.logout-menu-wrap { padding:15px 10px 15px 38px; border-bottom:1px solid #eeeeee; position:relative; font-size:14px;}
.user_name_icon_wrap .user_setting_ddl li.logout-menu-wrap .menu_icon.fa.fa-unlock-alt {font-size:18px; left:16px; top:16px; position:absolute;}
.user_name_icon_wrap .user_setting_ddl li.logout-menu-wrap .menu_icon.fa.fa-sign-out {font-size:18px; left:15px; top:16px; position:absolute;}

/*Notification css Start*/
.user_notification_ddl li {list-style: none;}
.user_notification_ddl li { position: relative; padding:10px; margin-bottom:20px; box-shadow:0px 0px 3px 0px #9f9f9f;}
.user_notification_ddl li i.menu_icon {position: absolute; top: 18px; left: 15px; font-size: 16px;}
.user_notification_ddl li a {color: #777777 !important; font-size: 14px; font-weight: normal; width: 100%; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.user_notification_ddl li:hover {color: #333333 !important; background: #f2f2f2 !important;}
.user_notification_ddl li:last-of-type {margin-bottom:0px;}
.user_notification_ddl li .notification_txt {font-weight:normal; font-size:14px;}
.user_notification_ddl li .notification_btn {padding-top:5px;}
.user_notification_ddl li .notification_btn div {font-weight:bold; text-transform:uppercase; color:#22b1aa; float:left; margin-right:20px; cursor:pointer; }
/*Notification css End*/

#togglebtn {
    position: absolute;
    top: 0px;
    left: 248px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    padding-top: 20px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

    #togglebtn i {
        font-size: 21px;
        margin-left: 20px;
        margin-right: 20px;
    }

#left_penal {
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.width_full {
    width: 100%;
}

#footer {
    width: 99%;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/footer_bg_x.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    HEIGHT: 23px;
    /*position:fixed;*/
    /*clear:both;*/
    bottom: 0;
    left: 0;
    margin: 0px auto;
}

.footer_curve {
    width: 100%;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/footer_curve_left.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 23px;
}

.footer_contentsholder {
    width: 100%;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/footer_curve_right.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 23px;
    vertical-align: top;
    margin-top: 17px;
}

.left_menu_copyright_wrap {
    position: fixed;
    color: #ffffff;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
}

.navigation_holder {
    float: left;
    width: 100%;
    height: 47px;
    background: none;
    position: absolute;
    top: 11px;
    left: 270px;
    width: 50%;
}

.navi_out {
    float: left;
    width: 100%;
    height: 47px;
    background: none;
}

.navi_contents {
    float: left;
    width: 100%;
    height: 47px;
    background: none;
    padding: 0px 0px 0px 0px;
}

.navigation {
    float: left;
    margin: 0px;
    padding: 17px 0px 0px 0px;
    height: 34px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}


/*
#footer DIV {
	MARGIN: 0px auto; WIDTH:100%; HEIGHT: 30px
}
#footer UL {
	LIST-STYLE-TYPE: none; MARGIN-TOP: 8px; FLOAT: left; OVERFLOW: hidden
}
#footer UL LI {
	BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 0px; MARGIN: 0px 10px 0px -5px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; FLOAT: left; HEIGHT: 13px; OVERFLOW: hidden; PADDING-TOP: 0px
}
#footer SPAN {
	MARGIN: 8px; FLOAT: left; COLOR: #888
}
#footer UL.logos {
	MARGIN: 0px; WIDTH: 358px; FLOAT: right; HEIGHT: 30px
}
#footer UL.logos LI {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND-REPEAT: no-repeat; FLOAT: left; HEIGHT: 30px; OVERFLOW: hidden; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px
}
#footer UL.logos LI A {
	PADDING-LEFT: 1000px; DISPLAY: block; HEIGHT: 30px
}
.lang-de #footer .logos .one {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-bvdw.gif); WIDTH: 55px
}
.lang-de #footer .logos .two {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-ddv.gif); WIDTH: 28px
}
.lang-de #footer .logos .three {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-bvm.gif); WIDTH: 28px
}
.lang-de #footer .logos .four {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-csa.gif); WIDTH: 30px
}
.lang-de #footer .logos .five {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-dma.gif); WIDTH: 30px
}
.lang-de #footer .logos .six {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-esomar.gif); WIDTH: 58px
}
.lang-de #footer .logos .seven {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-iab.gif); WIDTH: 69px
}
.lang-de #footer .logos .eight {
	BACKGROUND-IMAGE: url(https://customercenter.dynamic1001.eu/NewFrontendImages/logo-sncd.gif); WIDTH: 60px
}
.home#wrapper {
	MARGIN: 0px auto 20px
}
#flash {
	POSITION: relative; MARGIN: 10px 0px 0px; WIDTH: 980px; HEIGHT: 245px
}
#intro {
	POSITION: relative; PADDING-BOTTOM: 0px; MIN-HEIGHT: 220px; PADDING-LEFT: 20px; WIDTH: 940px; PADDING-RIGHT: 20px; PADDING-TOP: 20px;
}*/
.breadcrumb {
    border: 0px solid red;
    POSITION: relative;
    LINE-HEIGHT: 28px;
    MARGIN-BOTTOM: 0px;
    BACKGROUND: url(https://customercenter.dynamic1001.eu/NewFrontendImages/col_center_bullet.gif) no-repeat left 26px;
    HEIGHT: 27px;
    OVERFLOW: hidden;
    width: auto;
    padding-left: 19px;
}

.bc_holder {
    float: left;
    width: 690px;
    padding-left: 0px;
}

.col_center .breadcrumb UL {
    POSITION: absolute;
    PADDING-LEFT: 0px;
    LEFT: -10px;
    float: left;
}

.col_center .breadcrumb LI {
    LIST-STYLE-TYPE: none;
    PADDING-LEFT: 0px;
    BACKGROUND: url(https://customercenter.dynamic1001.eu/NewFrontendImages/breadcrumb_arrow.gif) no-repeat left center;
    FLOAT: left;
}

    .col_center .breadcrumb LI.noImage {
        background-image: none;
    }

.col_center .breadcrumb A {
    PADDING-RIGHT: 5px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #cccccc;
    TEXT-DECORATION: none;
}

    .col_center .breadcrumb A:hover {
        COLOR: #777777;
    }

/* for Netherlands and all the Flags settings Starts*/
.lang-de #top {
    WIDTH: 509px;
}

.lang-en #top {
    WIDTH: 498px;
}
/* for Netherlands and all the Flags settings Ends*/

/* for the Box Starts*/
.middle_area {
    /*float:left;*/
    width: 100%;
    padding: 0px 10px 35px 0px;
    border: 0px solid red;
    display: table;
    height: 100%;
    /*min-height:440px;*/
}
/*
.middle_area .boxscroll{
border:0px solid green;
width:100%;
height:375px;
padding-left:20px;

}*/
.in_curve_main {
    float: left;
    width: 930px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/innercurve_top.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding: 5px 0px 19px 0px;
}

.in_contents_main {
    float: left;
    width: 930px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/inner_container_btm.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 0px 0px 0px;
}

.contentStarts {
    padding: 13px 29px 13px 29px;
}


.contentStarts3 {
    padding: 0px 10px 0px 10px;
}
/* for the Box Ends*/
/*Typo starts Here */
H1 {
    MARGIN: 0px 0px 8px;
    FONT-SIZE: 18px;
    FONT-WEIGHT: normal;
}

H2 {
    MARGIN: 0px 0px 14px;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
}

H3 {
    MARGIN-BOTTOM: 5px;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
}

H1 A {
    BACKGROUND-IMAGE: none;
    PADDING-RIGHT: 0px;
}

H2 A {
    BACKGROUND-IMAGE: none;
    PADDING-RIGHT: 0px;
}

H3 A {
    BACKGROUND-IMAGE: none;
    PADDING-RIGHT: 0px;
}

P {
    MARGIN-BOTTOM: 14px;
}

A {
    COLOR: #333;
    TEXT-DECORATION: none;
}

.Orange14 {
    font-size: 14px;
    color: #ff042e;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/arrow_ecircle.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 0px 0px 0px 20px;
}

.Gray14 {
    font-size: 18px;
    color: #777777;
    padding: 0px 0px 0px 0px;
}

.gray11Arrow {
    font-size: 11px;
    color: #777777;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/arrow_gray.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 0px 0px 0px 13px;
}
/* Typo Ends HEre */



input.normal {
    border: #e8e8e8 1px solid;
    line-height: 14px;
    text-indent: 3px;
    width: 230px;
    float: left;
    height: 14px;
    padding: 3px 0px 3px 0px;
    margin: 0px;
    font-size: 11px;
    color: #777;
}
/*Previous Button*/
a.bbutton_back {
    display: block;
    float: left;
    height: 24px;
    font-weight: bold;
    font-size: 12px;
    color: #ff042e;
    text-decoration: none;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/btn_rightback.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px 11px 0px 0px;
}

a:hover.bbutton_back {
    display: block;
    float: left;
    height: 24px;
    font-weight: bold;
    font-size: 12px;
    color: #ff042e;
    text-decoration: none;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/btn_rightback.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px 11px 0px 0px;
}


a.bbutton_back span {
    display: block;
    float: left;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/btn_leftBack.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 21px;
    padding: 3px 0px 0px 24px;
    cursor: pointer;
}

a:hover.bbutton_back span {
    display: block;
    float: left;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/btn_leftBack.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 21px;
    padding: 3px 0px 0px 24px;
    cursor: pointer;
}




/*Previous button close*/
.error_msg {
    color: #D10024;
    font-size: 13px;
    font-weight: normal;
}

.success_msg {
    color: #00a747;
    font-size: 13px;
    font-weight: normal;
}

/* Common Grid Styles Strats Here*/
.HeaderBG {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bg_gridHeader.gif);
    background-repeat: repeat-x;
    height: 13px;
    background-position: 0px 0px;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    border: 0px solid red;
}

.HeaderBG1 {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bg_gridHeader1.gif);
    background-repeat: repeat-x;
    height: 34px;
    background-position: 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.HeaderBGSub {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bg_gridHeaderSub.gif);
    background-repeat: repeat-x;
    height: 33px;
    background-position: 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    font-weight: bold;
}

.LeftRightSpace {
    width: 2px;
    background-color: #FFFFFF;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/spacer.gif);
    border-bottom: 1px solid #e1e1e1;
}

.HeaderText {
    font-size: 11px;
    color: #777;
    line-height: 18px;
    height: 19px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.HeaderText1 {
    font-size: 11px;
    color: #777;
    line-height: 18px;
    height: 19px;
    padding: 10px 5px 10px 0px;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: top;
}

.HeaderText_noBorder {
    font-size: 13px;
    color: #444;
    line-height: 18px;
    height: 19px;
    padding: 5px 5px 3px 0px;
    vertical-align: top;
}

.HeaderTextSub {
    font-size: 11px;
    color: #777;
    line-height: 18px;
    height: 19px;
    padding: 5px 5px 5px 0px;
    vertical-align: top;
}

.tableBorder {
    border: 0px solid red;
}

.tableBorder1 {
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
}

    .tableBorder1 tr td {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

.tableBorder2 {
    border: 1px solid #d9d9d9;
}

.itembg {
    background-color: #f6f6f6;
}

/* Common Grid Styles Ends Here*/
.normal_textbox {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 231px;
    padding: 3px 0px 3px 0px;
    color: #777;
    margin: 0px;
}

.Main_textarea {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 305px;
    padding: 3px 0px 3px 0px;
    color: #777;
    margin: 0px;
}
/*this is For Title because title should be Big */
.input_box1 {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 472px;
    padding: 3px 0px 3px 0px;
    color: #777;
    margin: 0px;
}
/*this is For Import Config. only Numeric digit will be comes here */
.input_box2 {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 87px;
    padding: 3px 0px 3px 0px;
    color: #777;
    margin: 0px;
}
/*this is For Import Config. only  will be comes here */
.ziptextbox {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 79px;
    padding: 3px 0px 3px 0px;
    color: #777;
    margin: 0px;
}
/*this is For Task Scheduler */
.input_box3 {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 189px;
    padding: 3px 0px 3px 0px;
    color: #777;
    margin: 0px;
}

/*this is For Contact details screen. */
.cityTextBox {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 148px;
    padding: 3px 0px 3px 0px;
    color: #777;
    margin: 0px;
}
/*this is For Date Picker */
.Dateinput_box {
    font-size: 11px;
    border: #dddddd 1px solid;
    width: 75px;
    padding: 3px 3px 3px 0px;
    color: #777;
    margin: 0px;
}



.SelectedDataPagerButton {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #919191;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    cursor: pointer;
}

.DataPagerButton {
    color: #000000;
    font-weight: normal;
    background-color: #e9e9e9;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    cursor: pointer;
}


.in_curve_main1 {
    float: left;
    /*width: 450px;*/
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/innercurvetop_popup.gif);
    background-repeat: no-repeat;
    background-position: top;
    /*padding: 5px 0px 19px 0px;*/
}

.in_contents_main1 {
    float: left;
    width: auto;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/innercurvebtm_popup.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 0px 0px 0px;
}

.in_curve_main2 {
    float: left;
    width: 600px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/innercurvetop_popup1.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding: 6px 0px 19px 0px;
}

.in_contents_main2 {
    float: left;
    width: 600px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/innercurvebtm_popup1.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 0px 0px 0px;
}

.popup_spacing {
    padding: 2px 0px 5px 0px;
    margin: 0px;
    text-align: left;
}

.contentStarts1 {
    /*padding: 0px 29px 13px 22px;*/
}

.whiteFont {
    font-size: 12px;
    color: #38383a;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-weight: bold;
}

a.whiteFont {
    font-size: 12px;
    color: #38383a;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-weight: bold;
    cursor: pointer;
}
/* Classes for Steps in Campaign Starts Here */
.steps_holder {
    /*margin: 0px;*/
    padding: 0px;
    text-align: left;
    float: left;
}

.steps_bredcrum {
    float: left;
    width: 100%;
    height: 45px;
    margin: 0px;
    position: relative;
    top: 1px;
    /*padding: 1px 0px 1px 0px;*/
    /*background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/step_bc_dots.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;*/
}

    .steps_bredcrum ul {
        float: left;
        width: 100%;
        height: 40px;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        list-style: none;
        position: static;
    }

        .steps_bredcrum ul li {
            float: left;
            height: 39px;
            margin: 0px;
            padding: 12px 22px 0px 22px;
            /*background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bc_arrow_gray.jpg);
            background-repeat: no-repeat;
            background-position: 0px 0px;*/
            font-weight: bold;
        }

            .steps_bredcrum ul li.stepasctive {
                float: left;
                height: 26px;
                margin: 0px;
                padding: 6px 20px 0px 20px;
                background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bc_arrow_red.jpg);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                font-weight: bold;
            }

.steps_contents {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

a.statictext:link, a.statictext:active, a.statictext:visited {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #666666;
    cursor: pointer;
}

a.statictext:hover {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.Orange11 {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    color: #ff052b;
}
/* Classes for Steps in Campaign End Here */

/* ------------------------------------------   multiselect  drop down css   -----------------------------------------------------------         */
.ui-dropdownchecklist {
    height: 22px;
    border-right: 0;
    padding-right: 0px;
    border: 0px solid #e8e8e8;
}

.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
    border: 0px solid #e8e8e8;
    height: 22px;
}

.ui-dropdownchecklist span {
    border: 1px solid #E8E8E8;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/dropdown.png);
    background-repeat: no-repeat;
    background-position: center right;
}

    .ui-dropdownchecklist span span {
        border: 0px solid #E8E8E8;
        background: none;
    }

.ui-dropdownchecklist-text {
    line-height: 20px;
    padding-left: 3px;
}

.ui-dropdownchecklist-dropcontainer {
    background-color: #fff;
    border: 0px solid #e8e8e8;
    text-align: left;
    width: 230px;
    font-size: 11px;
    color: #777;
    overflow: auto;
    height: 300px;
}

.ui-dropdownchecklist-item {
    border: 0px solid #e8e8e8;
}

.ui-dropdownchecklist-item-hover {
    background-color: #fff;
}

    .ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
        color: #777;
    }

.ui-dropdownchecklist-group {
}

.ui-dropdownchecklist-indent {
    padding-left: 20px;
}




/* -------------------------------------------------------------------------------------------------------------------*/

.Remuneration_height {
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.RadScheduler .rsExportButton {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    height: 24px;
    width: 24px;
    background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/Outlook.gif') no-repeat center center;
}

.RadScheduler .rsAllDayRow .rsExportButton {
    right: 20px;
    height: 16px;
    width: 16px;
    background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/smallOutlook.gif');
    padding: 0px;
    margin: 0px;
}

.gbox_main {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_corner_top_x.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border: 0px solid red;
    width: 100%;
}

.gbox_in {
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_corner_tr.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
}

.gbox_in1 {
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_corner_tl.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.grd_cont_main {
    float: left;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/grd_btm_main.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 61px;
    width: 100%;
}

.grd_cont_cl {
    float: left;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_corner_bl.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 61px;
    padding-left: 0px;
    width: 100%;
}

.grd_cont_cr {
    float: left;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_corner_br.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 61px;
    padding-right: 0px;
    width: 100%;
}

.mainHeadingBG {
    float: left;
    height: 27px;
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/heading_main.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    padding: 0px 0px 0px 29px;
}

    .mainHeadingBG span {
        float: left;
        background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/heading_right.jpg);
        background-repeat: no-repeat;
        background-position: right 0px;
        height: 24px;
        padding: 3px 28px 0px 0px;
    }

.tdp6 {
    padding: 6px 0px;
    text-align: left;
}

.input_grd {
    float: left;
    margin: 0px;
    height: 30px !important;
    padding: 0 3px !important;
    height: 19px;
    border: 1px solid #ddd !important;
    font-size: 12px;
    color: #333333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.input_txtarea {
    float: left;
    margin: 0px;
    padding: 3px 5px;
    height: 68px;
    /*background-image:url(https://customercenter.dynamic1001.eu/NewFrontendImages/txtarea_mid.jpg);
background-repeat:repeat-x;
background-position:0px 0px;*/
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #333333;
}

a.subMenuActive {
    color: red;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.Dateinput_box1 {
    font-size: 11px;
    border: #e8e8e8 1px solid;
    width: 86px;
    padding: 3px 3px 3px 0px;
    color: #777;
    margin: 0px;
}


.HorizontalLinBg {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/line2.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

.line {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/vertical_line.gif);
    background-repeat: repeat-y;
    background-position: top left;
    width: 1px;
}

.text_11Bold {
    font-size: 11px;
    COLOR: #777;
    font-weight: bold;
}

.TdBackground {
    /*background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/step_bc_dots.jpg);
    background-repeat: repeat-x;*/
}

.HeaderBGSub1 {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bg_gridHeaderSub1.gif);
    background-repeat: repeat-x;
    height: 45px;
    background-position: 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    font-weight: bold;
}

.TDHeaderBg {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bg_alternetHeader.gif);
    background-repeat: repeat-x;
    height: 33px;
    background-position: 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    font-weight: bold;
}

.TDItemBg {
    background-color: #e5e5e5;
}
/*FONT RELATED CLASSES*/
.arial_13_gray {
    font-size: 13px;
    color: #979797;
    text-decoration: none;
}

a.arial_13_red {
    font-size: 13px;
    color: #ff0126;
    text-decoration: underline;
}

a:hover.arial_13_red {
    font-size: 13px;
    color: #ff0126;
    text-decoration: none;
}

.arial_11_white {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}


a.bbutton {
    display: block;
    float: left;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    text-decoration: none;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    a.bbutton span {
        display: block;
        padding: 7px 8px;
        height: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }

    a.bbutton:hover {
        background-position: left bottom;
        color: #FFFFFF;
        text-decoration: none;
    }

        a.bbutton:hover span {
            background-position: right bottom;
            text-decoration: none;
        }

a.bbuttonClose {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF!important;
    text-decoration: none;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    a.bbuttonClose span {
        display: block;
        /*float: left;*/
        height: 30px;
        padding: 7px 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        cursor: pointer;
        text-decoration: none;
        text-align:center;
    }

    a.bbuttonClose:hover {
        background-position: left bottom;
        color: #FFFFFF;
        text-decoration: none;
    }

        a.bbuttonClose:hover span {
            background-position: right bottom;
            text-decoration: none;
        }


/*manan testing*/
#container {
    min-height: 100%;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 700px;
}

#Fxarea {
    position: absolute;
    right: 0px;
    bottom: 0;
    /*width: calc(100% - 250px);*/
    width: 100%;
    height: 50px;
    background: #ffffff;
    box-shadow: 1px 0px 1px #cccccc; /* Height of the footer */
    /*background-color:Red;*/
}
/*manan testing close*/
.color {
    border: 1px solid #cccccc;
    padding: 2px;
}

select {
    border: 1px solid #E8E8E8;
    font-size: 12px;
    color: #333333;
    width: 231px;
    padding: 3px;
}

.textbox_combo {
    font-size: 12px;
    color: #333333;
    width: 231px;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

a.footerlink:hover {
    font-size: 11px;
    color: #ff042e;
    text-decoration: none;
}


.scroll_Gray {
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color: #C0C0C0;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
}

.gbox_main1 {
    float: left;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_corner_top_x.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border: 0px solid red;
    width: 100%;
}

.contentStarts4 {
    padding: 6px 28px 5px 28px;
}

.HeaderTextSubBold {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    line-height: 18px;
    height: 19px;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
}
/*.down_icon
{
background-image:url(https://customercenter.dynamic1001.eu/NewFrontendImages/dwon_icon.png);
background-repeat:no-repeat;
background-position:right 0px;
height:20px;
width:7px;
}*/

.in_curve_main3 {
    float: left;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/innercurvetop_popup2.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding: 6px 0px 19px 0px;
}

.in_contents_main3 {
    float: left;
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/innercurvebtm_popup2.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px;
}

.popup_divider {
    background-image: url(https://customercenter.dynamic1001.eu/NewFrontendImages/divider.jpg);
    background-repeat: repeat-x;
    padding: 0px;
    height: 10px;
}

a.mainlink:link, a.mainlink:active, a.mainlink:visited {
    font-size: 11px;
    color: #777777;
}

a.mainlink:hover {
    font-size: 11px;
    color: #777777;
    text-decoration: underline;
}


.preloading_list_background {
    bottom: 0;
    left: 0;
    z-index: 1000;
    top: 0;
    position: absolute;
    right: 0;
    background-image: url("https://customercenter.dynamic1001.eu/NewFrontendImages/overlay.png");
}


.input_box { /*background:url(https://customercenter.dynamic1001.eu/NewFrontendImages/input_bg.png) no-repeat 0px 1px;*/
    text-decoration: none;
    float: left;
    padding-left: 5px;
    height: 26px;
    border: 0px solid #ddd !important;
}

    .input_box input { /*background:url(https://customercenter.dynamic1001.eu/NewFrontendImages/input_bg.png) no-repeat 100% -23px;*/
        border: none;
        width: 500px;
        height: 26px;
        line-height: 26px;
    }




.AddNewRule_template,
.AddNewRequestType_template,
.AddNewVoucherCode_template,
.AddNewRule,
.AddNewProduct {
    text-indent: -9999px;
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_plus.png) no-repeat 0px 0px;
    height: 16px;
    width: 16px;
    float: left;
    margin-left: 8px;
    margin-top: 17px;
    cursor: pointer;
}

.DeleteRuleCondition,
.DeleteRequestType,
.DeleteVoucherCode,
.DeleteRuleCondition,
.DeleteProduct {
    text-indent: -9999px;
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/box_minus.png) no-repeat 0px 0px;
    height: 16px;
    width: 16px;
    float: left;
    margin-left: 8px;
    margin-top: 17px;
    cursor: pointer;
}


.ui-widget-header {
    padding-left: 0px !important;
}

.filter_control {
    float: left;
    position: relative;
    top: -2px;
    margin-right: 20px;
    margin-left: 20px;
}

.filter {
    list-style: none;
    float: left;
    width: 214px;
    height: 22px;
    padding: 5px 0px 0px 8px;
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/filter_bg.png) no-repeat;
}

    .filter li {
        list-style: none;
        float: left;
        width: 47px;
        height: 17px;
        margin-right: 5px;
    }

        .filter li a.black {
            float: left;
            text-decoration: none;
            background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/filter_black.png) no-repeat;
            width: 47px;
            height: 17px;
            color: #FFFFFF;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            line-height: 16px;
        }

        .filter li a.grey {
            float: left;
            text-decoration: none;
            background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/filter_grey.png) no-repeat;
            width: 47px;
            height: 17px;
            color: #3d3e42;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            line-height: 16px;
        }

.Campaign_filter {
    text-align: left;
    padding-left: 2px;
    padding-bottom: 12px;
    float: left;
    width: 100%;
}

    .Campaign_filter span {
        padding-right: 12px;
    }

    .Campaign_filter select {
        border: 1px solid #E8E8E8;
    }


/*.grid_paging { margin-top:10px;}
.grid_paging span,.grid_paging a {margin-left:5px; }*/



.sizebox {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #999999;
    padding: 3px 0 3px 3px;
    position: absolute;
    text-align: left;
    width: 210px;
    margin-left: -11px;
}

    .sizebox ul li.notavailable {
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #CCCCCC;
        color: #CCCCCC;
    }

    .sizebox ul li {
        border: 1px solid #666666;
        color: black;
        float: left;
        font-size: 75%;
        height: 18px;
        line-height: 16px;
        margin: 2px;
        float: left;
        min-width: 22px;
        padding: 3px;
        text-align: center;
    }

.count {
    float: left;
    font-size: 12px;
    list-style: none;
}

    .count li {
        float: left;
        position: relative;
    }

        .count li a,
        .count li .ddl_wrap {
            display: block;
            font-size: 12px;
            color: #9D9B9B;
            text-align: center;
            background: #f2f2f2 url(https://customercenter.dynamic1001.eu/NewFrontendImages/count_arrow_h.png) 83% 60% no-repeat;
            border: 1px solid #e2e2e2;
            padding: 1px 25px 1px 5px;
            text-decoration: none;
            cursor: pointer;
        }

        .count li.active a {
            font-weight: bold;
        }

        .count li a:hover {
            text-decoration: none;
            color: #807E7E;
            background: #f2f2f2 url(https://customercenter.dynamic1001.eu/NewFrontendImages/count_arrow.png) 83% 60% no-repeat;
        }

        .count li:hover a {
            height: auto;
        }

        .count li:hover ul {
            display: block;
        }

        .count li ul {
            position: absolute;
            left: 0px;
            top: 22px;
            display: none;
            border: 1px solid #dddddd;
            z-index: 10;
            text-transform: none;
        }

            .count li ul.sub_1 {
                list-style: none;
                min-width: 200px;
                width: auto;
                background: #fff;
                padding: 3px 5px 3px 3px;
            }

                .count li ul.sub_1 li {
                    float: none;
                }

                    .count li ul.sub_1 li a {
                        display: block;
                        float: none;
                        color: #656363;
                        cursor: default;
                        background: #fff;
                        border: 1px solid #fff;
                        padding: 2px 0px 2px 5px !important;
                        text-align: left;
                        word-break: keep-all;
                        word-wrap: normal;
                    }

                        .count li ul.sub_1 li a:hover {
                            background: #f2f2f2;
                            cursor: default;
                            color: #656363;
                            border: 1px solid #dddddd;
                        }

li.ddl_li_area_for_grid {
    text-align: left !important;
    list-style: none;
    border: 1px solid #333333;
    padding: 5px;
    margin-bottom: 8px;
    position: relative;
}

    li.ddl_li_area_for_grid:hover {
        background: #333333;
    }

    li.ddl_li_area_for_grid.with_seprator {
        margin-top: 16px;
    }

        li.ddl_li_area_for_grid.with_seprator:after {
            height: 1px;
            width: 100%;
            background: #ffffff;
            position: absolute;
            top: -9px;
            left: 0px;
            content: "";
        }


.dropedImages {
    border: 0px solid #CCCCCC;
    float: left;
    height: auto;
    line-height: 100px;
    margin-top: 5px;
    padding: 5px;
    text-align: left;
    /*width: 500px;*/
}

.imgCloseContainer {
    height: 11px;
    position: relative;
    right: 0;
    text-align: right;
    vertical-align: top;
}

.image_thumb_holder {
    border: 1px solid #D8D8D8;
    margin-right: 20px;
    position: relative;
    margin-bottom: 30px;
}

    .image_thumb_holder input[type='button'] {
        margin-left: 2px;
    }

        .image_thumb_holder input[type='button'].RemoveItemPicture {
            /*background-image: url("https://www.fashionhub.com/Images/icon_cross.png");*/
            /*background-image:url("http://fashionhub.impirion.com/Images/close_btn.png");*/
            /*background-position: 0 0px;
    background-color:transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 11px;
    width: 11px;
    border:0px none; position:absolute; 
    right:1px;
     /*top:-12px;
     z-index:99999;*/
            background-color: rgba(0, 0, 0, 0);
            background-image: url("https://customercenter.dynamic1001.eu/NewFrontendImages/file_remove_btn.png");
            background-position: 0 0;
            background-repeat: no-repeat;
            border: 0 none;
            cursor: pointer;
            float: right;
            height: 35px;
            position: absolute;
            right: -15px;
            top: 2px;
            width: 36px;
            z-index: 99999;
        }

    .image_thumb_holder input[type='image'].RemoveItemPicture:hover {
        background-position: 0 -25px;
        cursor: pointer;
    }

/**************************side menu class start***************************/
.chart_area {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 5px;
}

.chart_title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    text-align: left;
    border-bottom: 1px dashed #C0C0C0;
}

/*.side_menu {
    width: 252px;
    float: left;
    border: 1px solid #3B3C40;
    border-radius: 5px;
    margin-left: 0px;
    min-height: 760px;
    background: #EBEBEB;
    position: relative;
}

.side_menu_navigation {
    background: #3B3C40;
    padding: 7px 7px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.plus_collep_img_l1 {
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/side_menu_plus.png) 5px 6px no-repeat;
}

.minus_collep_img_l1 {
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/side_menu_minus.png) 5px 6px no-repeat;
}

.collep_img_l2 {
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/side_menu_plus.png) 23px 5px no-repeat;
}

.collep_img_l3 {
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/side_menu_plus.png) 42px 5px no-repeat;
}

.collep_img_l4 {
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/side_menu_plus.png) 5px 8px no-repeat;
}

ul.level_1 {
    width: 252px;
    float: left;
    list-style: none;
    border-bottom: none;
}

    ul.level_1 li {
        background: #BABABA !important;
        float: left;
        width: 252px;
    }

        ul.level_1 li a {
            padding: 5px 5px 5px 25px;
            border-bottom: 1px solid #9D9D9D;
            text-decoration: none;
            color: #363636;
            margin-bottom: 0px;
            display: block;
            text-align: left;
        }

ul.level_2 {
    width: 250px;
    float: left;
    list-style: none;
    display: none;
    border: 0px solid #727375;
}

    ul.level_2 li {
        background: #F1F1F1 !important;
    }

        ul.level_2 li a {
            padding: 3px 5px 3px 26px;
            border-bottom: 1px solid #C5C5C5;
            color: #4F4F4F;
            display: block;
            text-align: left;
        }



ul.level_3 {
    width: 250px;
    float: left;
    list-style: none;
    display: none;
    border: 0px solid #727375;
}

    ul.level_3 li {
        background: #DDDDDD !important;
    }

        ul.level_3 li a {
            padding: 3px 5px 3px 80px;
            border-bottom: 1px dotted #DCDCDC;
            color: #4F4F4F;
            display: block;
            text-align: left;
        }


ul.level_4 {
    width: 250px;
    float: left;
    list-style: none;
    display: none;
    border: 0px solid #727375;
}

    ul.level_4 li {
        background: #FCFCFC !important;
    }

        ul.level_4 li a {
            padding: 3px 5px 3px 80px;
            border-bottom: 1px dotted #DCDCDC;
            color: #4F4F4F;
            display: block;
            text-align: left;
        }

    */

/**************************side menu class end***************************/


/************************** chart class overwrite start***************************/

#MainWindow_Right_Panel {
    width: 100%;
    float: left;
}

#NameExport #NameExport_Panel, #FilterControl #FilterControlPanel {
    margin: 5px 0px !important;
}

#CampainCombobox-innerCt table#Campain {
    margin-left: 0px !important;
}

#NameExport #NameExport_Panel, #NameExport #NameExport_Panel #NameExport_Panel-body, #FilterControl #FilterControlPanel, #FilterControl #FilterControlPanel #FilterControlPanel-body {
    width: 100% !important;
}

.graph_and_grid_wrap {
    width: 100%;
    float: left;
    /*height: 700px;
    overflow-x: auto;
    overflow-y: auto;*/
}
/************************** chart class overwrite end***************************/




/*{border-bottom:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;}*/
.grid {
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}

tr.grid_head td {
    background-image: url("https://customercenter.dynamic1001.eu/NewFrontendImages/bg_gridHeader1.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    color: #777777;
    font-size: 11px;
    height: 34px;
    padding: 0px 8px;
}

tr.grid_detail td {
    color: #777777;
    font-size: 12px;
    height: 19px;
    padding: 4px 8px;
}



/************************************Restriction in AdmediaList ,when hover show tooltip , css related to it */

.count li ul.sub_2 {
    list-style: none;
    min-width: 350px;
    width: auto;
    background: #fff;
    padding: 3px 5px 3px 3px;
}

    .count li ul.sub_2 li {
        float: none;
    }

        .count li ul.sub_2 li a {
            display: block;
            float: none;
            color: #656363;
            cursor: default;
            background: #fff;
            border: 1px solid #fff;
            padding: 2px 0px 2px 5px !important;
            text-align: left;
            word-break: keep-all;
            word-wrap: normal;
        }

            .count li ul.sub_2 li a:hover {
                background: #F2F2F2;
                cursor: default;
                color: #656363;
                border: 1px solid #dddddd;
            }


/* Toggle CSS*/

.toggle-slide {
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

    .toggle-slide .toggle-on,
    .toggle-slide .toggle-off,
    .toggle-slide .toggle-blob {
        float: left;
    }

    .toggle-slide .toggle-blob {
        position: relative;
        z-index: 94;
        cursor: hand;
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: grab;
    }

.toggle {
    height: 23px;
    margin: 22px auto;
    width: 70px;
}

.toggle-modern .toggle-slide {
    border-radius: 0px;
    text-shadow: none;
    background: #c0c5c9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-modern .toggle-on,
.toggle-modern .toggle-off {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    color: white;
    text-shadow: none;
    font-size: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-modern .toggle-select .toggle-off,
.toggle-modern .toggle-select .toggle-on {
    background: none;
}

.toggle-modern .toggle-off,
.toggle-modern .toggle-off.active {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#737e8d), to(#3f454e));
  background: -webkit-linear-gradient(#737e8d, #3f454e);
  background: linear-gradient(#737e8d, #3f454e);*/
    background-color: #808080;
}

.toggle-modern .toggle-on,
.toggle-modern .toggle-on.active {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#4894cd), to(#2852a6));
  background: -webkit-linear-gradient(#4894cd, #2852a6);
  background: linear-gradient(#4894cd, #2852a6);*/
    background-color: #f6a637;
}

.toggle-modern .toggle-blob {
    background: #cccccc;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

    .toggle-modern .toggle-blob:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a9af), to(#a1a9af));
        background-image: -webkit-linear-gradient(#a1a9af, #a1a9af);
        background-image: linear-gradient(#a1a9af, #a1a9af);
    }

.toggle-slide .toggle-inner .toggle-on {
    text-indent: 7.5px !important;
}

.toggle-slide .toggle-inner .toggle-off {
    text-indent: 22.5px !important;
}



/**************************************css change form new theam by madhubhuva*********************************************************/
input.input_grd.mandatory[type="text"] {border:1px solid red !important;}
.general_form_wrap {}

    .general_form_wrap .form_row {
        margin-bottom: 10px;
        display: inline-table;
        width: 100%;
    }

        .general_form_wrap .form_row .form_lbl_ui_wrap {
            width: 120px;
            float: left;
            padding-top: 5px;
        }

        .general_form_wrap .form_row .form_input_ui_wrap {
            width: 250px;
            float: left;
        }

            .general_form_wrap .form_row .form_input_ui_wrap > input[type="text"],
            .general_form_wrap .form_row .form_input_ui_wrap > textarea {
                width: 100%;
            }

.AddAction_from.general_form_wrap .form_row .form_input_ui_wrap {
    width: 430px;
}

.add_remove_btn {font-size:28px; padding:0px 3px; display:inline-block; text-align:center; min-width:16px;}
.pendding_btn_ui {color:#b02b2b; font-size:10px; padding:2px 5px; border:1px solid #b02b2b;}
.view_count_wrap {
    background: #69b576;
    border-radius: 4px;
    border: 1px solid #4c9859;
    padding: 2px 3px;
    color: #ffffff;
}

.cursor_pointer {
    cursor: pointer !important;
}

.gbox_main, .gbox_main1, .gbox_in, .gbox_in1, .grd_cont_main, .grd_cont_cl, .grd_cont_cr, .grd_cont_cr {
    background: none !important;
}

#Fxarea {
    z-index: 99 !important;
}

#footer, .footer_curve, .footer_contentsholder {
    background: none !important;
}

.footer_outer_wrap {
    width: 405px;
    float: left;
    display: inline-block;
    padding-top: 15px;
}

.copy_right {
    color: #727375;
    font-size: 14px;
}

.blue_link {
    font-size: 14px;
}

.gray_line {
    color: #727375;
    font-size: 14px;
}

/*.new_login_wrap { background:#ffffff; width:240px; padding:55px 15px 15px 15px; border:1px solid #d1d1d1; position:relative; margin-top:50px;  box-shadow: 3px 3px 0 #e3e3e3;}
.new_login_wrap table {width:100%;}
.login_title {width:100%; position:absolute; top:0px; left:0px; background:#F1F1F1; height:45px; border-bottom:1px solid #d1d1d1; text-align:center; font-size:18px;}
.login_title span {position:relative; top:13px;}*/

.new_login_wrap {
    background: rgba(255, 255, 255, 0.93);
    width: 360px;
    padding: 25px 50px 30px 50px;
    position: relative;
    margin-top: 50px;
    box-shadow: 0px 0px 3px 0px #b2b2b2;
    box-sizing: border-box;
}

    .new_login_wrap table {
        width: 100%;
    }

.login_line {
    font-size: 20px;
    padding: 0px 0px 5px 0px;
    width: 100%;
    display: block;
}

.seprater_wrap {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-top: 20px;
    margin-bottom: 20px;
}

.h_seprater {
    width: 100%;
}

.login_title {
    width: 100%;
    position: absolute;
    top: 18px;
    left: 0px;
    height: 45px;
    text-align: left;
    font-size: 24px;
}

    .login_title span {
        position: relative;
        top: 13px;
        left: 40px;
    }

.logo_wrap {
    width: 250px;
}

.copy_right_txt_line {
    text-align: center;
}

.menu_txt_line {
    text-align: center;
    font-weight: bold;
}

    .menu_txt_line span {
        display: inline-block;
    }

        .menu_txt_line span.line_menu {
            padding: 0px 4px;
            font-weight: bold;
            color: #cccccc;
            font-size: 14px;
            line-height: 13px;
        }

.my_logo {
    width: 100%;
}

.TdBackground, .steps_bredcrum {
    /*background-image: none !important;*/
}

.TdBackground {
    /*border-bottom: 1px solid #d2d2d2 !important;*/
}

.steps_bredcrum ul li a span {
    font-weight: normal;
    font-size: 14px;
}

/*.steps_bredcrum ul li a.Orange11 span {
    color: #1884ab !important;
    font-weight: 600 !important;
}*/

.HeaderBG1, .HeaderBGSub {
    background: #ffffff !important;
    border-bottom: 1px solid #dedede !important;
    background-image: none !important;
}

tr.grid_head td {
    background: #ffffff !important;
    border-bottom: 1px solid #dedede !important;
    background-image: none !important;
}


/*.toggle-modern .toggle-on, .toggle-modern .toggle-on.active {
    background-color: #208cb3 !important;
}
*/
.blue_title {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-top: 10px;
    display: block;
}

.gray_title {
    color: #707070 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding-top: 10px;
    display: block;
}

.header_ddl {
    background: #ffffff !important;
    border: 1px solid #e6e6e6;
    height: 30px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*left penal changes start*/

/*.side_menu {position:fixed !important; left:0px; top:62px; height:100%; background:#F2F2F2 !important; border-radius:0px !important; border:none; border-right:1px solid #d1d1d1 !important;}
.side_menu_navigation {background:#F2F2F2 !important; color:#6e6e70; font-size:18px; font-weight:normal; text-transform:capitalize; padding-top:15px; padding-bottom:15px; border-bottom:1px solid #d1d1d1 !important; min-height: 18px;}
ul.level_1 li {background:#F1F1F1 !important;}
ul.level_1 li a {border-bottom:1px solid #d1d1d1 !important; padding: 10px 5px 10px 25px; font-size:12px; font-weight:bold; color:#38383a;}
ul.level_2 li a.selected {margin-right: -1px; color:#4083f1 !important;}
.plus_collep_img_l1 {background: url("https://customercenter.dynamic1001.eu/NewFrontendImages/side_menu_plus.png") no-repeat scroll 5px 12px rgba(0, 0, 0, 0);}
.minus_collep_img_l1 {background: url("https://customercenter.dynamic1001.eu/NewFrontendImages/side_menu_minus.png") no-repeat scroll 5px 12px rgba(0, 0, 0, 0);}
ul.level_2 li a {font-weight:normal !important; font-size:13px;}*/

/*left penal changes end*/







.calander_wrap .ui-datepicker-trigger {
    cursor: pointer;
}

/*.filter_controlType {float:left; border:1px solid #1558c6; margin-left:10px; border-radius:3px; overflow:hidden;}
.filter_controlType ul li {float:left; list-style:none; border-right:1px solid #1558c6;}
.filter_controlType ul li:last-of-type {border-right:0px solid #1558c6;}
.filter_controlType ul li a {padding:0px 8px; min-height:26px; display:block; line-height:26px;}
.filter_controlType ul li a.activeType {background: #99d5fc;
background: -moz-linear-gradient(top, #99d5fc 0%, #54a3ee 50%, #3690f0 50%, #0537bf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99d5fc), color-stop(50%,#54a3ee), color-stop(50%,#3690f0), color-stop(100%,#0537bf));
background: -webkit-linear-gradient(top, #99d5fc 0%,#54a3ee 50%,#3690f0 50%,#0537bf 100%);
background: -o-linear-gradient(top, #99d5fc 0%,#54a3ee 50%,#3690f0 50%,#0537bf 100%);
background: -ms-linear-gradient(top, #99d5fc 0%,#54a3ee 50%,#3690f0 50%,#0537bf 100%);
background: linear-gradient(to bottom, #99d5fc 0%,#54a3ee 50%,#3690f0 50%,#0537bf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d5fc', endColorstr='#0537bf',GradientType=0 ); color:#ffffff;}
.filter_controlType ul li a.inActiveType {background-color: #7e7e7e; color: #ffffff;}*/

.filter_controlTypegraph ul li div {
    padding: 1px 5px 6px;
    min-height: 20px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}

.filter_controlTypegraph {
    float: left;
    margin-left: 0px;
    border-radius: 0px;
    overflow: hidden; /*border:1px solid #7c7c7c;*/
}

    .filter_controlTypegraph ul li {
        float: left;
        list-style: none; /*border-right:1px solid #575757;*/
    }

        .filter_controlTypegraph ul li:last-of-type {
            border-right: 0px solid #7c7c7c;
        }

.filter_controlType ul li div label {
    padding: 0px 8px;
    min-height: 26px;
    display: block;
    line-height: 26px;
    cursor: pointer;
}


.filter_controlTypegraph ul li div.activeType {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25) inset;
}

.filter_controlTypegraph ul li div.inActiveType {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.filter_controlTypegraph ul li:first-child div.activeType {
    border-left: 1px solid #e7eaec;
}

.filter_controlTypegraph ul li:first-child div.inActiveType {
    border-left: 1px solid #e7eaec;
}

.filter_controlTypegraph ul li div img {
    height: 16px;
    width: 16px;
    position: relative;
    top: 5px;
}
/**/

.filter_controlTypegraph ul li div {
    padding: 1px 5px 6px;
    min-height: 20px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}

.filter_controlTypegraph {
    float: left;
    margin-left: 0px;
    border-radius: 0px;
    overflow: hidden; /*border:1px solid #7c7c7c;*/
}

    .filter_controlTypegraph ul li {
        float: left;
        list-style: none; /*border-right:1px solid #575757;*/
    }

        .filter_controlTypegraph ul li:last-of-type {
            border-right: 0px solid #7c7c7c;
        }

.filter_controlType ul li div label {
    padding: 0px 8px;
    min-height: 26px;
    display: block;
    line-height: 26px;
    cursor: pointer;
}


.filter_controlTypegraph ul li div.activeType {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25) inset;
}

.filter_controlTypegraph ul li div.inActiveType {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.filter_controlTypegraph ul li:first-child div.activeType {
    border-left: 1px solid #e7eaec;
}

.filter_controlTypegraph ul li:first-child div.inActiveType {
    border-left: 1px solid #e7eaec;
}

.filter_controlTypegraph ul li div img {
    height: 16px;
    width: 16px;
    position: relative;
    top: 5px;
}
/**/

.filter_controlType {
    float: left;
    margin-left: 10px;
    border-radius: 0px;
    overflow: hidden; /*border:1px solid #7c7c7c;*/
}

    .filter_controlType ul li {
        float: left;
        list-style: none; /*border-right:1px solid #575757;*/
    }

        .filter_controlType ul li:last-of-type {
            border-right: 0px solid #7c7c7c;
        }

        .filter_controlType ul li div {
            padding: 0px 8px;
            /*min-height: 30px;*/
            display: block;
            line-height: 30px;
            cursor: pointer;
        }


            .filter_controlType ul li div label {
                padding: 0px 8px;
                min-height: 26px;
                display: block;
                line-height: 26px;
                cursor: pointer;
            }


            .filter_controlType ul li div.activeType {
                color: inherit;
                background: white;
                border: 1px solid #e7eaec;
                box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25) inset;
            }

            .filter_controlType ul li div.inActiveType {
                color: inherit;
                background: white;
                border: 1px solid #e7eaec;
            }

        .filter_controlType ul li:first-child div.activeType {
            border-left: 1px solid #e7eaec;
        }

        .filter_controlType ul li:first-child div.inActiveType {
            border-left: 1px solid #e7eaec;
        }

        .filter_controlType ul li div img {
            height: 16px;
            width: 16px;
            position: relative;
            top: 5px;
        }

.ui-dialog-content.ui-widget-content .in_curve_main3, .ui-dialog-content.ui-widget-content .in_contents_main3 {
    background-image: none !important;
    padding: 0px !important;
}

.ui-dialog-content.ui-widget-content .in_curve_main1, .ui-dialog-content.ui-widget-content .in_contents_main1 {
    background-image: none !important;
    /*padding: 0px !important;*/
}

.ui-dialog-content.ui-widget-content .contentStarts1 {
    /*padding: 0px !important;*/
}

.ui-dialog-content.ui-widget-content .contentStarts2 {
    padding: 0px !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0px 15px 15px 15px !important;
}

/* Accordion*/

.ui-dialog .ui-dialog-content {
    padding: 0px 15px 15px 15px !important;
}


.accordian_wrap_outer {
    width: 1613px;
    float: left;
}

.accordian_wrap {
    width: 100%;
}

.head_area {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 2px solid #ededed;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .head_area span.blue_title {
        float: left;
        padding-top: 0px;
        font-size: 13px !important;
        color: #6e6e70 !important;
    }

.up_down_img_area {
    position: absolute;
    left: 3px;
    top: 12px;
}

.accordian_wrap_outer .ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0;
    min-height: 0;
    padding: 0px !important;
    position: relative;
    border: 0px solid #000000 !important;
}

.accordian_wrap_outer .ui-accordion .ui-accordion-content {
    padding: 10px 0px 10px 0px !important;
    border: none !important;
}

.accordOpen {
    height: 16px;
    width: 16px;
    display: block;
    background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/box_minus.png') 0px 0px no-repeat;
    background-size: 12px;
}

.accordClose {
    height: 16px;
    width: 16px;
    display: block;
    background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/box_plus.png') 0px 0px no-repeat;
    background-size: 12px;
}

/*.ui-icon-circle-arrow-e1{background-image: url("https://customercenter.dynamic1001.eu/NewFrontendImages/acodian_up_arrow.png"); text-align:right;}
.ui-icon-circle-arrow-s1{background-image: url("https://customercenter.dynamic1001.eu/NewFrontendImages/acodian_down_arrow.png"); text-align:right;}*/



/***********************font size change 11px to 12px************************/
.contentStarts2 {
    /*padding: 6px 0px 5px 0px;*/
}

.HeaderBGSub {
    font-size: 12px;
}

.HeaderTextSub {
    font-size: 12px;
    line-height: 18px;
}

.HeaderTextSubBold {
    font-size: 12px;
    line-height: 18px;
}

tr.grid_head td {
    font-size: 12px;
    line-height: 18px;
}

tr.grid_detail_border_0 td {
    font-size: 12px;
    line-height: 18px;
}

.HeaderBG1 {
    font-size: 13px;
    line-height: 18px;
}






select {
    height: 30px !important;
    padding: 0px 3px !important;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type='text'] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px !important;
    padding: 0px 5px !important;
    font-size: 12px;
    border: 1px solid #dddddd;
}

input[type='Password'] {
    height: 30px !important;
    padding: 0px 5px !important;
    font-size: 12px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type='text'].input_grd {
    border: 1px solid #ddd !important;
}

textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dddddd;
    font-size: 12px;
}

.radio_wrap input {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.cockpit_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 95;
    background: rgba(255, 255, 255, 0.9);
}

.cockpit_loader_popup {
    background: none !important;
}
/*.cockpit_loader img {position: absolute; top: 50%; left: 50%; margin-top: -85px; margin-left: -50px; z-index: 999999 !important;}*/

/* Loader css */
.loader-xbox, .loader-xbox:before, .loader-xbox:after {
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
    animation: rotate linear infinite;
    content: '';
}

.loader-xbox {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - -86px);
    position: fixed;
}

.loader-xbox {
    height: 90px;
    width: 90px;
    animation-duration: 1.15s;
}

    .loader-xbox:before {
        height: 70px;
        width: 70px;
        top: 5px;
        left: 5px;
        animation-duration: 3s;
    }

    .loader-xbox:after {
        height: 50px;
        width: 50px;
        top: 15px;
        left: 15px; /*animation-duration: 4s;*/
    }

.cockpit_loader.cockpit_loader_popup {
    z-index: 100;
}

    .cockpit_loader.cockpit_loader_popup .loader-xbox {
        position: absolute;
        top: calc(50% - 18px);
        left: calc(50% - -86px);
        position: fixed;
        z-index: 999999;
    }


.login_loading_wrapper {
    position: relative;
    right: 10px;
}

.login-cssload-loader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.login-cssload-loader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .login-cssload-loader,
    .login-cssload-loader:before,
    .login-cssload-loader:after {
        animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -ms-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
    }

        .login-cssload-loader:before,
        .login-cssload-loader:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .login-cssload-loader:before,
        .login-cssload-loader:after {
            content: "";
        }

        .login-cssload-loader:before {
            content: '';
            border: 6px solid white;
            top: -6px;
            left: -6px;
            animation-name: login-cssload-animation;
            -o-animation-name: login-cssload-animation;
            -ms-animation-name: login-cssload-animation;
            -webkit-animation-name: login-cssload-animation;
            -moz-animation-name: login-cssload-animation;
        }

@keyframes login-cssload-animation {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes login-cssload-animation {
    0% {
        -o-transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
    }
}

@-ms-keyframes login-cssload-animation {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes login-cssload-animation {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-animation {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}





.NewReportGraphData {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
}

.grid_paging {
    margin-top: 10px;
}

.SelectedDataPagerButton {
    color: #ffffff;
    font-weight: bold;
    padding: 3px 6px;
    text-decoration: none;
    margin-left: 3px;
}

.DataPagerButton {
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 3px 6px;
    text-decoration: none;
    border: 1px solid #D6D6D6 !important;
    margin-left: 3px;
}

.KendoGraphStyle {
    /*width: 1640px;*/
    width: 100%;
    float: left;
    font-size: 12px;
}

.ExportChartDiv {
    /*width: 1615px;*/
    width: 100%;
    height: 460px;
    /*margin-bottom: 20px;*/
}

.customer_grid {
    border-left: 0px solid #E1E1E1;
    border-right: 0px solid #E1E1E1;
    border-top: 0px solid #E1E1E1;
}

    .customer_grid tr.grid_head td {
        background-position: 0 0;
        background-repeat: repeat-x;
        color: #666666;
        font-size: 13px;
        height: 34px;
        padding: 0px 8px;
    }

    .customer_grid tr.grid_detail td {
        color: #444;
        font-size: 12px;
        height: 19px;
        padding: 8px 8px;
        border-bottom: 1px solid #E1E1E1;
        background: #ffffff;
    }


.contentStarts2 .min_height_780 {
    min-height: 780px;
    background: #ffffff;
    border: 1px solid #b2b2b2;
    border-top: none;
}

.contentStarts2_1.min_height_780_1 {
    /*min-height: 780px;*/
    background: #ffffff;
    /*border:1px solid #b2b2b2;*/
    border-top: none;
}


.APIDetails_wrap {
    box-sizing: padding-box;
    width: 100%;
}

    .APIDetails_wrap > div {
        width: 50%;
        box-sizing: border-box;
        float: left;
        min-height: 45px;
    }


.common_grid {
    border-left: 0px solid #E1E1E1;
    border-right: 0px solid #E1E1E1;
    border-top: 0px solid #E1E1E1;
    border-bottom: 0px solid #E1E1E1;
}

    .common_grid tr.common_grid_head td {
        color: #777777;
        font-size: 13px;
        font-weight: bold;
        height: 34px;
        padding: 0px 6px;
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1;
    }

    .common_grid tr.common_grid_detail td {
        color: #777777;
        font-size: 13px;
        font-weight: normal;
        height: 19px;
        padding: 6px 6px;
        border-bottom: 1px solid #e1e1e1;
    }

.ui-datepicker-trigger {
    height: 30px !important;
    margin-left: -1px;
}




.Chart_wrap {
    width: 100%;
}

    .Chart_wrap .inner_chart_tbl {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .Chart_wrap .inner_chart_tbl.last_chart {
            border-bottom: 0px dashed #9d9d9d !important;
        }

        .Chart_wrap .inner_chart_tbl table {
            width: 100%;
        }

        .Chart_wrap .inner_chart_tbl .reportdisplay {
            border: 0px solid red !important;
            margin-bottom: 5px;
        }

.chartTitle {font-weight: normal; font-size: 18px; color: #797979; min-height: 20px; position: relative; float: left; z-index: 1;}
.chartTitle_2 {font-weight: normal; font-size: 18px; color: #797979; min-height: 20px; position: relative; z-index: 1;}


.deshbord_chart_wrap {
}

    .deshbord_chart_wrap.ui-tabs .ui-tabs-panel {
        padding: 10px 0px !important;
    }



.breadcrumb_ui {
    list-style: none;
}

    .breadcrumb_ui li {
        list-style: none;
        float: left;
    }

        .breadcrumb_ui li a {
            padding: 0px 5px 2px 5px;
            float: left;
            cursor: pointer;
            font-weight: bold;
        }

            .breadcrumb_ui li a label {
                cursor: pointer;
            }

        .breadcrumb_ui li:first-of-type a {
            padding-left: 0px !important;
        }

        .breadcrumb_ui li:before {
            color: #7e7e7e;
            content: ">";
            padding: 0 0px;
            font-size: 14px;
            position: relative;
            top: 2px;
        }

        .breadcrumb_ui li:last-of-type:before {
            content: "" !important;
        }

.link_tbl_wrap {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

    .link_tbl_wrap .HeaderBG1.findtr td {
        padding-left: 8px;
    }

.Network_Config_tbl {
}

    .Network_Config_tbl tr.title Td {
        color: #777;
        text-align: left;
        font-weight: bold;
        padding: 4px 2px;
        border-bottom: 1px dashed #cccccc;
        font-size: 12px;
        color: #058DC7;
    }

    .Network_Config_tbl tr td {
        padding: 3px 2px;
    }

.network_saprator {
    float: left;
    position: relative;
    margin-left: 13px;
    margin-right: 13px;
    font-size: 14px;
    line-height: 28px;
}

.sub_parant_wrap {
    background: #e8e8e8;
    height: 5px;
    position: relative;
    margin: 8px 0px;
}

    .sub_parant_wrap span {
        background: #ffffff;
        padding: 0px 5px;
        position: absolute;
        top: -7px;
        left: 15px;
        font-weight: bold;
    }

.optWrapper.open ul.options {
    background: #ffffff !important;
}

    .optWrapper.open ul.options li {
        float: none !important;
        background: #ffffff !important;
    }



/*.side_menu {position: fixed !important; left: 0px; top: 62px; height: 100%; background: #00374C !important; border-radius: 0px !important; border: none; border-right: 1px solid #d1d1d1 !important;}
.side_menu_navigation {background: #00374C !important; color: #6e6e70; font-size: 18px; font-weight: normal; text-transform: capitalize; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #d1d1d1 !important; min-height: 18px; display:none;}
ul.level_1 li {}
ul.level_1 li a {border-bottom:0px solid #d1d1d1 !important; padding: 10px 5px 10px 28px; font-size:14px; font-weight: normal; text-transform:uppercase; color: #ffffff;}
.plus_collep_img_l1 {background: url("https://customercenter.dynamic1001.eu/NewFrontendImages/plus_img.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0); background:none;}
.minus_collep_img_l1 {background: url("https://customercenter.dynamic1001.eu/NewFrontendImages/minus_img.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0); background:none;}
ul.level_2{ background:#002330;}
ul.level_2 li a {font-weight: normal !important; font-size: 14px; text-transform:capitalize;}
ul.level_2 li a.selected {background:#002330; margin-right: -1px; color: #058DC7 !important;}*/

.side_menu {
    width: 250px;
    min-height: 760px;
    position: fixed;
    height: 100%;
    left: 0px;
    top: 62px;
}

    .side_menu * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .side_menu ul.level_1 {
        width: 100%;
        float: left;
        list-style: none;
        border-bottom: none;
    }

        .side_menu ul.level_1 li {
            float: left;
            width: 100%;
            display: block;
        }

            .side_menu ul.level_1 li a {
                padding: 12px 5px 12px 28px;
                text-decoration: none;
                font-weight: bold;
                font-size: 13px;
                text-transform: uppercase;
                margin-bottom: 0px;
                display: block;
                text-align: left;
                position: relative;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .side_menu ul.level_1 li.parenttoggle.icon_1 a:before,
            .side_menu ul.level_1 li.parenttoggle.icon_2 a:before,
            .side_menu ul.level_1 li.parenttoggle.icon_3 a:before,
            .side_menu ul.level_1 li.parenttoggle.icon_4 a:before,
            .side_menu ul.level_1 li.parenttoggle.icon_marketing a:before,
            .side_menu ul.level_1 li.parenttoggle.icon_visitor a:before {
                position: absolute;
                left: 6px;
                top: 11px;
                font-size: 16px;
                font-weight: normal;
                font-family: 'FontAwesome';
            }

            .side_menu ul.level_1 li.parenttoggle.icon_1 a:before {
                content: "\f080";
            }

            .side_menu ul.level_1 li.parenttoggle.icon_2 a:before {
                content: "\f044";
            }

            .side_menu ul.level_1 li.parenttoggle.icon_3 a:before {
                content: "\f0f0";
            }

            .side_menu ul.level_1 li.parenttoggle.icon_4 a:before {
                content: "\f0f0";
            }

            .side_menu ul.level_1 li.parenttoggle.icon_marketing a:before {
                content: "\f201";
            }

            .side_menu ul.level_1 li.parenttoggle.icon_visitor a:before {
                content: "\f0c0";
            }

            .side_menu ul.level_1 li.parenttoggle a.plus_collep_img_l1::after {
                content: "\f105";
                height: 10px;
                width: 10px;
                position: absolute;
                right: 10px;
                top: 10px;
                font-size: 18px;
                font-family: 'FontAwesome';
            }

            .side_menu ul.level_1 li.parenttoggle a.minus_collep_img_l1::after {
                content: "\f107";
                height: 10px;
                width: 10px;
                position: absolute;
                right: 14px;
                top: 10px;
                font-size: 18px;
                font-family: 'FontAwesome';
            }

            .side_menu ul.level_1 li.minus_toggle a.plus_collep_img_l1::after {
                content: "\f107";
                height: 10px;
                width: 10px;
                position: absolute;
                right: 10px;
                top: 10px;
                font-size: 18px;
                font-family: 'FontAwesome';
            }

    .side_menu ul.level_2 {
        width: 100%;
        float: left;
        padding: 0px 0px;
        list-style: none;
        display: none;
        border-left-width: 4px;
        border-left-style: solid;
    }

        .side_menu ul.level_2 li a {
            padding: 10px 5px 10px 24px;
            display: block;
            font-size: 13px;
            font-weight: bold;
            text-transform: capitalize;
            text-align: left;
            position: relative !important;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .side_menu ul.level_2 li.secondtoggle ul li a {
            padding: 10px 5px 10px 40px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .side_menu ul.level_2 li.secondtoggle a.plus_collep_img_l1::after {
            right: 22px !important;
        }

        .side_menu ul.level_2 li.secondtoggle a.minus_collep_img_l1::after {
            right: 22px !important;
        }

        .side_menu ul.level_2 li.secondtoggle ul li a.selected {
            background: none;
        }



/*#dialog_target .SumoSelect .optWrapper .options {height: 75px !important;}*/
#VerifyResultChangesList {
    width: 100%;
}

    #VerifyResultChangesList li {
        padding: 3px 0px 3px 0px;
        list-style: none;
    }

        #VerifyResultChangesList li.green_msg label {
            font-size: 12px;
            width: 100%;
            border: 1px solid #d6e9c6;
            background: #DFF0D8;
            padding: 5px 5px 5px 28px;
            width: 100%;
            display: block;
            box-sizing: border-box;
            color: #3c763d !important;
            position: relative;
        }

            #VerifyResultChangesList li.green_msg label:after {
                content: "\f164";
                position: absolute;
                left: 5px;
                top: 4px;
                font-size: 16px;
                font-family: 'FontAwesome';
                color: #5BA061;
            }

        #VerifyResultChangesList li.red_msg label {
            font-size: 12px;
            width: 100%;
            border: 1px solid #ebccd1;
            background: #F2DEDE;
            padding: 5px 5px 5px 28px;
            width: 100%;
            display: block;
            box-sizing: border-box;
            color: #a94442 !important;
            position: relative;
        }

            #VerifyResultChangesList li.red_msg label:after {
                content: "\f071";
                position: absolute;
                left: 5px;
                top: 4px;
                font-size: 16px;
                font-family: 'FontAwesome';
                color: #a94442;
            }

.add_partner_wrap {
    margin-bottom: 10px;
}

    .add_partner_wrap .left_area {
        width: 150px;
        float: left;
    }

        .add_partner_wrap .left_area span {
            position: relative;
            top: 4px;
        }

    .add_partner_wrap .right_area {
        width: 230px;
        float: left;
        box-sizing: border-box;
    }

        .add_partner_wrap .right_area input {
            box-sizing: border-box;
        }

        .add_partner_wrap .right_area .SumoSelect .CaptionCont.SlectBox {
            width: 244px !important;
        }

        .add_partner_wrap .right_area .cuv_area {
            position: relative;
            padding-left: 12px;
            padding-right: 12px;
        }

            .add_partner_wrap .right_area .cuv_area .left_cuv {
                left: 0px;
                top: 4px;
                position: absolute;
            }

            .add_partner_wrap .right_area .cuv_area .right_cuv {
                right: 0px;
                top: 4px;
                position: absolute;
            }

.EnableState_wrap {
    border-top: 1px dashed #979797;
    border-bottom: 1px dashed #979797;
    padding: 10px 0px 0px 0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.custom_tab_wrap {
    border: 1px solid #E9E9E9 !important;
}

.custom_tab {
    background: #E9E9E9 !important;
    padding: 0px !important;
    width: 100%;
}

    .custom_tab .custom_tab_li {
        float: left;
        margin-right: 3px !important;
    }

        .custom_tab .custom_tab_li .step {
            padding: 9px 8px !important;
            display: block;
        }

            .custom_tab .custom_tab_li .step span {
                font-weight: bold;
                color: #808080 !important;
            }





.k-grid-content tr td {
    border-left-width: 1px !important;
}


@keyframes rotate {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

/* Loader css end */



.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
    font-weight: bold;
    color: #666666 !important;
}



.ddlConfigurePublisher .SumoSelect .optWrapper .options {
    /*height: 129px !important;*/
    width: 448px !important;
    max-height: 221px !important;
}


.GenerateCustomReportddlReportName .SumoSelect .optWrapper .options {
    height: 163px !important;
    width: 240px !important;
    max-height: 163px !important;
}

.CreateReportlstboxCampaign .SumoSelect .optWrapper .options {
    height: 163px !important;
    width: 238px !important;
    max-height: 163px !important;
}

.NewReportsFilterDropDown .optWrapper .options {
    /*height: 127px !important;*/
    width: 230px !important;
    max-height: 163px !important;
}



.Step1DataddlCurrencynameList .optWrapper .options {
    height: 130px !important;
    width: 229px !important;
    max-height: 130px !important;
}

.Step1DataddlDomainName .optWrapper .options {
    height: 163px !important;
    width: 229px !important;
    max-height: 163px !important;
}

.Step1DataddlDoNotTrackMode .optWrapper .options {
    /*height: 163px !important;*/
    width: 236px !important;
    max-height: 163px !important;
}

.Step1DataddlTransactionType .optWrapper .options {
    /*height: 163px !important;*/
    width: 229px !important;
    max-height: 163px !important;
}

.ConfigurePublisherddlViewLifeTime .optWrapper .options {
    height: 163px !important;
    width: 48px !important;
    max-height: 163px !important;
}

.ConfigurePublisherddlClickLifeTime .optWrapper .options {
    height: 163px !important;
    width: 48px !important;
    max-height: 163px !important;
}

.AddEditTagddlTagType .optWrapper .options {
    height: 163px !important;
    width: 264px !important;
    max-height: 163px !important;
}

.Step7ddlPublisher .optWrapper .options {
    height: 163px !important;
    width: 328px !important;
    max-height: 165px !important;
}

.EditPublishercmbChannel .optWrapper .options {
    height: 163px !important;
    width: 222px !important;
    max-height: 163px !important;
}

.EditPredefinedPublishercmbChannel .optWrapper .options {
    height: 163px !important;
    width: 222px !important;
    max-height: 163px !important;
}



.CreateAdminAllddl .optWrapper .options {
    height: 80px !important;
    width: 222px !important;
    max-height: 163px !important;
}


.CreateUserAllddl .optWrapper .options {
    height: 80px !important;
    width: 222px !important;
    max-height: 163px !important;
}

.EditAgencyddlDomainName .optWrapper .options {
    height: 76px !important;
    width: 222px !important;
    max-height: 163px !important;
}

.AddEditSubAgencyAllddl .optWrapper .options {
    /*height: 111px !important;*/
    width: 222px !important;
    max-height: 163px !important;
}

.Step7CampPubLinksddlFlashExport .optWrapper .options {
    height: 111px !important;
    width: 222px !important;
    max-height: 163px !important;
}

.Step7CampPubLinksddlExportFormat .optWrapper .options {
    height: 80px !important;
    width: 222px !important;
    max-height: 163px !important;
}

.AddEditActionPubRefAllddl .optWrapper .options {
    height: 136px !important;
    width: 428px !important;
    max-height: 163px !important;
}

.ActionHistoryAllddl .optWrapper .options {
    height: 150px !important;
    width: 222px !important;
    max-height: 155px !important;
}

.SyncActionAllddl .optWrapper .options {
    /*height: 150px !important;*/
    width: 229px !important;
    max-height: 155px !important;
}



.EditAdmediaAllddl .optWrapper .options {
    /*height: 84px !important;*/
    width: 301px !important;
    max-height: 155px !important;
}


.EditAdmediaddlTargetwindow .optWrapper .options {
    height: 100px !important;
    width: 301px !important;
    max-height: 155px !important;
}


.AdRestictionAllddl .optWrapper .options {
    /*height: 100px !important;*/
    width: 170px !important;
    /*max-height: 155px !important;*/
}


.AdRestictionAllddlLogic .optWrapper .options {
    /*height: 100px !important;*/
    width: 170px !important;
    /*max-height: 155px !important;*/
}




.CustomerJourneyGridAllddl .optWrapper .options {
    /*height: 100px !important;*/
    width: 252px !important;
    max-height: 155px !important;
}

.CustomerJourneyGridlstbxLevel .optWrapper .options {
    /*height: 100px !important;*/
    width: 175px !important;
    max-height: 155px !important;
}


.CustomerJourneyGriddrpChannel .optWrapper .options {
    /*height: 100px !important;*/
    width: 228px !important;
    max-height: 155px !important;
}


.CustomerJourneyselectFieldsToDisplay .optWrapper .options {
    /*height: 100px !important;*/
    width: 228px !important;
    max-height: 155px !important;
}


.CustomerJourneylstTransactionStatus .optWrapper .options {
    /*height: 100px !important;*/
    width: 175px !important;
    max-height: 155px !important;
}

.CustomerJourneyGridDDLTransactionStatus .optWrapper .options {
    /*height: 100px !important;*/
    width: 175px !important;
    max-height: 155px !important;
}



.AddEditVariableAllddl .optWrapper .options {
    /*height: 100px !important;*/
    width: 249px !important;
    max-height: 155px !important;
}



.AddEditRuleAllddl .optWrapper .options {
    /*height: 100px !important;*/
    width: 165px !important;
    max-height: 155px !important;
}

.AddEditRuleddlOperation .optWrapper .options {
    /*height: 100px !important;*/
    width: 165px !important;
    max-height: 155px !important;
}



.AddEditTagddlDestination .optWrapper .options {
    /*height: 100px !important;*/
    width: 131px !important;
    max-height: 165px !important;
}


.AddEditTagddlSource .optWrapper .options {
    /*height: 100px !important;*/
    width: 196px !important;
    max-height: 165px !important;
}


.AddEditTagConTypeDDL .SumoSelect > .optWrapper {
    min-width: 107px !important;
}

.AddEditTagConTypeDDL .optWrapper .options {
    /*height: 100px !important;*/
    width: 100px !important;
    max-height: 155px !important;
}





.AddEditRuleddlOperation .optWrapper .options {
    /*height: 100px !important;*/
    width: 164px !important;
    max-height: 155px !important;
}

.AddEditRuleddlMatch .optWrapper .options {
    /*height: 100px !important;*/
    width: 164px !important;
    max-height: 155px !important;
}


.AddEditRuleddlVariable .optWrapper .options {
    /*height: 100px !important;*/
    width: 164px !important;
    max-height: 155px !important;
}


.AddEditRuleddlStateVariable .optWrapper .options {
    /*height: 100px !important;*/
    width: 165px !important;
    max-height: 155px !important;
}


.AddeditTagpublisherDropDown .optWrapper .options {
    /*height: 100px !important;*/
    width: 265px !important;
    max-height: 155px !important;
}


.AddEditTagddlAdmedias .optWrapper .options {
    /*height: 100px !important;*/
    width: 265px !important;
    max-height: 155px !important;
}


.AddZoneAllddl .optWrapper .options {
    /*height: 100px !important;*/
    width: 313px !important;
    max-height: 155px !important;
}


.CustomerJourneyGridddlSelectPageSize .optWrapper .options {
    /*height: 100px !important;*/
    width: 56px !important;
    max-height: 200px !important;
}


.ContactddlSalutation .optWrapper .options {
    /*height: 100px !important;*/
    width: 228px !important;
    max-height: 200px !important;
}

.ActionPublisherddlCampaign .optWrapper .options {
    /*height: 100px !important;*/
    width: 205px !important;
    max-height: 200px !important;
}



.ActionPublisherddlPublisherName .optWrapper .options {
    /*height: 100px !important;*/
    width: 205px !important;
    max-height: 200px !important;
}

.ActionPublisherddlActionName .optWrapper .options {
    /*height: 100px !important;*/
    width: 205px !important;
    max-height: 200px !important;
}


.AddEdiTagRuleddlSEOPublisher .optWrapper .options {
    /*height: 100px !important;*/
    width: 230px !important;
    max-height: 200px !important;
}



/*.NewReportsFilterddlCampaignFilter .optWrapper .options {
    /*height: 100px !important;
    width: 204px !important;
    max-height: 200px !important;
}*/

.NewReportsFilterddlDomainFilter .optWrapper .options {
    /*height: 100px !important;*/
    width: 248px !important;
    max-height: 200px !important;
}

.NewReportsFilterddlCampaignFilter .optWrapper .options {
    /*height: 100px !important;*/
    width: 248px !important;
    max-height: 200px !important;
}

.channelDropDownFilterDiv .optWrapper .options {
    /*height: 100px !important;*/
    width: 204px !important;
    max-height: 200px !important;
}


.publisherDropDownFilterDiv .optWrapper .options {
    /*height: 100px !important;*/
    width: 205px !important;
    max-height: 200px !important;
}


.NewReportsFilterddlTransactionTypeFilter .optWrapper .options {
    /*height: 100px !important;*/
    width: 60px !important;
    max-height: 100px !important;
}

.NewReportsFilterddlTransactionTypeFilter .SumoSelect > .CaptionCont > span {
    width: 58px !important;
}

.groupdropdown .optWrapper .options {
    width: 239px !important;
    max-height: 188px !important;
}


#CreateAdMedia_dialog .ddlShowOrNotTr .optWrapper .options {
    width: 252px !important;
    max-height: 188px !important;
}


#CreateAdMedia_dialog .restrictionDateHourStart .optWrapper .options {
    width: 48px !important;
}


#CreateAdMedia_dialog .restrictionDateHourEnd .optWrapper .options {
    width: 48px !important;
}


#CreateAdMedia_dialog .ddlShowOrNotDaysTr .optWrapper .options {
    width: 252px !important;
    max-height: 188px !important;
}

#CreateAdMedia_dialog .ddlShowOrNotHoursTr .optWrapper .options {
    width: 252px !important;
    max-height: 188px !important;
}


#CreateAdMedia_dialog .ddlDurationTr .optWrapper .options {
    width: 99px !important;
}

#CreateAdMedia_dialog .ddlShowOrNotReferringURLTr .optWrapper .options {
    width: 300px !important;
    max-height: 188px !important;
}

#CreateAdMedia_dialog .ddlShowOrNotPlacementURLTr .optWrapper .options {
    width: 280px !important;
    max-height: 188px !important;
}

#CreateAdMedia_dialog .ddlShowOrNotTargetKeywordsTr .optWrapper .options {
    width: 350px !important;
    max-height: 188px !important;
}

#CreateAdMedia_dialog .ddlShowOrNotIPAddressTr .optWrapper .options {
    width: 252px !important;
    max-height: 188px !important;
}


.ActionPublisherddlActionGroup .optWrapper .options {
    /*height: 100px !important;*/
    width: 200px !important;
    max-height: 200px !important;
}



/* ------------------------------------------------------------------------------------------------------ JAVASCRIPT TOOLTIP CSS START ------------------------------------------------------------------------------------------------- */

.tooltip_icon {
    height: 16px;
    width: 16px;
    background: url(https://customercenter.dynamic1001.eu/NewFrontendImages/info_15.png) no-repeat;
    cursor: pointer;
    display: block;
}
.control_width_tooltip {position:relative; padding-right:25px;}
.control_width_tooltip .tooltip_img_wrap {position:absolute; right:0px; top:5px; }
.tooltip_icon.width_line {position:relative;}
.tooltip_icon.width_line:after {content:""; width:1px; height:24px; position:absolute; left:-4px; top:-4px; background:#333333; }
/*For tooltip target element that has set class="tooltip" */
.tooltip {
    text-decoration: none;
    border-bottom: 1px dotted #36c;
    color: #36c;
    outline: none;
}

/*For tooltip box*/
div#mcTooltip {
    line-height: 20px;
    border-width: 2px;
    color: #FFFFFF;
    border-color: #333333;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.8);
    /*background-image:url(https://customercenter.dynamic1001.eu/NewFrontendImages/bg_ptn.png);*/
}

div#mcTooltip, div#mcttCo b {
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

    /* For hyperlink within tooltip */
    div#mcTooltip a {
        color: #6CF;
    }

/*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
div#mcttCloseButton {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    margin-top: 4px;
    /*background:black;*/
}
    /*Close button X symbol*/
    div#mcttCloseButton:after {
        font-size: 12px;
        line-height: 18px;
        color: #999;
        top: 0;
        left: -20px;
    }

/*Give the close button a bigger size on smaller devices*/
@media only screen and (max-width: 736px) {
    div#mcttCloseButton {
        width: 28px;
        height: 28px;
    }

        div#mcttCloseButton:after {
            font-size: 48px;
            line-height: 28px;
        }
}

/* Useful when overlay has been set to true or 1 in JS */
div#mcOverlay {
    background-color: rgba(0,0,0,0.5);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4;
}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 9999999999;
    top: -2000px;
}

div#mcTooltip {
    float: left;
    border-style: solid;
    position: relative;
    overflow: hidden;
}

div.mcTooltipInner {
    float: left;
    position: relative;
    width: auto;
    height: auto;
}

div#mcttCo, div#mcttCo b {
    position: absolute;
    overflow: hidden;
    border-color: rgba(0,0,0,0.8);
    border-left: 6px !important;
}

div#mcttCo {
    left: 0px !important;
}

    div#mcttCo b {
        box-shadow: none !important;
    }
/*compatible with bootstrap*/
div#mcTooltip, div#mcTooltip div {
    box-sizing: content-box;
}

/* ------------------------------------------------------------------------------------------------------ JAVASCRIPT TOOLTIP CSS END ------------------------------------------------------------------------------------------------- */


/********************************************general calss start****************************************/
.k-animation-container .k-callout-w {
    left: -27px !important;
    border-width: 13px !important;
    top: 50% !important;
    margin-top: -11px !important;
    border-right-color: rgba(25, 25, 25, 0.8) !important;
}

.k-animation-container .k-widget.k-tooltip {
    background-color: rgba(25, 25, 25, 0.8) !important;
    padding: 10px !important;
    border-color: rgba(25, 25, 25, 0.8) !important;
    margin-left: 16px !important;
}

.kendo_meterial_theam_control_wrap .k-dropdown-wrap.k-state-default {
    border-color: #dddddd !important;
    border-radius: 0px !important;
    background-color: #ffffff !important;
}

.kendo_meterial_theam_control_wrap .k-dropdown-wrap .k-input {
    /*height: 21px !important;*/
    line-height: 21px !important;
}

.xmp_wrap {
    font-size: 13px;
}

.box_sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box_sizing_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ddl_img_wrap {
    float: left;
    padding-right: 10px;
    position: relative;
    top: 6px;
}

    .ddl_img_wrap.selected_img {
        top: 8px;
    }

.bottom_b_title {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 5px;
}

.chart_wrap {
    width: 270px;
}

    .chart_wrap .col_one {
        width: 25%;
        float: left;
    }

    .chart_wrap .col_two {
        width: 50%;
        float: left;
    }

    .chart_wrap .col_three {
        width: 25%;
        float: left;
    }

    .chart_wrap .input_wrap {
        text-align: left;
        width: 35px;
        margin: 0 auto;
        position: relative;
    }

        .chart_wrap .input_wrap .percantage_sign {
            position: absolute;
            right: -5px;
            top: 6px;
            color: #ffffff;
        }

        .chart_wrap .input_wrap input {
            width: 28px !important;
            margin: 0 auto;
            color: #ffffff;
            font-size: 15px;
            border: 1px solid #1e7299;
        }

    .chart_wrap .l_r_top_padding {
        padding-top: 30px;
    }

    .chart_wrap .l_r_bottom_padding {
        padding-bottom: 30px;
    }

    .chart_wrap .md_top_padding {
        padding-top: 52px;
        background: #ffffff;
    }

    .chart_wrap .md_bottom_padding {
        padding-top: 7px;
    }

    .chart_wrap .mid_content_wrap {
        text-align: center;
        font-size: 18px;
        position: relative;
        color: #ffffff;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .chart_wrap .mid_content_wrap .valu_strip {
            font-size: 14px;
            text-align: center;
            position: absolute;
            top: 11px;
            color: #ffffff;
            width: 100%;
            background: rgba(255, 255, 255, 0.2);
        }

        .chart_wrap .mid_content_wrap .three_col_inner {
            width: 30%;
            height: 38px;
            line-height: 37px;
            text-align: center;
            float: left;
        }

            .chart_wrap .mid_content_wrap .three_col_inner.mid {
                border-left: 2px solid #ffffff;
                width: 40%;
                border-right: 2px solid #ffffff;
                display: inline-block;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

.action_button {
    position: relative;
    top: -15px;
}

    .action_button:before {
        position: absolute;
        left: 10px;
        top: 9px;
        content: "\f067";
        font-family: 'FontAwesome';
    }

.grid_header_txt {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}



/********************************************general calss end****************************************/
.white_box_wrap {
    background: #ffffff;
    border: 0px solid #b2b2b2 !important;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px 0px #b2b2b2;
    min-height: 21px;
}

    .white_box_wrap span.title {
        font-size: 18px;
        color: #797979;
        position: relative;
        top: 3px;
    }

.white_box_header {
    position: relative;
    padding-right: 20px;
    min-height: 21px;
    padding-bottom: 10px;
}

    .white_box_header.padding_right_0 {
        padding-right: 0px;
    }

    .white_box_header .box_header_plus_minus_btn {
        position: absolute;
        right: 1px;
        top: 1px;
    }

        .white_box_header .box_header_plus_minus_btn .minus_btn_wrap {
            text-align: center;
            height: 18px;
            width: 18px;
            padding: 2px;
            color: #b5b5b5;
            cursor: pointer;
            background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/box_minus.png') 1px 1px no-repeat !important;
            display: block;
        }

        .white_box_header .box_header_plus_minus_btn .plus_btn_wrap {
            text-align: center;
            height: 18px;
            width: 18px;
            padding: 2px;
            color: #b5b5b5;
            cursor: pointer;
            background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/box_plus.png') 1px 1px no-repeat !important;
            display: block;
        }

.white_box_detail {
    position: relative;
    padding-top: 0px;
}

    .white_box_detail .emptyreportDiv {
        width: 100%;
        font-size: 20px;
        color: #eeeeee;
        text-align: center;
        position: relative;
    }

        .white_box_detail .emptyreportDiv span {
            position: absolute;
            top: 40%;
            left: 0px;
            text-align: center;
            width: 100%;
            color: #cfcfcf;
        }

.white_box_inner_seprator {
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #dcdcdc;
}


.report_box_wrap_title {
    background: #ffffff !important;
    padding: 10px;
    border: 0px solid #b2b2b2 !important;
    min-height: 25px;
    box-shadow: 0px 0px 3px 0px #b2b2b2;
    min-height: 21px;
}

    .report_box_wrap_title span.title {
        font-size: 18px;
        color: #797979;
        position: relative;
        top: 3px;
    }

#ExportChartGridData .white_box_wrap, #ExportChartGridData .report_box_wrap_title {
    border: 1px solid #e6e6e6 !important;
    box-shadow: none;
}

.white_box_wrap.tab_ui {
    background: #f2f2f2;
    margin-bottom: 0px;
}




.k-multiselect-wrap .k-reset {
    display: flex !important;
    height: 28px;
    overflow: hidden !important;
    white-space: nowrap;
}

.custom_ddl_wrap_kendo {
    position: relative;
}

    .custom_ddl_wrap_kendo .custom_ddl_kendo_ui {
        position: absolute;
        left: 0px;
        background-color: #ffffff !important;
        border-radius: 0px !important;
        border-color: #dddddd !important;
        z-index: 3;
    }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui.k-state-border-down .k-multiselect-wrap ul.k-reset {
            border-bottom: 1px solid #dddddd !important;
            width: 100% !important;
        }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui.k-state-border-up .k-multiselect-wrap ul.k-reset {
            border-bottom: 1px solid #dddddd !important;
            width: 100% !important;
        }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui .k-multiselect-wrap ul.k-reset .k-button .k-select .k-icon.k-i-close {
            position: relative !important;
            top: 3px !important;
        }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui .k-multiselect-wrap .k-input {
            height: 18px !important;
        }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui:after {
            content: "";
            background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/ddl_arrow_down.png') 6px 9px no-repeat !important;
            background-color: #ffffff !important;
            position: absolute;
            /* border-left: 1px solid #dddddd; */
            border: 1px solid #dddddd;
            height: 28px;
            width: 24px;
            background: #ffffff;
            right: 0px;
            top: 0px;
            background-size: 12px 12px !important;
            cursor: pointer;
        }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui.up_arrow:after {
            content: "";
            background: url('https://customercenter.dynamic1001.eu/NewFrontendImages/ddl_arrow_up.png') 6px 9px no-repeat !important;
            background-color: #ffffff !important;
            position: absolute;
            border-left: 1px solid #dddddd;
            height: 28px;
            width: 24px;
            background: #ffffff;
            right: 0px;
            top: 0px;
            background-size: 12px 12px !important;
            cursor: pointer;
        }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui.k-state-border-down:before {
            content: "\f002";
            font-family: 'FontAwesome';
            font-size: 16px;
            position: absolute;
            right: 5px;
            top: 30px;
            color: #333333;
            z-index: 4;
        }

        .custom_ddl_wrap_kendo .custom_ddl_kendo_ui.k-state-border-up:before {
            content: "\f002";
            font-family: 'FontAwesome';
            font-size: 16px;
            position: absolute;
            right: 5px;
            top: 30px;
            color: #333333;
            z-index: 4;
        }





/*Changes*/
.white_box_wrap_1 {
    background: #ffffff none repeat scroll 0 0;
    border: 0 solid #b2b2b2 !important;
    margin-bottom: 10px;
    min-height: 21px;
    padding: 10px;
}

.TdBackground {
    background: #ffffff none repeat scroll 0 0;
}

.active {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li.active, .nav-tabs > li.hover .nav-tabs > li.focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: none;
    border: 0px solid red;
    color: #37A3CA;
    cursor: default;
    font-weight: bold;
}

.steps_bredcrum .nav.nav-tabs li {
    position: relative;
}

    .steps_bredcrum .nav.nav-tabs li a {
        padding-right: 10px;
    }

    .steps_bredcrum .nav.nav-tabs li:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 17px;
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #8e8e8e;
    }

    .steps_bredcrum .nav.nav-tabs li.active {
        position: relative;
    }

        .steps_bredcrum .nav.nav-tabs li.active:after {
            bottom: -5px;
            content: url(https://customercenter.dynamic1001.eu/NewFrontendImages/submenu_arrow.png);
            height: 20px;
            left: 50%;
            margin-left: -20px;
            position: absolute;
        }

    .steps_bredcrum .nav.nav-tabs li a span {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        color: #6e6e70;
    }

.multi_file_tbl_wrap tr.head {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

    .multi_file_tbl_wrap tr.head td {
        background: #f3f3f3;
        border-radius: 0px;
        box-sizing: border-box;
        display: inline-block;
        padding: 3px 3px 4px 5px;
        width: 100%;
    }

.multi_file_tbl_wrap tr td.add_new_data_wrap {
    padding: 10px 3px 5px 3px;
}

    .multi_file_tbl_wrap tr td.add_new_data_wrap .add_new_data_btn_wrap {
        padding: 5px 6px;
        font-weight: bold;
    }

.pagging_wrap {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    margin-top: 2px;
}

    .pagging_wrap.multi_upload_paging_wrap {
        width: 100%;
    }

    .pagging_wrap table {
        float: right;
    }

.add_new_voucher_wrap {
    padding: 4px 5px;
    display: inline-block;
}

.add_new_voucher_wrap_inner {
    border: 1px dashed #b9d1d9;
    background: #d4ecf4;
    display: inline-block;
    padding: 6px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.PreviewVoucherCodeDataRowAdd:first-of-type {
    border-top: 0px solid #d4d4d4 !important;
    padding-top: 6px;
}

.PreviewVoucherCodeDataRowAdd:last-of-type {
    padding-bottom: 6px;
}

.upload_multifile_wrap .k-upload.k-header {
    border-color: #ffffff !important;
    margin-left: -10px;
}

.multi_file_tbl_wrap {
    border: 1px solid #ededed;
    padding: 0px;
}

.multi_file_view_wrap {
    padding: 5px;
    width: 130px;
    position: relative;
    overflow: hidden;
    min-height: 25px;
    background: #f1f1f1;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.05);
}

    .multi_file_view_wrap .delete_ico_wrap {
        height: 28px;
        position: absolute;
        right: 0;
        top: 0;
        width: 25px;
        padding-top: 4px;
    }

        .multi_file_view_wrap .delete_ico_wrap input {
            position: relative;
            top: 8px;
            left: 7px;
        }

.Preview_lbl {
    font-size: 14px;
    font-weight: bold;
    top: 4px;
    position: relative;
}

.previewVocherCode {
    color: #838383;
}

.v_code_disit_wrap {
    padding-top: 4px;
}

.grid_ui {
    border-left: 0px solid #e1e1e1;
    border-top: 0px solid #e1e1e1;
}

    .grid_ui tr.header_row td {
        border-bottom: 1px solid #e1e1e1;
        background: #ffffff;
        color: #777777;
        font-weight: bold;
        padding: 8px 8px;
    }

    .grid_ui tr.detail_row td {
        border-bottom: 1px solid #e1e1e1;
        background: #ffffff;
        color: #777777;
        font-weight: normal;
        padding: 5px 8px;
    }



.ManageVoucherCodeEditCloumnId {
    text-align: center;
}

.ManageVoucherCodeDeleteCloumnId {
    text-align: center;
}

.ManageVoucherCodeActiveCloumnId {
    text-align: center;
}

.search_input_rapper {
    position: relative;
    border: 1px solid #e8e8e8;
    width: 390px !important;
}

    .search_input_rapper input {
        color: #777;
        font-size: 13px;
        margin: 0;
        padding: 3px 0;
        height: 24px;
        width: 360px;
        border: none !important;
        padding-right: 36px;
        padding-left: 5px;
    }

    .search_input_rapper .imagesearch {
        width: 16px;
        height: 16px;
        position: absolute;
        right: -1px;
        top: -1px;
        cursor: pointer;
        padding-left: 6px;
        padding: 8px;
        background: #666666;
    }

    .search_input_rapper .imagedelete {
        width: 14px;
        height: 14px;
        position: absolute;
        right: 40px;
        top: 8px;
        cursor: pointer;
        padding-left: 1px;
    }


.advance_setting_outer {
    position: relative;
    top: 0px;
    z-index: 1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 16px 0px 18px 0px;
}

.advance_setting_wrap {
}

    .advance_setting_wrap .lbl_wrap {
        float: left;
        padding-right: 40px;
    }

    .advance_setting_wrap .chk_wrap {
        float: left;
        position: relative;
        top: 4px;
        padding-right: 8px;
    }

.btn_add_default_data {
    background: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 8px;
    display: block;
    height: 30px;
    cursor: pointer !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn_add_default_data_disable {
    background: #FFFFFF;
    border: 1px solid #c2c2c2;
    padding: 7px 8px;
    display: block;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: #bdbdbd;
    opacity: 0.5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align:center;
}

.save_btn_wrap {
    padding-left: 0px;
    margin-left: 1px;
    float: left;
    position: relative;
}
/*.save_btn_wrap:after {content:""; position:absolute; left:28px; width:1px; height:25px; background:#cecece; top:-2px; }*/
.advance_setnig_ui {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    float: right;
    position: absolute;
    right: 0px;
    bottom: -1px;
    z-index: 3;
    min-width: 108px;
    text-align: center;
}

.advance_setnig_ui_open {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    float: right;
    position: absolute;
    right: 0px;
    bottom: -1px;
    z-index: 3;
    min-width: 108px;
    text-align: center;
}

.title_and_button_header {
    padding: 8px 0;
}

    .title_and_button_header .header_txt {
        font-weight: bold;
        position: relative;
        top: 5px;
        font-size: 15px;
    }

.header_txt_only {
    font-weight: bold;
    font-size: 15px;
}

.info_campian_tooltip_wrap {
    position: relative;
}

.info_corner_icon {
    position: absolute;
    left: -10px;
    top: -10px;
    background: #909090;
    height: 18px;
    width: 18px;
    cursor: pointer;
    text-align: center;
    z-index: 10;
}

    .info_corner_icon span.info_icon {
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
        position: relative;
        top: -1px;
        font-weight: bold;
    }

    .info_corner_icon .campian_name {
        width: 500px;
        position: absolute;
        left: 15px;
        top: 0px;
        text-align: left;
    }
/*.info_corner_icon:hover .campian_name {display:block;}*/
.campian_name_txt_wrap {
    display: inline-block;
    height: 100%;
    position: relative;
    padding-right: 0px;
}

.campian_name_txt {
    font-size: 18px;
    font-weight: normal;
    height: 19px;
    display: inline-block;
    padding: 20px 15px;
    min-width: 145px;
    text-align: left;
    word-break: break-all;
}

.closeCampaignDiv {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}

    .closeCampaignDiv:after {
        content: "\f00d";
        font-family: FontAwesome;
        position: absolute;
        left: -2px;
        top: 3px;
        font-size: 16px;
        color: #ffffff;
    }

.popup_slide_bg {
    background: #b3b3b3;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.slide_poup_title_wrap {
    padding: 0px 15px;
}

.slide_poup_title {
    font-size: 19px;
    font-weight: normal;
    border-bottom: 1px solid #dddedf;
    position: relative;
    padding: 17px 17px 17px 40px;
}

    .slide_poup_title .closeIcon_Container {
        position: absolute;
        left: 8px;
        top: 24px;
        height: 14px;
        width: 14px;
        cursor: pointer;
        background: url("https://customercenter.dynamic1001.eu/NewFrontendImages/popup_close_icon_New.png") no-repeat !important;
    }

.parameter_link_wrap {
    position: static;
    left: 200px;
    top: 30px;
}

.parameter_popup_header {
    position: relative;
    padding: 0px 5px;
}

.parameter_popup_wrap {
    position: absolute;
    left: 0px;
    top: 5px;
    min-height: 250px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.90);
    width: 100%;
    z-index: 999999;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 2px 0px #b2b2b2;
}

.parameter_popup_content {
    padding-top: 5px;
}

    .parameter_popup_content .Parameter_tag {
        float: left;
        padding: 6px;
    }

        .parameter_popup_content .Parameter_tag span {
            border: 1px dotted #c3c3c3;
            padding: 2px 5px 3px 5px;
            background: #ffffff;
            display: block;
            cursor: move;
            border-radius: 3px;
        }

.parameter_popup_close {
    background: url("https://customercenter.dynamic1001.eu/NewFrontendImages/popup_close_icon_New.png") 1px 1px no-repeat !important;
    display: block;
    height: 16px;
    width: 16px;
}

.input_with_cuv {
    position: relative;
}

    .input_with_cuv:before {
        content: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bracket_left.gif);
        width: 10px;
        height: 19px;
        position: absolute;
        top: 5px;
        left: -12px;
    }

    .input_with_cuv:after {
        content: url(https://customercenter.dynamic1001.eu/NewFrontendImages/bracket_right.gif);
        width: 10px;
        height: 19px;
        position: absolute;
        top: 5px;
        right: -12px;
    }

.testlink {
    cursor: pointer;
    padding: 0px 3px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

    .testlink i {
        font-size: 14px;
        position: relative;
        top: 1px;
    }

.static_lbl {
    font-size: 11px;
    line-height: 11px;
    padding: 2px 3px;
    display: inline-block;
    color: #a6a6a6;
}

.left, .hidden {
    float: left;
    height: 350px;
}

.left {
    width: 50%;
    background: #fff;
    z-index: 1;
}

.hidden {
    width: 25%;
    z-index: 2;
    position: absolute;
    left: -1000px;
    background: #f90;
    color: #000;
}

.right {
    width: 50%;
    float: right;
    height: 350px;
    background: #000;
    color: #fff;
}

.clear {
    clear: both;
}


.imgExportLinkDocumentDiv {
    position: relative;
}

    .imgExportLinkDocumentDiv .export_icon_wrap {
        cursor: pointer;
    }

.download_option_icon {
    font-size: 24px !important;
    color: #6c6c6c;
    cursor: pointer;
}

.ExportLinkDocument_content {
    background: #444444;
    padding: 0px;
}

    .ExportLinkDocument_content .chk_row {
        padding: 5px 15px 5px 15px;
    }

        .ExportLinkDocument_content .chk_row .chk_ui {
            position: relative;
            top: 2px;
        }

        .ExportLinkDocument_content .chk_row .chk_lbl_ui {
            color: #ffffff;
        }

        /*box-shadow:0px 0px 3px 0px #999999;*/

.wizard_wrap {min-height:760px; width:740px; position:relative; left:30px; top:20px;}
.wizard_ui_width_logo{width:740px;  min-height:343px; margin-top:10px; margin-bottom:140px; background:#ffffff;  box-shadow: 0px 0px 6px 0px #b2b2b2; padding:0px; position:absolute; left:0px; top:0px;}
.wizard_ui_width_logo_inner {padding-top:150px;}
.wizard_ui_width_logo .google_adword_logo_wrap {text-align:center; padding-bottom:10px;}
.wizard_ui_width_logo .google_adword_logo_wrap img {width:200px; } 

.wizard_ui_width_logo .google_adword_btn_wrap {text-align:center; padding-top:15px;}
.wizard_ui_width_logo .google_adword_btn_wrap .google_adword_btn {display:inline-block;}
.google_adword_connect_btn {display:inline-block;}
.google_adword_connect_btn a.bbutton { height:auto !important; background:#0E2C42;  box-shadow:0px 0px 15px #535353; border:0px solid #ffffff; min-width:320px;}
.google_adword_connect_btn a.bbutton span {height:auto !important; background:#0E2C42; font-size:20px; padding:22px 20px; color:#ffffff;}

.google_adword_btn a.bbutton { height:auto !important; background:#0E2C42;  box-shadow:0px 0px 15px #535353; min-width:320px; border:0px solid red;}
.google_adword_btn a.bbutton span {height:auto !important; background:#0E2C42; font-size:20px; padding:22px 20px; color:#ffffff;}

.wizard_ui {width:740px; min-height:343px; margin-top:10px; margin-bottom:140px; background:#ffffff;  box-shadow: 0px 0px 6px 0px #b2b2b2; padding:0px; position:absolute; top:0px; right:0px; overflow:hidden;}
.wizard_header {padding:18px; margin-bottom:0px; background:#22B1AA; font-size:20px; color:#ffffff;}

/*.wizard_header .stage{display:block; position: relative; text-align: center;  width:33.33%; float:left;}
.wizard_header .stage::after{position: absolute; background-color: #0b9a93; top:45%; width:100%; height:3px; border-top:1px solid #0b9a93; border-bottom:1px solid #0b9a93; content: ''; left:-50%;}
.wizard_header .stage .stage-header {display: inline-block; width:25px; height:25px; line-height:25px; background-color: #0b9a93; text-align: center; font-size:14px; color: #ffffff; font-weight:bold; border: 1px solid #0b9a93; border-radius:50%; position: relative; z-index: 1;}
.wizard_header .stage.stage_current::after{background-color:#ffffff;  border: 1px solid #ffffff;}
.wizard_header .stage.stage_current .stage-header { background-color: #ffffff;  border: 1px solid #ffffff; color:#6e6e70; }
.wizard_header .stage.stage_sucess::after{background-color:#92cf5c;  border: 1px solid #92cf5c;}
.wizard_header .stage.stage_sucess .stage-header { background-color: #92cf5c;  border: 1px solid #92cf5c; color:#ffffff; }
.wizard_header .stage.first::after{content:none;}*/

.wizard_content {}
.wizard_content .step_1_and_2_wrap {width: 100%; margin: 0 auto; min-height:315px;  position: relative; overflow: hidden; min-width: 740px;}
.wizard_content .step_1_and_2_wrap .step_1 {height: 100%; top: 0; position: absolute; right: 0px; left: auto !important; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; min-width: 740px; padding:15px;}
.wizard_content .step_1_and_2_wrap .step_2 {right: 0px; border: 0px solid green; width: 0px; height: 100%; top: 0; position: absolute; right: 0px; left: auto !important; background:#ffffff;}
.wizard_content .step_3 {right: 0px; border: 0px solid green; width: 0px; height: 100%; top: 0; position: absolute; right: 0px; left: auto !important; background:#ffffff; display:none; z-index:3;}
.wizard_content .step_3 .step_3_inner_wrap{padding:113px 0px 0px 0px;}
.wizard_content .step_3 .step_3_inner_wrap .step_3_sucess_msg {font-size:26px; color:#3fa44d; text-align:center; width:650px;  margin:0 auto;}
.wizard_content .step_3 .step_3_inner_wrap .step_3_sucess_msg .edit_congi {border:4px solid #dedede; background:#dedede; height:24px; width:24px; font-size:21px; line-height:21px; border-radius:50%; display:inline-block; cursor:pointer; color:#666666;}
.wizard_content .step_3 .step_3_inner_wrap .btn_wrap {text-align:center; width:555px; margin:0 auto;}
.wizard_content .step_3 .step_3_inner_wrap .btn_wrap .btn_inner { display:inline-block;}
.step_1_heading {color:#6e6e70; font-style:italic;}
.adword_btn_ui { background-image:url("https://customercenter.dynamic1001.eu/NewFrontendImages/google_ad_words_1.png"); background-color:#22b1aa; background-repeat:no-repeat; background-size:400px 44px; background-position-x:15px;  background-position-y:15px; width:400px; height:44px; display:block; cursor:pointer;  padding:15px; margin:0 auto; margin-top:30px; margin-bottom:40px; /*box-shadow:1px 1px 2px #999;*/ border:2px solid #22b1aa;}

.lagend_wrap {float:left; padding-right:20px; padding-top:3px;}
.lagend_wrap .lagend {position:relative; padding-left:15px; padding-right:0px;}
.lagend_wrap .lagend .lagend_sqare {position:absolute; top:1px; left:0px; top:3px; height:10px; width:10px;}
.lagend_wrap .lagend label {font-size:12px;}

.step_1_more_txt_wrap {z-index: 50; display: none; position: fixed; top:260px; left:316px; width:950px; background:rgba(0, 0, 0, 0.8); padding:15px; color:#ffffff;}
.step_1_more_txt_wrap a {color:#68b2f8 !important; }
/*.step_1_more_txt_wrap:after { height:10px; width:20px; position:absolute; content:"";  color:#000000; font-size:18px; top:5px; left:-10px; content: "\f0d9"; font-family: 'FontAwesome'; font-size:32px; opacity:0.8; }*/

.step_1_more_txt_wrap ol {padding-left:15px !important;}
.step_1_more_txt_wrap ol ul {padding-left:30px !important;}

/*wizard ui css end*/

.Comparison_Tool_wrap {}
.Comparison_Tool_ddl_wrap {float:left; position:relative;}
.Comparison_Tool_ddl_wrap .k-widget.k-dropdown {width:250px !important; }
.Comparison_Tool_wrap .vs_lbl {float:left; padding:8px 18px; font-size:10px; font-weight:bold; position:relative; color:#8a8a8a;}
.Comparison_Tool_wrap .vs_lbl:after {content:""; position:absolute; top:0px; left:23px; height:9px; width:2px; background:#8a8a8a; }
.Comparison_Tool_wrap .vs_lbl:before {content:""; position:absolute; bottom:0px; left:23px; height:9px; width:2px; background:#8a8a8a; }
.Comparison_Tool_ddl_wrap .close_icon_wrap {position:absolute; right:-7px; top:-7px; }

._GAuUb {
    border: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    height: 8px;
    margin-bottom: 0px;
    margin-top: 6px;
    width: 0px;
}
._GAOHb {
    font-weight: bold;
}

._GAb-_GAci-_GAhi {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}
._GAv0b {
    float: left;
    margin-left: 8px;
    margin-right: 18px;
    text-align: center;
}

._GAdPb {
    margin: 10px;
    min-width: 1049px;
}
.clear-both {
clear:both;
}



