body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-face-color: #626262;
    scrollbar-arrow-color: #626262;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: 0px none;
    }

button:-moz-focus-inner {
    outline: 0px none;
}

a {
    outline: 0;
}

textarea {
    resize: none;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

.no_padl {
    padding-left: 0px !important;
}

.no_padr {
    padding-right: 0px !important;
}

.no_padl_md {
    padding-left: 0px !important;
}

.no_padr_md {
    padding-right: 0px !important;
}

.pointerr {
    cursor: pointer;
}

.clearr {
    clear: both;
}

.marg_tp15 {
    margin-top: 15px;
}

.red_txt {
    color: #cc3534;
}

.tpmenu a:link {
    text-decoration: none;
    color: #fff;
}

.tpmenu a:hover {
    text-decoration: none;
    color: #fff;
}

.tpmenu a:visited {
    text-decoration: none;
    color: #fff;
}

.tpmenu a:active {
    text-decoration: none;
    color: #fff;
}

.topFixedPart {
    margin: 0px;
    padding: 0px;
   
    width: 100%;
    z-index: 1000;
}

.topBG {
    background-image: url(../image/Top_BG.jpg);
    background-repeat: repeat-x;
}

.HomeText {
    color: #FFFFFF;
    float: left;
    margin: 0px;
    padding: 15px 0px 0px;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

.heatIconBG {
    height: 40px;
    width: 30px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../Image/earth-usa.png);
}

.heatIconText {
    background-color: #FF0004;
    height: 18px;
    width: 18px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 0px;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

.font_segeo {
    font-family: calibri;
}

.paddingLeftImportant {
    padding-left: 3px !important;
}

.paddingRightImportant {
    padding-left: 3px !important;
}

.text_boxu {
    margin: 10px 0;
    width: 100%;
    border: none;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

.login_ico {
    float: left;
    margin: 10px;
}

.drop_dwn {
    float: left;
    margin: 10px 0 0 0px;
}

.prof_pic {
    width: auto;
    height: 45px;
    float: left;
}

    .prof_pic img {
        width: auto;
        height: 45px;
        margin-top: 1px;
    }

.prof_name {
    font-size: 11px;
    color: #fff;
    line-height: 15px;
    padding: 10px 0 0 6px;
    float: left;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .menu ul li {
        float: left;
        padding: 0px 15px;
        line-height: 30px;
        color: #fff;
        -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
        transition: 2s;
    }

        .menu ul li:hover {
            background: #005689;
            -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
            transition: 2s;
        }

        .menu ul li a {
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }

            .menu ul li a:visited {
                color: #fff;
                background: #005689;
            }

.menuActive {
    background: #005689 !important;
}

.box_chart_wrapr {
    border: 1px solid #bbbbbb;
    padding: 15px 5px;
}
/*.table_header{height:30px;line-height:30px;color:#313131;font-size:15px; font-family:calibri; background:#ebebeb;}
.table_header td{text-align:right; padding-left:5px;}
.table_header td:first-child{text-align:left;}*/
.tr_border {
    line-height: 26px;
}

    .tr_border td:first-child {
        padding-left: 6px;
        text-align: left;
    }

    .tr_border td {
        text-align: center;
        font-size: 15px;
        color: #626262;
        padding-right: 5px;
    }

.full_wid {
    width: 97%;
    font-family: calibri;
    margin: 7px 0px 0px 12px;
}

    .full_wid tr:last-child {
        border-bottom: None !important;
        padding-left: 10px;
    }

        .full_wid tr:last-child td:last-child {
            padding-left: 10px;
        }

    .full_wid tr:first-child {
        border-bottom: 0px #FFFFFF solid !important;
        padding-left: 5px;
    }

.tr_bord_bot {
    border-bottom: 1px solid #d6d6d6 !important;
}

.chart_tab_note p {
    font-size: 14px;
    font-family: calibri;
}

    .chart_tab_note p img {
        padding-right: 4px;
    }

.color_div {
    width: 3px;
    height: 18px;
    float: left;
    margin-top: 2px;
}

.blu_div {
    background: #2876dd;
}

.ylo_div {
    background: #fd9900;
}

.grn_div {
    background: #79c850;
}

.fnt_blu_div {
    background: #50ceff;
}

.purpl_div {
    background: #6f2d9f;
}

.red_div {
    background: #c00000;
}

.month {
    font-size: 12px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
}

.img_mid {
    display: block;
    margin: auto;
}

.piechart {
    margin-top: 30px;
}

.table_header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

    .table_header ul li {
        float: left;
        padding: 0 20px;
        cursor: pointer;
    }

    .table_header ul .activee {
        cursor: default;
        background: #ebebeb;
        color: #000;
    }

    .table_header ul li:hover {
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
    }

#buttn {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #buttn li {
        line-height: 30px;
        height: 30px;
        padding: 0 5px;
        float: left;
    }

.calls_dv {
    width: 95%;
    margin: 0px auto;
    display: block;
    color: #fff;
}

.grn_btn {
    background: #fff;
    color: #868686;
    border: 1px #24fe47 solid;
    /*text-decoration:none;*/
}

.red_btn {
    background: #fff;
    color: #868686;
    border: 1px #ff3230 solid;
    /*text-decoration:none;*/
}

.tr_bordbotm {
    border-bottom: 1px solid #B2CAE4;
}

.font_size14 {
    font-size: 14px;
}

.font_size11 {
    font-size: 10px;
}

.textAlingCenter {
    text-align: center !important;
}

.paddignLeft0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.TrandesDeta {
    font-family: calibri;
    color: #626262;
    font-size: 12px;
    text-align: left;
    line-height: 26px;
    width: 100%;
}

    .TrandesDeta tr {
    }

        /*.TrandesDeta tr td {
            padding: 0px 5px;
        }*/

.TrandeHeading {
    font-family: calibri;
    color: #019fe9;
    /*font-size: 18px;*/
    line-height: 30px;
    padding-left: 5px;
    font-weight: 100;
}

.rightAlign {
    text-align: right !important;
    float: right !important;
    margin-top: 10px;
}

.scrollbar {
    float: left;
    height: 190px;
    overflow: hidden;
    width: 100%;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,157,237,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,157,237,.3);
    background-color: #009ded;
}

.multyColorDiv {
    width: 100%;
    float: left;
    margin: 32px 0px 0px;
    padding: 0px;
    height: 5px;
}

.multyColorDivAll {
    width: 8%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 5px;
}

.trandsPrice {
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.right2table {
    margin: 0px;
    padding: 0px;
    float: left;
    border: 1px #bbbbbb solid;
}

.right2tableDeta {
    margin: 0px;
    padding: 0px 5px 0px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: 000;
    line-height: 30px;
}

.right2tablePrice {
    margin: -4px;
    padding: 3px 0px 0px;
    font-family: RobotoCondensedRegular, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-radius: 50%;
    background: #00ba9d;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #FFF;
}

.right2tableblank {
    margin: 5px;
    padding: 0px;
}

.borderBottom {
    border-bottom: 1px #bbbbbb solid;
}

.PhilipNameHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin: 0px;
}

.PhilipPosition {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.PhilipComText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    padding: 0px;
    margin: 0px;
}

.connectText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    background: #00a4de;
    color: #fff;
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
    float: left;
}

.InMailText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px 7px;
    margin: 0px;
    background: #a1a5a8;
    color: #fff;
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
    float: left;
}

.ExprienceText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px 7px;
    margin: 0px;
    background: #dddddd;
    color: #000;
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
    float: left;
}

.linkedPading {
    padding: 10px 0px;
}

.linkedPadingOne {
    padding: 5px 0px;
}

.btn-defaultNew {
    color: #fff !important;
    background-color: #005689;
    border-color: #005689;
    margin-top: 10px;
}

.btn-default:hover {
    /*color: #333;
    background-color: #015d94 !important;
    border-color: #015d94;*/
    color: black;
    background-color: #fff !important;
    border-color: #fff;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    /*color: #fff;
    background-color: #01639e;
    border-color: #01639e;*/
    color: #000;
    background-color: #fff;
    border-color: gray;
}

.btn-group.open .dropdown-toggle {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.125) inset !important;
}

.perpalBorder {
    border-top: #83126a 2px solid;
}

.grayBG {
    background: #f4f4f4;
}

<!-- new Add-- > .table_header_bg {
    background: #83126a;
}

.Interaction_Header {
    background: #2276be;
    color: #fff;
    float: left;
    padding: 1px 21px;
    margin: 0px;
    font-family: calibri;
    font-size: 14px;
    cursor: pointer;
}


    .Interaction_Header:hover {
        background: #0094ec;
        color: #fff;
        float: left;
        padding: 1px 21px;
        margin: 0px;
        font-family: calibri;
        font-size: 14px;
        cursor: pointer;
    }


.table_header {
    background: #83126a;
    color: #fff;
    float: left;
    padding: 4px 21px;
    margin: 0px;
    font-family: calibri;
    font-size: 14px;
    cursor: pointer;
}

    .table_header:hover {
        background: #d031ad;
        color: #fff;
        float: left;
        padding: 4px 0px;
        margin: 0px;
        font-family: calibri;
        font-size: 14px;
        cursor: pointer;
    }

        .table_header:hover a {
            text-decoration: none;
            padding: 5px 21px;
        }

.InteractionType_header_Active {
    font-family: Calibri;
    background: #ebebeb;
    color: #262626;
    float: left;
    padding: 1px 21px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
}

    .InteractionType_header_Active a {
        border: none;
        text-decoration: none;
    }



.table_header_Active {
    font-family: Calibri;
    background: #ebebeb;
    color: #262626;
    float: left;
    padding: 4px 21px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
}

    .table_header_Active a {
        border: none;
        text-decoration: none;
    }

#meeting_data {
    font-size: 15px;
    color: #626262;
}

    #meeting_data tr > td:first-child {
        padding-left: 6px;
    }

    #meeting_data .icon {
        float: left;
        padding: 0 5px;
        vertical-align: central;
    }

    #meeting_data td {
        line-height: 36px;
        text-align: left;
    }

.paddignLeftImportant {
    padding-left: 0px !important;
}

.paddignRightImportant {
    padding-right: 0px !important;
}

.SubHeading {
    margin: 0px;
    padding: 0px 0px 5px 20px;
    float: left;
    font-family: RobotoCondensedRegular;
    font-size: 15px;
    line-height: 25px;
    color: #444444;
    background: #ebebeb;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc !important;
    webkit-box-shadow: 0px #ccc !important;
    box-shadow: 0px #ccc !important;
    border: 0px solid #fff !important;
    left: 0px !important;
    background: #f4f4f !important;
}

.full_widTable {
    width: 100%;
    font-family: calibri;
}

    .full_widTable tr:last-child {
        border-bottom: None !important;
    }

.tr_bord_bot {
    border-bottom: 1px solid #d6d6d6 !important;
}

.displayNone {
    display: none;
}

.saleTabheading {
    /*font-family: calibri;*/
    font-size: 14px;
    color: #2F2F2F;
    padding: 5px;
    margin: 0px;
    cursor: pointer;
    -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
    transition: 2s;
    border-left:2px solid #cdd7e2;
    border-bottom:2px solid #cdd7e2;
}

.saleTabheading1 {
    /*font-family: calibri;
    font-size: 18px;*/
    color: #2F2F2F;
    padding: 5px;
    margin: 0px;
    cursor: pointer;
    -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
    transition: 2s;
    /*background: #e3e3e3;*/
}

    .saleTabheading1:hover {
        /*background: #e3e3e3;*/
        -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
        transition: 2s;
    }

.saleTabheading:hover {
    /*background: #e3e3e3;*/
    -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
    transition: 2s;
}

.whiteBG {
   /* background: #f4f4f4;
    border-bottom: #ECECEC 1px solid; */
}

.graybgcolornew {
    background: #e3e3e3;
}

.graybgcolornew1 {
    background: #F4F4F4;
}

.SaleBodyText {
    font-size: 14px;
    color: #626262;
    font-family: RobotoCondensedRegular;
}

    .SaleBodyText tr:first-child {
        padding: 0px;
        margin: 0px;
    }

    .SaleBodyText tr td {
        line-height: 20px;
      
        margin: 0px;
    
    }

        .SaleBodyText tr td:first-child {
          
            padding-top: 0px;
        }


            .SaleBodyText tr td:nth-child(2):hover {
                text-decoration: underline;
            }

.chatsText {
    font-family: RobotoCondensedRegular;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #fff;
    font-size: 19px;
    float: left;
    line-height: 20px;
}

.linked2nd {
    float: right;
    font-family: RobotoCondensedRegular;
    color: #000;
    font-size: 15px;
    background: #e1e1e1;
    border-radius: 5px;
    margin: 5px 5px 0px 0px;
    padding: 1px 5px;
}

.linkedName {
    font-family: RobotoCondensedRegular;
    color: #000;
    font-size: 25px;
    margin: 3px 5px;
    padding: 0px;
    font-weight: normal;
}

.linkedNameposition {
    font-family: RobotoCondensedRegular;
    color: #000;
    font-size: 17px;
    margin: 0px;
    padding: 0px 5px;
}

.MountText {
    font-family: RobotoCondensedRegular;
    color: #000;
    font-size: 15px;
    margin: 0px;
    padding: 5px 5px 0px;
}

.chatBody {
    background: #00388b;
    position: fixed;
    bottom: 0;
    width: 283px;
    right: 0;
    z-index: 1050;
    padding: 3px 5px;
    cursor: pointer;
    /*opacity:0.7;*/
}

.chatPopup {
    position: fixed;
    background: #edf1f2;
    bottom: 28px;
    right: 8px;
    display: none;
    width: 276px;
    border: 1px #CCC solid;
    z-index: 1005;
}

.chatBody:hover {
    background: #022558;
}

.ChatGrayBoldText {
    font-family: RobotoCondensedRegular;
    font-size: 17px;
    color: #019fe9;
    padding: 3px 13PX;
    margin: 0px;
    border-bottom: 1px #e8e8e8 solid;
}

.chatTable {
    font-family: RobotoCondensedRegular;
    padding: 5px;
    font-size: 15px;
    color: #9d9d9d;
    font-weight: bold;
}

    .chatTable td {
        font-family: RobotoCondensedRegular;
        padding: 5px;
        width: 100%;
    }

        .chatTable td:first-child {
            padding: 3px 10px;
            width: 15%;
        }

        .chatTable td:nth-child(2) {
            padding: 3px 5px;
            width: 100%;
            font-weight: normal;
            border-bottom: 1px #dbdbdb solid;
        }

        .chatTable td:nth-child(3) {
            padding: 3px 10px;
            width: 100%;
            font-weight: normal;
        }

        .chatTable td:nth-child(4) {
            padding: 3px 5px;
            float: left;
            padding-right: 5px;
        }

.marginTop5 {
    margin-top: 5px;
}

.IntroTextBody {
    position: absolute;
    background: #FFF;
    z-index: 1000;
    display: none;
    margin-top: 10px;
    line-height: 24px;
    font-family: RobotoCondensedRegular;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px;
}

.IntroText {
    cursor: pointer;
    line-height: 20px;
    white-space: nowrap;
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -10px;
}

.timerCircleOne {
    float: left;
    margin: 12px 0px 0px 26px;
    padding: 0px;
}

.timerCircleTwo {
    float: left;
    margin: 12px 0px 0px 75px;
    ;
    padding: 0px;
}

.timerCircleText {
    margin: 18px 0px 0px 21px;
    z-index: 100;
    position: absolute;
    font-family: calibri;
    font-size: 14px;
    text-align: center;
}

.timerCircleTextOne {
    margin: 18px 0px 0px 14px;
    z-index: 100;
    position: absolute;
    font-family: calibri;
    font-size: 14px;
    text-align: center;
}

.timerCircleTextTwo {
    margin: 18px 0px 0px 12px;
    z-index: 100;
    position: absolute;
    font-family: calibri;
    font-size: 14px;
    text-align: center;
}

.timerCircleTextOrangeCOlor {
    color: #f47331;
}

.timerCircleTextBlueCOlor {
    color: #43beb9;
}

.timerCircleTextGreenCOlor {
    color: #9acc37;
}

/*.Searchbox {
    background: #0e0e0e;
    float: right;
    padding: 0px;
    margin: 0px;
    color: #fff;
}*/

/*.SearchTexBox {
    width: 223px;
    background: #0e0e0e;
    padding: 0px;
    margin: 0px;
    color: #fff;
    border: 0px #0e0e0e solid;
    font-family: RobotoCondensedRegular;
    font-size: 14px;
}*/



/*Interaction page stated*/
.DateFont {
    font-family: RobotoCondensedRegular;
    font-size: 14px;
    color: #626262;
    top: 4px;
    left: -88px;
}

.DateFont2 {
    font-family: RobotoCondensedRegular ;
    font-size: 13px;
    color: #626262;
}

.DropDownBox {
    background-color: #f7f7f7;
    border-color: #e4e4e4;
    width: 250px;
    text-align: left;
    color: #626262;
    font-family: RobotoCondensedRegular;
    font-size: 14px;
}

.DropDownBox1 {
    background-color: #f7f7f7;
    border-color: #e4e4e4;
    width: 30px;
    text-align: left;
    color: #626262;
    font-family: RobotoCondensedRegular;
    font-size: 14px;
}

.dropdown-menuNew {
    min-width: 250px;
    color: #626262;
}

    .dropdown-menuNew li a {
        color: #626262;
    }

.padding20 {
    padding-top: 20px;
}

.saveButt {
    display: inline-block;
    padding: 2px 34px;
    margin: 14px 21px 0px 0px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    border: 1px solid #216298;
    background: #fff;
}

.SelectHeading {
    padding: 0px 10px;
    margin: 0px;
    font-family: RobotoCondensedRegular;
    font-size: 18px;
    color: #666;
    background: #d6dadd;
}

.MultipleIntHeading {
    padding: 0px 10px;
    margin: 0px;
    font-family: RobotoCondensedRegular;
    font-size: 18px;
    color: #fff;
    background: #0094ec;
}

.custom-checkbox {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: url(../image/checkbox.png) no-repeat;
}

    .custom-checkbox:hover {
        background: url(../image/checkbox-hover.png) no-repeat;
    }

    .custom-checkbox.selected {
        background: url(../image/checkbox-selected.png) no-repeat;
    }

    .custom-checkbox input[type="checkbox"] {
        margin: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        padding: 5px 10px 5px 0px;
    }

.borderRaduis {
    border-radius: 0px !important;
}

.MultyTabOn {
    margin: 0px;
    padding: 0px;
    float: left;
    color: #000;
    font-family: calibri;
    font-size: 14px;
    cursor: pointer;
}

.MultyTabOff {
    margin: 0px;
    padding: 0px;
    float: left;
    color: #626262;
    font-family: calibri;
    font-size: 14px;
    cursor: pointer;
}

.SelectRadioButtDiv {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
}

    .SelectRadioButtDiv ul {
        width: 100%;
        margin: 5px 0px 0px;
        padding: 0px;
        float: left;
        background: #FFFFFF;
    }

        .SelectRadioButtDiv ul li {
            list-style: none;
            margin: 3px 0px 3px 5px;
            float: left;
            font-family: calibri;
            font-size: 14px;
        }
/*.targetDiv{padding-top:20px;}*/
.RadioButtON {
    background-image: url(../image/RadioButton_on.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0px 25px;
    color: #7e7e7e;
}

.RadioButtOFF {
    background-image: url(../image/RadioButton_off.gif);
    background-repeat: no-repeat;   
    cursor: pointer;
    padding: 0px 25px;
    color: #22b03c;
}

/*.Searchbox {
    background: #0e0e0e;
    float: right;
    padding: 0px;
    margin: 0px;
    color: #fff;
}*/

/*.SearchTexBox {
    background: #0e0e0e;
    padding: 0px;
    margin: 0px;
    color: #fff;
    border: 0px #0e0e0e solid;
    font-family: RobotoCondensedRegular;
    font-size: 14px;
}*/

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    width: 15px;
    height: 17px;
    border-radius: 50%;
    background-image: url(../image/redio_Butt_Off.gif);
    margin: 0px;
}

.radio-toolbar input[type="radio"]:checked + label {
    width: 15px;
    height: 17px;
    border-radius: 50%;
    background: url(../image/redio_Butt_On.gif);
    margin: 0px;
}

.fontSize14 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.topLoginButton {
    padding: 5px 12px;
    margin: 10px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    border: 1px solid transparent;
    background: #005689;
    color: #fff;
    font-family: RobotoCondensedRegular;
}

    .topLoginButton:hover {
        border: 1px #003B66 solid;
    }

.paddingRight10 {
    padding-right: 10px;
}

.SearchTable {
    border-bottom: 1px #cbcbcb solid;
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}

    .SearchTable tr {
    }

        .SearchTable tr td {
            color: #00619F;
            list-style-type: none;
            margin: 0px;
            float: left;
        }

            .SearchTable tr td:first-child {
                color: #fff;
                width: 50px;
                height: 50px;
                background: #FFB600;
                font-family: calibri;
                font-size: 30px;
                text-align: center;
                margin: 10px 0px;
            }

.SearchBodyText {
    font-family: RobotoCondensedRegular;
    color: #626262;
    font-size: 14px;
    padding: 16px 0px;
    margin: 0px;
    line-height: 20px;
    text-align: justify;
}

.Search_table_header {
    background: #00ba9d;
    color: #333;
    float: left;
    padding: 4px 185px 4px 25px;
    margin: 0px;
    font-family: RobotoCondensedRegular;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
}

    .Search_table_header:hover {
        background: #01d5b4;
        -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
        color: #000;
        float: left;
        padding: 4px 185px 4px 25px;
        margin: 0px;
        font-family: RobotoCondensedRegular;
        font-size: 15px;
        cursor: pointer;
    }

.Search_table_header_Active {
    font-family: RobotoCondensedRegular;
    background: #ECECEC;
    color: #262626;
    float: left;
    padding: 4px 185px 4px 25px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
    transition: 0s;
}

.borderLeftRight {
    border-left: 1px #ECECEC solid;
    border-right: 1px #ECECEC solid;
}

.researchDetaTab {
    font-family: RobotoCondensedRegular;
    color: #626262;
    font-size: 14px;
    border-bottom: 1px #CCC solid;
}

    .researchDetaTab tr:first-child {
        color: #06F;
        font-weight: bold;
    }

    .researchDetaTab td:first-child {
        padding: 10px 0px 0px;
    }

.researchDetaTab_BottPad {
    padding-bottom: 10px !important;
}

.researchContactInnerTab {
    float: left;
    margin: 0px;
    padding: 10px 0px 0px;
    border-bottom: #CCC 1px solid;
    width: 100%;
}

.researchContactTabActive {
    float: left;
    margin: 0px 0px -1px 59px;
    padding: 5px 50px;
    border-bottom: 2px #06F solid;
    font-family: RobotoCondensedRegular;
    font-size: 17px;
    color: #06F;
    cursor: pointer;
}

.researchContactTabOff {
    float: left;
    margin: 0px 0px -1px 59px;
    padding: 5px 50px;
    font-family: RobotoCondensedRegular;
    font-size: 17px;
    color: #666;
}

    .researchContactTabOff:hover {
        float: left;
        margin: -1px -1px -1px 58px;
        padding: 5px 50px;
        font-family: RobotoCondensedRegular;
        font-size: 17px;
        color: #666;
        border-top: 1px #E0C2EB solid;
        border-left: 1px #E0C2EB solid;
        border-right: 1px #E0C2EB solid;
    }

.researchContactInnerTabTwo {
    float: left;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
}

.form-control_New {
    border-color: none !important;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset, 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.researchDetaTabOne {
    font-family: RobotoCondensedRegular;
    color: #626262;
    font-size: 13px;
    border-bottom: 1px #CCC solid;
    margin-top: 20px;
}

    .researchDetaTabOne tr td:first-child {
        vertical-align: top;
        padding-top: 8px;
    }

        .researchDetaTabOne tr td:first-child span {
            font-family: RobotoCondensedRegular;
            color: #626262;
            font-size: 22px;
            color: #000;
            width: 40px;
            height: 40px;
            position: absolute;
            text-align: center;
            border-radius: 100%;
            padding-top: 2px;
        }

    .researchDetaTabOne tr:first-child td:nth-child(2) {
        font-family: RobotoCondensedRegular;
        color: #626262;
        font-size: 15px;
        padding: 0px;
        width: 35%;
        color: #626262;
        font-weight: 500;
    }

    .researchDetaTabOne tr td:nth-child(3) {
        color: #019FE9;
        width: 35%;
    }

    .researchDetaTabOne tr td:nth-child(4) {
        width: 25%;
        padding-left: 20px;
    }

    .researchDetaTabOne tr:nth-child(2) td:nth-child(2) {
        width: 25%;
        padding: 4px 0px 0px 20px;
        margin: 0px;
        vertical-align: top;
    }

    .researchDetaTabOne tr:nth-child(2) td:first-child {
        line-height: 20px;
        padding-bottom: 7px;
    }


/*New class*/


.researchDetaTabTwo {
    font-family: RobotoCondensedRegular;
    color: #626262;
    font-size: 13px;
    border-bottom: 1px #CCC solid;
    margin-top: 20px;
}

    .researchDetaTabTwo tr td:first-child {
        vertical-align: top;
        padding-top: 8px;
    }

        .researchDetaTabTwo tr td:first-child span {
            font-family: RobotoCondensedRegular;
            color: #626262;
            font-size: 30px;
            color: #000;
            width: 50px;
            height: 50px;
            position: absolute;
            text-align: center;
            border-radius: 100%;
            padding-top: 2px;
        }

    .researchDetaTabTwo tr:first-child td:nth-child(2) {
        font-family: RobotoCondensedRegular;
        color: #626262;
        font-size: 16px;
        padding: 0px;
        width: 35%;
        color: #626262;
        font-weight: 500;
    }

    .researchDetaTabTwo tr td:nth-child(3) {
        color: #019FE9;
        width: 35%;
    }

    .researchDetaTabTwo tr td:nth-child(4) {
        width: 25%;
        padding-left: 20px;
    }

    .researchDetaTabTwo tr:nth-child(2) td:nth-child(2) {
        width: 25%;
        padding: 4px 0px 0px 20px;
        margin: 0px;
        vertical-align: top;
    }

    .researchDetaTabTwo tr:nth-child(2) td:first-child {
        line-height: 20px;
        padding-bottom: 7px;
    }

.SearchButton {
    margin: 0px;
    padding: 4px 20px;
    border: 1px #000 solid;
}

.DropdownBoxPadding {
    padding: 0px 12px !important;
}

.maring10 {
    margin-top: -10px;
}

.searchDetaBox {
    height: auto;
    top: 25px;
    position: absolute;
    z-index: 1000;
    text-align:left;
}


.searchBoxHeading {
    background: #333;
    padding:3px 10px 3px;
    margin: 0px;
    float: left;
    width: 100%;
    font-family: RobotoCondensedRegular;
    font-size: 13px;
    color: white;
}

.pinkBorder {
    border-bottom:  #015555 1px solid;
}

.blueBorder {
    border-bottom: #70b3ff 1px solid;
}

.greenBorder {
    border-bottom: #00ba9d 2px solid;
}

.redBorder {
    border-bottom: #ff8b8b 1px solid;
}

.redbgColor {
    background: #ff8b8b !important;
}

.greenbgColor {
    background: #8ae2ff !important;
}

.pinkbgColor {
    background: #e430ff !important;
}

.divheight {
    height: 105px;
    overflow: hidden;
}

.divheightOne {
    height: auto;
    overflow: hidden;
}

.cursorpointer {
    cursor: pointer;
}

.searchboxdeta {
    width: 100%;
    margin: 10px 0px 0px 10px;
}

.pinkBorderLeft {
    border-left: 1px #00ba9d solid;
}

.searchboxdeta td:first-child {
    font-family: RobotoCondensedRegular;
    font-size: 13px;
    color: #767676;
    margin: 0px;
    padding: 2px 6px;
    width: 90%;
    margin: 0px 0px 0px 10px;
}

.searchboxdeta td:nth-child(2) {
    margin: 0px;
    padding: 0px 5px;
    width: 10%;
    border-left: 1px #e4e4e4 solid;
    text-align: center;
}
/*  Sticky Class   */

.StickyBox {
    height: 475px;
    overflow: auto;
}

.stickyBGColor {
    background: #f2f5a9;
}

.stickyBoxHeading {
    padding: 3px 10px;
    margin: 0px;
    float: left;
    width: 100%;
    font-family: RobotoCondensedRegular;
    font-size: 15px;
    color: #252525;
}

.Stickyheight {
    height: 30px;
    overflow: hidden;
}

.StickyTextAreaheight {
    height: 40px;
    overflow: hidden;
}

.StickyheightNew {
    height: 67px;
    overflow: hidden;
}

.stickyDetaText {
    padding: 0px 10px;
    margin: 0px;
    float: letf;
    width: 100%;
    font-family: calibri;
    font-size: 15px;
    color: #555555;
}

.StickyTextBox {
    display: block;
    width: 100%;
    height: 28px;
    padding: 5px;
    font-size: 14px;
    color: #555;
    background-color: transparent;
    border: 0px #FFFFFF solid;
    font-family: calibri;
    margin: 0px 5px;
}

    .StickyTextBox:focus {
        border: 1px #FFFFFF solid;
    }




@media (min-width: 768px) and (max-width: 990px) {
    .topBG {
        background-image: url(../image/Top_BG2.jpg);
        background-repeat: repeat-x;
    }

    .HomeText {
        font-size: 10px;
        padding: 7px 0px 0px;
    }

    .heatIcon {
        background-image: url(file:///D|/bhavesh/Gallaxy/Index/images/heat_bg_2.png);
        background-position: 53px center;
        margin: 2px 0px 0px;
        padding: 0px 6px 6px 0px;
    }

    .text_boxu {
        margin: 5px 0;
        height: 20px;
        line-height: 20px;
    }

    .no_padl_sm {
        padding-left: 0px !important;
    }

    .no_padr_sm {
        padding-right: 0px !important;
    }

    .login_ico {
        margin: 4px 6px;
    }

    .drop_dwn {
        margin: 4px 0 0 6px;
    }

    .prof_pic {
        height: 28px;
    }

        .prof_pic img {
            height: 28px;
        }

    .prof_name {
        font-size: 9px;
        padding: 0px 0 0 6px;
    }

    .table_header {
        font-size: 11px;
    }

    .tr_border td {
        font-size: 11px;
    }

    .month {
        font-size: 11px;
    }

    .chart_tab_note p img {
        padding-right: 4px;
        width: 22px;
        height: auto;
    }

    .chart_tab_note p {
        font-size: 11px;
    }

    #buttn {
        padding-left: 14px;
    }

    .table_header ul li:hover {
        color: #fff;
        font-size: 11px;
        text-decoration: underline;
    }

    #meeting_data {
        font-size: 11px;
    }

    .menu ul li {
        margin-top: -5px !important;
    }

    .multyColorDiv {
        margin: 14px 0px 0px;
    }

    .trandsPrice {
        padding-right: 12px;
    }

    .PhilipComText {
        font-size: 11px;
    }

    .margingTop {
        margin-top: 0px;
    }

    .linkedPading {
        padding: 0px 0px;
    }

    .linkedPadingOne {
        padding: 0px 0px;
    }

    .heatIconBG {
        height: 30px;
        width: 25px;
    }

    .heatIconText {
        height: 14px;
        width: 14px;
        font-size: 11px;
    }
}

@media (min-width:1200px) {
    .heatIcon {
        background-position: 108px center;
    }

    .no_padl_md {
        padding-left: 15px !important;
    }

    .no_padr_md {
        padding-right: 15px !important;
    }
}

.divLink
{
    color:black !important;
    font-size:13px !important;
}