* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    border: 0;
    outline: 0;
}
a:hover {
    text-decoration: none;
    border: 0;
    outline: 0;
}
html {
    height: 100%;
}
img {
    border: 0 none;
    text-decoration: none;
    outline: 0;
}
.header {
    width: 964px;
    height: 113px;
}
.logo {
    width: 156px;
    height: 41px;
    float: left;
    margin: 0 0 0 1px;
}
.navigation {
    width: 500px;
    height: 42px;
    float: left;
    border: 0;
    outline: 0;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 42px;
    border: 0;
    outline: 0;
}
.navigation ul li {
    display: inline;
    margin: 0;
    float: left;
    height: 42px;
    background: url(../images/nav_sep.png) no-repeat right top;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 2px 0 -1px;
}
.navigation ul li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 16px;
    border: 0;
    outline: 0;
}
.navigation ul li a:hover {
    text-transform: capitalize;
    color: #585858;
    font-size: 18px;
    font-weight: normal;
    background: #faf8f8;
    padding: 10px 16px 9px;
    line-height: 42px;
    border: 0;
    outline: 0;
    -webkit-transition-property: background color;
    -webkit-transition-duration: .5s;
    -moz-transition-property: background color;
    -moz-transition-duration: .5s;
    -o-transition-property: background color;
    -o-transition-duration: .5s;
    -ms-transition-property: background color;
    -ms-transition-duration: .5s;
    transition-property: background color;
    transition-duration: .5s;
}
.navigation ul li a.select {
    text-transform: capitalize;
    color: #585858;
    font-size: 18px;
    font-weight: normal;
    background: #faf8f8;
    padding: 10px 16px 9px;
}
.search {
    width: 350px;
    float: right;
    margin: 4px 0 0 00px;
    background: url(../images/search_icon.png) no-repeat right #fff;
    border: 0;
    color: #585858;
    font-size: 15px;
    border-radius: 20px;
    background-position: 325px 5px;
    padding: 7px 12px;
    font-weight: normal;
}
.input_search {
    vertical-align: middle;
}
.top_nav {
    width: auto;
    height: 43px;
    background: url(../images/curve_bg2.png) no-repeat right top;
    float: right;
    margin: 0;
    min-width: 357px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top_nav ul {
    list-style: none;
    margin: -3px 0 0 46px;
    padding: 0;
    line-height: 34px;
    cursor: pointer;
}
.top_nav ul li {
    display: inline;
    margin: 0;
    float: left;
    height: 33px;
    background: url(../images/top_nav_sep.jpg) no-repeat right top;
    font-family: Palanquin;
    text-transform: capitalize;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0 50px 0 11px;
    letter-spacing: 1px;
}
.top_nav ul li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Palanquin;
}
.top_nav ul li a:hover {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Palanquin;
}
.top_nav ul li.display {
    background: 0;
}
.form_bg {
    float: left;
    margin-left: 4px;
    margin-top: 0;
    padding: 5px 0 0;
    width: 277px;
}
.form_bg ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 33px;
}
.form_bg ul li {
    display: block;
    margin: 0;
    float: left;
    height: 33px;
    background: url(../images/left_arrow.png) no-repeat left center;
    font-family: Palanquin;
    text-transform: capitalize;
    color: #fff;
    font-size: 1px;
    font-weight: normal;
    padding: 0 9px 0 27px;
    width: 160px;
}
.form_bg ul li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: Palanquin;
}
.form_bg ul li a:hover {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: Palanquin;
}
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .8!important;
    z-index: 999;
    filter: alpha(opacity=75);
}
.mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .8!important;
    z-index: 999;
    filter: alpha(opacity=75);
}
.login-popup {
    display: none;
    background: #fff;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0 0 20px #999;
    -moz-box-shadow: 0 0 20px #999;
    -webkit-box-shadow: 0 0 20px #999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 498px;
    height: auto;
}
.btn_close {
    float: right;
    margin: -12px -13px 0 0!important;
    position: relative!important;
    width: 27px;
    height: 29px;
    background: url("../images/main_sprite.png") no-repeat scroll 0 0;
}
.signup_form {
    width: 450px;
    height: auto;
    float: left;
    margin: 0 10px 0 24px;
}
.signup_form h1 {
    font-family: Palanquin;
    font-size: 22px;
    color: #0081d5;
    font-weight: bold;
    clear: both;
    padding: 0;
    margin: 10px 0 10px 10px;
    float: left;
    border-bottom: 1px solid #ccc;
    width: 425px;
    padding: 0 0 5px;
}
.textbox {
    width: 400px;
    float: left;
    border-radius: 5px;
    clear: both;
    border: 1px solid #CCC;
    margin: 5px 0 10px 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
}
.submit_btn {
    height: 46px;
    float: left;
    margin: 7px 0 0 146px;
    background: url(../images/submit_btn_bg.png) no-repeat;
    width: 134px;
    color: #fff;
    font-size: 16px;
    font-family: Palanquin;
    border: 0;
    padding-bottom: 15px;
    padding-left: 33px;
    text-align: left;
    cursor: pointer;
    padding-top: 12px;
    font-weight: bold;
}
.confirm_message {
    clear: both;
    color: #f00;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 0 0 0 -17px;
    width: 100%;
    word-wrap: break-word;
}
.register {
    width: 130px;
    height: 35px;
    float: right;
    background-color: #9cba58;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid #fff;
    font-size: 15px;
    padding: 0 0 4px 0;
    margin: 3px -27px 0 0;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}
.register1 {
    width: 130px;
    height: 35px;
    float: right;
    background-color: #9cba58;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid #fff;
    font-size: 15px;
    padding: 0 0 4px 0;
    margin: 12px 802px 0 0;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}
.mainbody {
    z-index: 0;
    width: 964px;
    height: 100%;
    margin: 55px auto 50px;
    font-size: 13px;
    font-family: Palanquin;
    color: #3b3b3b;
    position: relative;
}
.mainbodyMargin {
    margin: 0 auto!important;
}
.mainbody h1 {
    clear: both;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
}
.container_fs_employee {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #333;
    float: left;
    margin: 20px auto 60px;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    clear: both;
}
.container_fs_company>h2 {
    clear: left;
    color: #0183d6;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: 0;
    margin-top: 0;
    float: left;
}
#bottom_content {
    width: 100%;
    height: 180px;
    float: left;
    background: url("../images/bottom_content_bg.jpg") repeat scroll 0 0 transparent;
    *margin-bottom: -50px;
}
.footer_nav {
    width: 110px;
    height: auto;
    float: left;
    margin: 20px 0 0;
}
.footer_heading {
    width: 100%;
    float: left;
    font-family: 'Palanquin', sans-serif;
    color: #fff;
    font-size: 15px;
}
.footer_nav ul {
    color: #c4c4c4;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    list-style: none outside none;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.footer_nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    color: #c4c4c4;
    text-align: left;
    width: 100%;
}
.footer_nav ul li a {
    color: #c4c4c4;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Palanquin', sans-serif;
    -webkit-transition-property: color, background-color, opacity;
    -moz-transition-property: color, background-color, opacity;
    transition-property: color, background-color, opacity;
    -webkit-transition-duration: .2s, 0.2s, 0.2s;
    -moz-transition-duration: .2s, 0.2s, 0.2s;
    transition-duration: .2s, 0.2s, 0.2s;
    -webkit-transition-timing-function: ease-out, ease-out, ease-out;
    -moz-transition-timing-function: ease-out, ease-out, ease-out;
    transition-timing-function: ease-out, ease-out, ease-out;
}
.footer_nav ul li a:hover {
    color: #fff;
    font-family: 'Palanquin', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}
.footer {
    width: 1025px;
    height: 199px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.copyrights {
    font-family: Palanquin;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 30px 0 0 168px;
    width: auto;
    height: auto;
    text-align: right;
}
.footer_logo {
    width: 174px;
    height: 72px;
    float: right;
    margin: -35px 0 0;
    padding: 0;
}
#prifle_form {
    text-align: left;
    clear: both;
}
#message {
    background-color: #ffd600;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #333;
    display: block;
    float: left;
    font-family: Palanquin;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 96%;
}
#message>div {
    float: left;
    height: 25px;
    width: 25px;
}
#message>p {
    color: #3b3b3b;
    font-size: 12px;
}
.user_search {
    width: 100%;
    height: auto;
    float: left;
}
.user_search h1 {
    clear: both;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
}
.search_table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-weight: normal;
    border: 1px solid #4f9fa6;
    position: relative;
    border-top: 0;
}
.search_table tr,
td {
    width: auto;
    border: 0;
    font-family: Palanquin;
    font-weight: normal;
    padding: 2px 0 3px;
    font-size: 12px;
    border-bottom: none!important;
}
.search_table th {
    background: url(../images/member_table_header_bg_th.png) no-repeat right;
    height: auto;
}
.search_table tr:hover {    background: #fff6c9;}
.first_tr {  background: #b6e4e9 !important; height: auto;}
.first_tr:hover { background: #b6e4e9 !important;  height: auto;}
.alternate_loop {    background: #e0f3fd;}
.press_inner_tb .alternate_loop {    background: #f0f0f0!important;}
.search_table .alternate_loop {    background: #f0f0f0!important;}
.inner_table {    margin: 10px 0;    width: 93%;    height: auto;   float: left;    border: 0;font-family: Palanquin;font-size:13px;color: #2a2a2a;font-weight: normal;}
.inner_table tr {    height: 25px;}
.inner_table a {    color: #4f9fa6;}
.search_table h2 {    font-family: Palanquin;    font-size: 13px;    color: #3c3c3c;    font-weight: bold;    clear: both;    padding: 5px;    margin: 1px 0 6px;    width: auto;    text-transform: capitalize;    text-align: left;}
.search_table p {    font-family: Palanquin;    font-size: 13px;   color: #3b3b3b;    font-weight: normal;    clear: both;    padding: 5px;    margin: 3px 0 6px;    width: auto;    text-transform: capitalize;    text-align: left;}
.form_content {    background: none repeat scroll 0 0 #fbfbfb;    border-radius: 5px;   float: left;    height: auto;    width: 500px;    border: 1px solid #d6d6d6;    clear: both;    margin-top: 20px;    margin-bottom: 50px;}
.form_content p {    font-family: Palanquin;    font-size: 14px;    color: #3f4168;    clear: both;    width: 200px;    height: auto;    margin: 0;    font-weight: normal;    margin: 22px 0 5px 20px;    text-align: justify;    text-transform: capitalize;    float: left;    border-bottom: 1px solid #ebebff;    padding-bottom: 5px;}
.pre_textbox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px 5px 5px 5px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    margin-bottom: 10px;
    margin-left: -4px;
    margin-top: 16px;
    padding: 4px 4px 5px 4px;
    width: 255px;
}
.select_box {
    border: 1px solid #c4c4c4;
    border-radius: 5px 5px 5px 5px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-top: 21px;
    padding: 4px 4px 5px 4px;
    width: 260px;
    background: #fff;
}
.address_textarea {
    border: 1px solid #c4c4c4;
    border-radius: 5px 5px 5px 5px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: 80px;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-top: 15px;
    padding: 5px 0 0 5px;
    resize: none;
    width: 251px;
    background: #fff;
}
.input_name {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.chkbox {
    float: left;
    margin: 31px 0 0 1px;
    background-color: none;
    border: 1px solid #c4c4c4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    padding: 9px;
    position: relative;
}
.submit_button {
    border: medium none;
    clear: both;
    cursor: pointer;
    float: left;
    font-size: 0;
    background: url("../images/cancel_payment.png") no-repeat center;
    height: 31px;
    margin: 20px 0 0 160px;
    width: 87px;
}
.question_icon {
    float: left;
    margin: -27px 5px 0 -118px;
}
.question_icon_follow {
    float: left;
    margin: -27px 5px 0 -101px;
}
.arrow1 {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 44px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
    margin-left: 184px;
}
.arrow-border1 {
    border-bottom: 11px solid #bbb;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 44px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 1000;
    margin-left: 160px;
}
.arrow3 {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 60px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
}
.arrow-border3 {
    border-bottom: 11px solid #bbb;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 60px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 1000;
}
.tracking_heading {
    border-bottom: 1px solid #bde3ff;
    clear: both;
    color: #3f4168;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 5px 20px;
    padding-bottom: 5px;
    text-align: justify;
    text-transform: capitalize;
    width: 135px;
}
.body_logged_in {
    background: 0;
}
.logged_header {
    width: 100%;
    height: 84px;
    float: left;
    background: #464646;
    position: fixed;
}
.right_header_icons img {
    margin: 0 0 0 4px;
    cursor: pointer;
}
.inner_header {
    height: 50px;
    margin: 0 auto;
    min-width: 1000px;
    width: auto;
}
.logged_header {
    width: 100%;
    height: 50px;
    float: left;
    z-index: 10;
}
.logged_header_logo {
    float: left;
    height: auto;
    margin: 10px 0 0 15px;
    width: auto;
}
.header_icons {
    width: auto;
    height: auto;
    margin: 10px 0 00px;
    clear: both;
}
.team_icons {
    width: auto;
    float: left;
    height: auto;
    cursor: pointer;
}
.header_search {
    border: medium none;
    border-radius: 5px;
    color: #585858;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin: 18px 0 0 0;
    padding: 10px 7px;
    width: 267px;
}
.user_name {
    width: auto;
    height: auto;
    float: left;
    word-wrap: break-word;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    margin: 24px 3px 0 5px;
    color: #fff;
}
.header_border {
    width: 1px;
    height: 26px;
    float: left;
    margin: 18px 10px 0 10px;
}
#header-pop {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 24px 8px 10px;
    position: absolute;
    left: 176px;
    text-align: left;
    top: 51px;
    width: auto;
    z-index: 1;
}
.hint_box_header_1 a:hover {
    padding: 2px 5px;
    font-size: 13px;
    font-family: Palanquin;
    color: #000;
}
.hint_box_header_1 a {
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
    margin: 4px 10px;
    padding: 4px 5px!important;
    font-family: Palanquin;
    text-shadow: 0 0 0 #fff;
}
.header_popup_arrow {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 65px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1001;
}
.header_popup_arrow_border {
    border-bottom: 11px solid #bbb;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 65px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1000;
}
#header-pop-settings {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 18px 8px 10px;
    position: absolute;
    right: 311px;
    text-align: left;
    top: 51px;
    width: auto;
    z-index: 1;
}
.hint_box_header_2 li {
    list-style: none outside none;
    background: url(../images/header_li.png) no-repeat left center;
    padding-left: 10px;
}
.setting_popup_arrow {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 60px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1001;
}
setting_popup_arrow_border {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 52px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1001;
}
.close_image_search {
    float: right;
    height: 33px;
    left: 100px;
    position: absolute;
    top: -34px;
    width: 33px;
    z-index: 10000;
}
.close_image_search:hover {
    background: none!important;
}
.close_image_settings {
    float: right;
    height: 33px;
    left: 123px;
    position: absolute;
    top: -30px;
    width: 33px;
    z-index: 10000;
}
.hint_box_header_1 li {
    min-width: 98px;
    list-style: none;
    background: url(../images/header_li.png) no-repeat left center;
}
.hint_box_header_2 a {
    background: none repeat scroll 0 0 transparent;
    color: #FFF;
    line-height: 18px;
    margin: 4px 6px;
    padding: 2px 0!important;
    font-family: Palanquin;
    font-size: 13px;
    text-shadow: 0 0 0 #fff;
}
.hint_box_header_2 a:hover {
    color: #000;
    font-family: Palanquin;
    font-size: 13px;
    line-height: 18px;
    margin: 4px 6px;
    padding: 2px 0!important;
}
.close_image_settings:hover {
    background: none!important;
}
.right_header_icons {
    width: auto;
    height: auto;
    float: right;
}
.top_username {
    float: right;
    height: auto;
    margin: 0 10px 0 5px;
    width: auto;
}
.setting_icon {
    width: auto;
    height: auto;
    float: left;
    margin: 24px 10px 0 4px;
    cursor: pointer;
}
.top_menus {
    float: left;
    height: auto;
    margin: 19px 0 0 13px;
    width: auto;
}
.top_icons {
    float: left;
    height: auto;
    width: auto;
}
.team_icons>a {
    margin: 0 0 0 5px;
}
.shopping_cart_icon {
    float: left;
    height: auto;
    margin: 21px 3px 0 13px;
    width: auto;
}
.second_icons {
    float: left;
    height: auto;
    margin: 28px 10px 0 0;
    width: auto;
}
a.tooltip {
    outline: 0;
}
a.tooltip strong {
    line-height: 30px;
}
a.tooltip:hover {
    text-decoration: none;
}
a.tooltip span {
    display: none;
    line-height: 16px;
    margin-left: -55px;
    margin-top: 30px;
    padding: 10px;
    visibility: visible;
    width: auto;
    z-index: 10;
}
a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffaf0;
}
.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}
a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
.full_login_header {
    width: 100%;
    height: 153px;
}
.login_header {
    width: 964px;
    height: 160px;
    margin: 0 auto;
    z-index: 998;
}
.login_logo {
    width: 360px;
    height: auto;
    float: left;
    margin: 4px 0 0 0;
}
.login_navigation {
    width: 964px;
    height: 48px;
    float: left;
    outline: 0;
    margin: 6px 0 0 0;
    background: url(../images/navigation_bg.jpg) repeat-x;
    border-radius: 7px;
}
.login_navigation ul {
    list-style: none;
    margin: 0;
    padding: 14px 0 0 0;
    width: auto;
    float: left;
}
.login_navigation ul li {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.login_navigation ul li a {
    font-family: Palanquin;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px 17px;
}
.login_navigation ul li a:hover {
    color: #fff;
    font-weight: bold;
    background: url(../images/nav_hover.jpg) repeat-x;
    padding: 17px 20px 18px;
}
.login_navigation ul li a.active {
    color: #fff;
    font-weight: bold;
    background: url(../images/nav_hover.jpg) repeat-x;
    padding: 17px 20px 18px;
    border-radius: 5px 0 0 5px;
    line-height: 20px;
}
.login_search {
    width: auto;
    height: auto;
    float: right;
    margin: 7px 7px 0 0;
    position: relative;
}
.login_search_textbox_top {
    margin-top: 0!important;
}
.login_search_icon_top {
    margin-top: 0!important;
}
.login_search_textbox {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 5px 0 0 5px;
    color: #808e92;
    float: left;
    font-family: Palanquin;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    margin-top: 1px;
    padding: 9px 5px 9px;
    width: 296px;
    *margin-left: 185px;
}
.login_search_icon {
    width: 34px;
    height: 34px;
    float: left;
    margin: 0;
}
.login_div {
    float: right;
    height: auto;
    margin: 0 0 0!important;
    width: auto;
}
div.hoverBtn {
    position: relative;
    float: left;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background: url(../images/login_nav_bg.jpg) no-repeat left;
    border-radius: 6px 0 0 6px;
}
div.hoverBtn a {
    text-decoration: none!important;
    position: relative;
    z-index: 2;
    display: block;
    width: 100px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background: transparent none repeat-x 0 0 scroll;
    font-family: Palanquin;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
div.hoverBtn div {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    background: url(../images/navHover.png) repeat-x 0 0 scroll;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
#select {
    background: url(../images/navHover.png) repeat-x 0 0 scroll;
    border-radius: 6px 0 0 6px;
}
.input_submit {
    background: url("../images/login_search_icon.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    height: 34px;
    margin-left: -3px;
    margin-top: 18px;
    width: 34px;
}
.floating_div {
    background: url(../images/floating_div_bg.png) repeat-x;
    border-radius: 5px 0 0 5px;
    float: right;
    height: auto;
    position: fixed;
    right: 0;
    top: 220px;
    width: 25px;
    z-index: 10;
    padding-bottom: 8px;
}
.right_socialicons {
    width: 30px;
    height: 30px;
    float: left;
    margin: 8px 0 0 8px;
    clear: both;
    cursor: pointer;
}
.top_left_inner_box1 {
    font-size: 14px;
    clear: both;
    color: #222;
    float: left;
    font-weight: normal;
    margin-left: 17px;
    margin-top: 9px;
    padding: 5px;
    width: auto;
    padding: 0;
    min-width: 150px;
}
.top_left_inner_box1 a {
    color: #000;
}
.top_left_inner_box1 a:hover {
    color: #0070b5;
}
.top_left_inner_box1 .company_info {
    float: left;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 0;
    width: auto;
    min-width: 130px;
    font-family: Palanquin;
}
.top_left_inner_box1 p {
    clear: both;
    color: #204ba6;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 5px 7px;
    min-width: 77px;
    width: auto;
}
.bottom_inner_box1 {
    background: none repeat scroll 0 0 #fff;
    border-radius: 8px 8px 8px 8px;
    float: left;
    margin-bottom: 7px;
    margin-left: 10px;
    min-height: 100px;
    padding: 5px;
    width: 900px;
}
ul.img_list {
    display: inline;
    float: left;
    height: 54px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}
ul.img_list li {
    float: left;
    margin: 0 0 0 9px;
}
li.image_one a,
li.image_two a,
li.image_three a,
li.image_four a {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
}
li.image_four {
    margin-right: 10px;
}
li.image_one {
    margin-left: -5px;
}
li.image_one a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll -104px -278px;
}
li.image_two a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll 1px -278px;
}
li.image_three a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll -34px -278px;
}
li.image_four a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll -69px -278px;
}
.copyrights2 {
    clear: both;
    color: #c4c4c4;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    text-align: left;
    width: auto
}
.footer_icons {
    float: right;
    height: auto;
    margin: 20px 0 0;
    width: 174px!important;
    *margin-top: 20px;
}
.mainfooter {
    width: 964px;
    height: auto;
    margin: 0 auto;
}
.copyrights2 ul li {
    list-style-type: none;
}
.copyrights2 ul li a {
    list-style-type: none;
    color: #fff;
    font-size: 11px;
    margin-left: 2px;
}
.copyrights2 ul li a:hover {
    list-style-type: none;
    color: #0081d5;
    font-size: 11px;
}
.copyrights2 ul li span {
    clear: both;
    float: left;
    font-size: 13px;
    font-weight: bold;
    min-width: 85px;
}
.billing {
    clear: both;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 16px;
    margin-top: 17px;
    text-transform: uppercase;
    float: left;
    width: 98%;
}
.update_button {
    border: medium none;
    cursor: pointer;
    float: left;
    height: 31px;
    margin: 20px 0 0 20px;
    width: auto;
}
#update_button {
    background: url("../images/buy_upgrade_tb.jpg") no-repeat;
    width: 117px;
}
.personal {
    clear: both;
    float: left;
    font-family: Palanquin;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 12px;
    color: #3c3c3c;
}
.form_content_left {
    float: left;
    width: 46%;
}
.form_content_right {
    float: left;
    width: 54%;
}
.form_content_span {
    clear: both;
}
.form_content_heading {
    color: #0183d6;
    float: left;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    margin-left: 18px;
    margin-top: 12px;
    text-align: left;
    width: 100%;
}
.form_content_bottom {
    background: #fff3e6;
    border: 1px solid #ffd2a1;
    border-radius: 4px;
    clear: both;
    float: left;
    height: auto;
    margin: 10px 12px 5px;
    width: 97%;
}
.cart_update {
    margin-bottom: 0;
    float: right;
    height: auto;
    margin-right: 14px;
    width: auto;
}
.footer_wrapper {
    width: 100%;
    height: 37px;
    float: left;
    background: #464646;
    margin: 5px 0 0 0;
    position: fixed;
    bottom: 0;
}
.footer_container {
    width: auto;
    height: 37px;
    margin: 0 auto;
    min-width: 900px;
}
.footer_menu_icons {
    width: auto;
    height: auto;
    float: left;
    margin: 10px 0 0 12px;
}
.footer_menu_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.footer_menu_icons ul li {
    display: inline;
    margin: 0 5px 0 0;
    float: left;
}
.footer_social_icons {
    width: auto;
    height: auto;
    float: right;
    margin: 5px 50px 0 0;
}
.footer_social_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.footer_social_icons ul li {
    display: inline;
    margin: 0 5px 0 0;
    float: left;
}
.more_text_footer {
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: Palanquin;
    font-size: 13px;
    height: auto;
    margin: 11px 21px 0 0;
    text-transform: uppercase;
    width: auto;
}
.more_text_footer a {
    color: #fff;
    font-weight: bold;
}
.more_text_footer a:hover {
    color: #8bcefd;
    font-weight: bold;
}
a#footer_trigger {
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 10px;
    width: 35px;
    height: 37px;
    background: url(../images/footer_button_up.png) right no-repeat #464646;
    display: block;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
a.trigger_fixed {
    margin: 0 auto;
    left: 50%;
    margin-left: 447px;
}
a#footer_trigger.trigger_active {
    background: url(../images/footer_button_down.png) right no-repeat #868686;
}
li.image_five a,
li.image_six a,
li.image_seven a,
li.image_eight a {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
}
li.image_eight {
    margin-right: 10px;
}
li.image_five {
    margin-left: -5px;
}
li.image_five a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_facebook_hover.png);
    background-repeat: no-repeat;
}
li.image_six a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_twitter_hover.png);
    background-repeat: no-repeat;
}
li.image_seven a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_linked_hover.png);
    background-repeat: no-repeat;
}
li.image_eight a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_google_hover.png);
    background-repeat: no-repeat;
}
.signup_popup_content {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: -49px;
    top: 43px;
    width: 137px;
    z-index: 2;
}
.sign_arrow {
    border-bottom: 11px solid #e8e8e8;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 62px!important;
    position: absolute;
    top: -11px;
    width: 0;
    z-index: 1001;
}
.sign_up_img {
    margin: 21px 34px 0;
}
.signup_content_div {
    font-family: Palanquin;
    font-size: 13px;
    padding: 11px 0 0 14px;
}
.sign-window {
    background-color: #0092ff;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    height: auto;
    margin: 11px 0 0 19px;
    padding: 7px 18px;
    width: auto;
}
.sign-window a {
    background-color: #0092ff;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #fff;
    height: auto;
    width: auto;
}
.sign-window:hover {
    background-color: #0092ff;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #fff;
    height: auto;
    width: auto;
}
.logged_off_filter {
    float: right;
    margin: 0 0 0 -2px;
}
#popbox_more_links_footer {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    bottom: 144px;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 18px 8px 10px;
    position: relative;
    right: -87px;
    text-align: left;
    width: auto;
    z-index: 1;
}
#popbox_more_igniva_footer {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    bottom: 144px;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 18px 8px 10px;
    position: relative;
    right: -87px;
    text-align: left;
    width: auto;
    z-index: 1;
}
.more_popup_arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #00a7ec;
    bottom: -19px;
    height: 0;
    left: 48px;
    position: absolute;
    width: 0;
    z-index: 1001;
}
.more_links_footer li {
    background: url("../images/header_li.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 15px;
    line-height: 18px;
    cursor: pointer;
}
.more_links_footer li a {
    color: #fff;
    text-shadow: 0 0 0 #fff;
}
.more_links_footer li a:hover {
    color: #000;
    text-shadow: 0 0 0 #fff;
}
.contact_border_bottom {
    width: 100%;
    height: 1px;
    float: left;
    border-bottom: 1px dashed #3c3c3c;
    clear: both;
    margin-bottom: 20px;
}
.sales_office_div {
    width: 450px;
    height: auto;
    float: left;
    margin: 0;
}
.sales_office_div h3 {
    clear: both;
    color: #0070b5;
    float: left;
    font-family: Palanquin;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    width: auto;
}
.sales_office_div p {
    clear: both;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0;
    width: auto;
}
.google_contact_map {
    width: 450px;
    height: 225px;
    float: right;
    margin: 10px 0 0 0;
    border: 1px solid #3c3c3c;
}
.arrow_track {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 44px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
    margin-left: 169px;
}
#time_frame {
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    margin: 12px 0 10px 35px;
    padding: 4px 4px 5px 4px;
    height: auto;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    width: 150px;
    color: #3c3c3c;
}
.action_bar_container_logout {
    height: 35px;
    margin: 20px auto 9px;
    width: 964px;
    border-radius: 4px;
    background: none repeat scroll 0 0 #ddf1fb;
    border: 1px solid #8bcefd;
}
.result_found_div_logout {
    color: #000;
    float: left;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    padding: 7px 0 10px;
    text-align: center;
    width: 100%;
}
.result_found_div_logout a {
    color: #0092ff;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    height: auto;
}
.result_found_div_logout a:hover {
    color: #000;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    text-decoration: underline;
}
.readmore_wrapper {
    width: 100%;
    height: 40px;
    float: left;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}
.companyPress_wrapper {
    float: left;
    height: 32px;
    width: 100%;
}
#amount_div>span {
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
}
#total_amount_div_content {
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
}
.download_heading2 {
    clear: both;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    text-align: center;
    width: 100%;
}
.download_div_content {
    float: left;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 2px;
    margin-top: 8px;
}
.download_heading {
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    margin: 5px 6px 0 0;
}
.cart_items_header {
    color: #fff;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    margin: 3px 6px 0 -2px;
}
.qtp_tooltip img {
    float: left;
}
.notification-message a {
    font-weight: bold;
    color: #0092ff;
}
#notification-bar {
    margin: 50px 0 -50px 0;
    background-color: #f4e0e1;
    border-bottom: 1px solid #a42732;
    color: #a42732;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    position: relative;
    width: 100%;
    z-index: 1;
}
#close_bar {
    cursor: pointer;
    margin-right: 12px;
}
.mainfooter>ul {
    color: #fff;
    float: left;
    font-family: Palanquin;
    font-size: 15px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 20px;
    width: 260px;
}
.mainfooter li {
    float: left;
    margin-bottom: 5px;
}
.mainfooter span {
    float: left;
    width: 100%;
}
.mainfooter a {
    color: #c4c4c4;
    font-size: 12px;
}
.mainfooter a:hover {
    color: #fff;
    font-size: 12px;
}
.social_heading {
    width: 100%;
    float: left;
    font-family: 'Palanquin', sans-serif;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 11px;
    font-size: 15px;
}
.footer_nav_list {
    float: right;
    width: 150px;
    margin-top: 25px;
}
.footer_nav_list>ul {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.footer_nav_list li {
    color: #fff;
    display: inline;
    float: left;
    font-family: Palanquin;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    text-transform: capitalize;
}
.footer_nav_list li a {
    color: #c4c4c4;
    float: left;
    font-size: 15px;
}
.footer_nav_list li a:hover {
    color: #fff;
    float: left;
    font-size: 15px;
}
.right_border_cmp {
    width: 1px;
    margin: 39px 0 0 1px;
    height: 102px;
    background: url("../images/right_border_cmp.jpg") no-repeat;
    float: left;
}
#press_company_div {
    float: left;
    background: #ddf1fb;
    padding: 5px;
    width: 98.6%;
    border: 1px solid #8bcefd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.company_tb_row {
    color: #4f9fa6;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
}
.odd_div {
    font-family: Palanquin;
    font-size: 11px;
    font-weight: normal;
}
.configure_leads a {
    cursor: pointer;
}
.subcription_text {
    clear: both;
    color: #0070b5;
    float: left;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
}
.export_range {
    width: 60px;
    background: #fff;
    border: 1px solid #c4c4c4;
    height: auto;
    color: #3c3c3c;
    font-size: 12px;
    padding: 2px 0 1px 0;
    float: left;
    text-align: center;
}
.my_icon {
    float: left;
    margin: 0 0 0 12px;
}
.my_icon_plus {
    float: left;
}
.team_hidden_form {
    width: auto;
    float: left;
}
.team_save_tb {
    border: none!important;
    cursor: pointer;
    float: left;
    margin-top: 0!important;
}
.my_team_membr_table a {
    color: #0092ff;
    cursor: pointer;
}
.turn_on_tb {
    margin-bottom: -4px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -4px;
}
#track_frm_time>select {
    width: 150px;
    padding: 3px;
    height: auto;
    font-family: Palanquin;
    font-size: 13px;
    float: left;
    margin: 10px 10px 10px 0;
}
#event_form>select {
    width: 150px;
    padding: 3px;
    height: auto;
    font-family: Palanquin;
    font-size: 13px;
    float: left;
    margin: 10px 10px 10px 0;
}
.lead_heading {
    width: 100%;
    float: left;
    clear: both;
    font-family: Palanquin;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
}
.lead_subheading {
    width: 100%;
    float: left;
    clear: both;
    font-family: Palanquin;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
}
.lead_heading>a {
    color: #0092ff;
}
.lead_heading>a:hover {
    color: #3c3c3c;
    text-decoration: underline;
}
.tracking_filter_wrapper {
    width: 100%;
    float: left;
    background: #ddf1fb;
    margin: 5px 0 0;
    border: 1px solid #8bcefd;
    border-radius: 4px;
}
.tracking_filter_wrapper>p {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
}
.tracking_filter_wrapper>select {
    width: 150px;
    border: 1px solid #c4c4c4;
    height: auto;
    float: left;
    border-radius: 4px;
    font-family: Palanquin;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 5px 4px 3px;
    margin: 10px 5px 10px 0;
}
#from_date {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
#to_date {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
#sub_go {
    width: 53px;
    height: 26px;
    float: left;
    border: 0;
    font-size: 0;
    background: url("../images/go_btn.jpg") no-repeat right center;
    margin-left: 7px;
    margin-top: 10px;
    cursor: pointer;
}
.no_rec_div {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background: #ddf1fb;
    margin: 5px 0 0;
    border: 1px solid #8bcefd;
    line-height: 24px;
    border-radius: 4px;
}
.no_rec_div>a {
    color: #0092ff;
    text-decoration: underline;
}
.no_rec_div>a:hover {
    color: #3c3c3c;
    text-decoration: none;
}
#frm_time {
    float: left;
    margin: -10px 10px 0 31px;
}
.sign_up_new {
    float: right;
}
.configure_leads {
    float: right;
    margin-top: 2px;
}
#main_wrapper {
    min-height: 100%;
    position: relative;
    width: 100%;
    height: 100%;
}
#top_wrapper {
    height: auto;
    min-height: 95%;
    position: relative;
    width: 100%;
}
.google_ads {
    clear: both;
    float: left;
    height: 120px;
    margin-bottom: 18px;
    margin-left: 120px;
    margin-top: -20px;
    text-align: center;
}
.google_ads_top {
    height: 90px;
    margin-left: 115px;
    margin-top: 0;
    text-align: center;
}
#from_date1 {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
#to_date1 {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
.top_nav ul li div.watch_demo {
    float: left;
    font-family: Palanquin;
    font-weight: 600;
    margin-left: -15px;
    text-transform: none;
    width: 150px;
}
.top_nav ul li div.watch_demo a {
    color: #0081d5;
    font-size: 18px;
    font-weight: 600!important;
    text-transform: capitalize;
    margin: 0!important;
    padding: 0!important;
}
#account_name {
    cursor: pointer;
    color: #fff;
}
#downloadFrm .ui-buttonset {
    float: left;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 0;
    min-width: 94px;
    width: 146px;
}
.action_bar_container_company .ui-buttonset {
    float: left;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 7px;
    min-width: 94px;
    width: 143px;
}
.updates_link .ui-buttonset {
    float: left;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 7px;
    min-width: 94px;
    width: 143px;
}
#email_text {
    color: #0081d5;
    float: left;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 10px;
    text-transform: none;
    width: 80%;
}
.search_popup {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #8bcefd;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 200px;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 369px!important;
    top: 96px!important;
    width: 610px;
    overflow-x: hidden;
}
.search_first_tr th {
    height: 30px;
    width: 97px;
}
.search_popup_class {
    float: left;
    width: 100%;
}
.search_table_popup_heading {
    float: left;
    width: 100%;
    position: fixed;
}
.search_table_popup_heading th {
    background: url("../images/table_header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
    float: left;
    height: 22px;
    padding-left: 9px;
    padding-top: 8px;
    text-align: center;
    width: 110px;
}
.search_altername {
    background: none repeat scroll 0 0 #e6e6e6;
}
.search_popup_class p {
    color: #464646;
    font-family: Palanquin;
    font-size: 12px;
    padding: 0;
}
#submitForgotButton {
    width: 99px;
    height: 36px;
    float: right;
    background: url("../images/main_sprite.png") no-repeat scroll 0 -411px;
}
.login_search_a {
    float: left;
    height: 34px;
    margin: 0;
    width: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll 0 -204px;
}
#open_loggedout_filter {
    float: left;
    height: 34px;
    margin: 0;
    width: 33px;
    background: url("../images/main_sprite.png") no-repeat scroll 0 -167px;
}
#feedback_content_links a {
    color: #464646;
}
#feedback_content_links a:hover {
    color: #0081d5;
}
.search_first_tr {
    background: url("../images/table_header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
}
#apply_coupon {
    background: url("../images/apply.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
}
#invalid_token_error {
    color: #f00;
    float: left;
    margin: 22px 0 0 10px;
}
.buy_orange {
    color: #ffb24b!important;
    font-weight: bold;
    text-shadow: inherit!important;
    cursor: pointer;
}
a.buy_orange:hover {
    color: #000!important;
    cursor: pointer;
}
.access_over {
    color: #000;
    float: left;
    font-family: Palanquin;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 18px 0 5px -3px;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.whats_new_count {
    background: none repeat scroll 0 0 #e04c4c;
    border-radius: 2px;
    color: #fff;
    font-family: Palanquin;
    left: -14px;
    padding: 0 4px;
    position: relative;
    top: -15px;
}
.animated_tour_footer {
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    height: auto;
    margin: 11px 21px 0 62px;
    text-transform: uppercase;
    width: auto;
}
.animated_tour_footer a {
    color: #fff;
    font-weight: bold;
}
.social_login {
    clear: both;
    float: left;
    margin-left: 13px;
}
.social_login_sign {
    clear: both;
    margin-top: 6px;
    color: #000;
    float: left;
}
.privacy_wrap {
    float: left;
}
.privacy_wrap h1 {
    border-bottom: 1px dashed;
    color: #0092ff;
    font-family: Palanquin;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0 10px;
    padding-bottom: 10px;
    width: 98%;
}
.privacy_wrap>p {
    color: #464646;
    font-family: Palanquin;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px 10px;
    width: 98%;
    float: left;
    text-align: justify;
}
.privacy_wrap>h2 {
    color: #000;
    float: left;
    font-family: Palanquin;
    font-size: 16px;
    margin: 7px 0 5px 11px;
    width: 100%;
}
.privacy_wrap ul {
    float: left;
    margin: 0 0 0 27px;
    width: 100%;
}
.privacy_wrap li {
    line-height: 20px;
    width: 98%;
    color: #000;
}
.container_privacy_wrap {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 2px 5px #333;
    clear: both;
    float: left;
    margin: 10px;
    padding: 20px 10px;
    position: relative;
    width: 96%;
}
.mainbody_privacy_wrap {
    color: #3b3b3b;
    font-family: Palanquin;
    font-size: 13px;
    height: 100%;
    position: relative;
    width: 99%;
    z-index: 0;
}
#topnotify img {
    cursor: pointer;
}
.notify_socail {
    float: right;
    margin-right: 267px;
    margin-left: 5px;
    margin-top: -3px;
}
.privacy_wrap a {
    color: #0092FF;
    padding-left: 10px;
}
.privacy_wrap p a {
    color: #0092FF;
    padding-left: 0;
}
.privacy_wrap li a {
    color: #0092FF;
    padding-left: 0;
}
#topnotify>ul {
    float: left;
    margin-right: 9px;
    width: 100%;
}
.signup_form_header {
    border-bottom: 1px solid #CCC;
    clear: both;
    color: #0081D5;
    float: left;
    font-family: Palanquin;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 10px 10px;
    padding: 0 0 5px;
    width: 425px;
}
#ignivaimg {
    float: left;
    margin-right: 3px;
    margin-top: -3px;
}
.customize_home a {
    color: #0187D8;
    font-family: Palanquin;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.customize_home a:hover {
    text-decoration: underline;
}
#clicks_views>a {
    color: #0070B5;
    margin-left: -3px!important;
}
#clicks_views>a:hover {
    text-decoration: underline;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border: 0;
}
.nav li {
    float: left;
}
.nav #login-trigger,
.nav #signup a {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: -14px;
    margin-right: -15px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-top: 0;
}
.nav #signup a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.nav #login .active {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: -14px;
    margin-right: -15px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-top: 0;
}
.nav #login-content {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 999;
    background: #eb6001;
    padding: 8px 12px 15px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.nav li #login-content {
    min-width: 237px;
    right: 26px;
    width: auto;
}
#inputs input {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 0 5px 13px;
    width: 210px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
    font-style: italic;
    color: #848484;
    font-size: 13px;
    font-weight: bold;
}
#inputs input:focus {
    background-color: #fff;
    border-color: #e8c291;
    outline: 0;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}
#login #actions {
    margin: 10px 0 0 0;
}
#login #submit {
    background-color: #b8ca40;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #b8ca40;
    float: left;
    height: 30px;
    padding: 0;
    width: 80px;
    cursor: pointer;
    font: bold 14px Palanquin;
    color: #fff;
    margin-left: 13px;
}
#login #submit:hover,
#login #submit:focus {
    background-color: #0092ff;
    border: 1px solid #007bd6;
}
#login #submit:active {
    outline: 0;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#login #submit::-moz-focus-inner {
    border: 0;
}
#login label {
    float: right;
    line-height: 16px;
    margin-right: 16px;
}
#login label input {
    position: relative;
    top: 2px;
    right: 2px;
}
#inputs,
#actions {
    border: 0 none;
}
.nav #search-trigger,
.nav #signup a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3px 0 17px;
    padding: 0 0 20px 0;
}
.nav #signup a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: 0;
}
.nav #signup .active {
    background: #ffa146;
    width: 135px;
    color: #fff;
}
.nav #search-content {
    display: none;
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 999;
    background: #ff7e00;
    padding: 8px 12px 15px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.nav li #search-content {
    min-width: 307px;
    right: 0;
    width: auto;
}
#inputs input {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 0 5px 13px;
    width: 236px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
    font-style: italic;
    color: #848484;
    font-size: 13px;
    font-weight: bold;
}
#inputs input:focus {
    background-color: #fff;
    border-color: #e8c291;
    outline: 0;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}
#search #actions {
    margin: 10px 0 0 0;
}
#search #submit {
    background-color: #b8ca40;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #b8ca40;
    float: left;
    height: 30px;
    padding: 0;
    width: 80px;
    cursor: pointer;
    font: bold 14px Palanquin;
    color: #fff;
    margin-left: 13px;
}
#search #submit:hover,
#search #submit:focus {
    background-color: #e97171;
    border: 1px solid #e97171;
}
#search #submit:active {
    outline: 0;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#search #submit::-moz-focus-inner {
    border: 0;
}
#search label {
    float: right;
    line-height: 30px;
    margin-right: 16px;
}
#search label input {
    position: relative;
    top: 2px;
    right: 2px;
}
#inputs,
#actions {
    border: 0 none;
}
.your_search {
    width: 200px;
    float: left;
    margin: 3px 0 5px 16px;
    border: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #222;
    font-size: 14px;
    padding: 7px 12px;
}
#actions a {
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
#actions a:hover {
    text-decoration: underline;
}
.forgot_password-popup {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 20px #999;
    display: none;
    float: left;
    font-size: 1.2em;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 498px;
    z-index: 99999;
}
.popbox {
    margin: 0 0 0 156px;
    float: right;
}
#popbox3 {
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 1000000;
}
.collapse {
    position: relative;
}
.open {
    z-index: -1;
}
.open img {
    z-index: -1;
}
.box_content {
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px 8px 8px 8px;
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    position: absolute;
    z-index: 10000;
    top: 145px;
    left: 122px;
}
.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    left: 81px;
    top: -10px;
    z-index: 1001;
}
.arrow-border {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #bbb;
    position: absolute;
    top: -12px;
    z-index: 1000;
    left: 81px;
}
label {
    display: block;
    text-align: left;
}
form {
    text-align: left;
}
form textarea {
    padding: 5px;
    width: 90%;
    border: solid 1px #CCC;
    height: 100px;
}
.box_content {
    width: 350px;
}
.content_head {
    background: #e9e9e9;
    border-bottom: 1px solid #bababa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 0 #fff inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #444;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 350px;
    z-index: 10000;
    position: relative;
}
.content_data {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: 160px;
    width: 350px;
}
.content_data p {
    color: #555;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    margin: 14px 0;
    text-align: center;
    width: 100%;
}
.button.green {
    background: #8cc53e;
    border: 1px solid #5b8821;
    margin: 0 5px 0 25px;
}
.button {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff!important;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    width: 138px;
}
.button h3 {
    line-height: 33px;
    float: left;
    font-size: 13px;
    padding-left: 8px;
}
.button.red {
    background: #f45464;
    border: 1px solid #b0333e;
    margin: 0 30px 0 10px;
}
.button.green>img {
    float: left;
}
.button.red>img {
    float: left;
}
.button.close {
    background: #a9a9a9;
    border: 1px solid #666;
    margin: 20px 5px 0 105px;
    float: left;
}
.button.close h4 {
    line-height: 33px;
    float: left;
    font-size: 14px;
    padding-left: 46px;
}
.ticker_content {
    display: block;
    background: #ededf1;
    border-radius: 8px 8px 8px 8px;
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    position: absolute;
    width: 242px;
    height: auto;
    z-index: 10000;
    top: 118px;
}
.ticker_heading {
    width: 225px;
    height: 29px;
    float: left;
    background: #464a55;
    margin: 8px;
}
.ticker_heading p {
    font-family: Palanquin;
    color: #fff;
    font-size: 15px;
    margin: 8px 0 0 10px;
    font-weight: bold;
}
.img_close {
    width: 33px;
    height: 33px;
    float: right;
    left: 220px;
    position: absolute;
    top: -14px;
}
.inner_ticker_content {
    width: 223px;
    float: left;
    height: auto;
    border: 1px solid #8bcefd;
    margin-left: 8px;
    margin-bottom: 8px;
}
.price_data {
    width: 110px;
    height: auto;
    float: left;
}
.price_data h4 {
    color: #333;
    font-family: Palanquin;
    font-size: 14px;
    float: left;
    margin: 8px 0 0 14px;
    border: 0;
    font-weight: normal;
}
.price_data p {
    color: #333!important;
    font-family: Palanquin;
    font-size: 16px;
    float: left;
    margin: 8px 0 0 14px;
    border: 0;
    font-weight: bold;
    float: left;
    clear: both;
}
.change_price {
    width: 110px;
    height: auto;
    float: left;
    border-left: 1px solid #8bcefd;
}
.change_price h4 {
    color: #333;
    font-family: Palanquin;
    font-size: 14px;
    float: left;
    margin: 8px 0 0 14px;
    border: 0;
    font-weight: normal;
}
.change_price p {
    color: #f00!important;
    font-family: Palanquin;
    font-size: 16px;
    float: left;
    margin: 8px 0 5px 14px;
    border: 0;
    font-weight: bold;
    float: left;
    clear: both;
}
.inner_ticker_data {
    width: 223px;
    float: left;
    height: auto;
    border-top: 1px solid #8bcefd;
}
.inner_ticker_data h4 {
    color: #333;
    font-family: Palanquin;
    font-size: 14px;
    float: left;
    margin: 4px 0 0 14px;
    border: 0;
    font-weight: normal;
    clear: both;
    text-transform: capitalize;
}
.inner_ticker_data p {
    color: #333;
    font-family: Palanquin;
    font-size: 16px;
    float: left;
    margin: 4px 0 7px 14px;
    border: 0;
    font-weight: bold;
    float: left;
    clear: both;
}
.flag_content {
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px 8px 8px 8px;
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    position: absolute;
    z-index: 10000;
    left: 410px;
}
.hint_popbox {
    display: block;
    background: #ededf1;
    border-radius: 8px 8px 8px 8px;
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    position: absolute;
    width: 242px;
    height: auto;
    z-index: 10000;
    top: 118px;
}
.hint_box1,
.hint_box2,
.hint_box3,
.hint_box4,
.hint_box_search {
    display: none;
    background: #FFF;
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    position: absolute;
    left: -149px!important;
    top: -15px;
    z-index: 10;
}
.close_image {
    width: 33px;
    height: 33px;
    float: right;
    left: 160px;
    position: absolute;
    top: -59px;
    z-index: 10000;
}
.hint_head {
    background: #e9e9e9;
    border-bottom: 1px solid #bababa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 0 #fff inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #444;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 180px;
    z-index: 10000;
    position: relative;
}
.hint_data {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: auto;
    width: 180px;
    position: relative;
    z-index: 10000;
}
.hint_data p {
    color: #555;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    margin: 14px 0;
    text-align: center;
    width: auto;
    padding: 0 10px 10px;
    height: auto;
}
.zipcode_txt_head {
    background: #e9e9e9;
    border-bottom: 1px solid #bababa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 0 #fff inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #444;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 180px;
    z-index: 10000;
    position: relative;
}
.zipcode_txt_content {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    height: 100px;
    width: 180px;
    position: relative;
    z-index: 10000;
}
.zipcode_txt_content p {
    color: #555;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    margin: 14px 0;
    text-align: center;
    width: 100%;
}
.city_txt_head {
    background: #e9e9e9;
    border-bottom: 1px solid #bababa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 0 #fff inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #444;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 180px;
    z-index: 10000;
    position: relative;
}
.city_txt_content {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: 100px;
    width: 180px;
    position: relative;
    z-index: 10000;
}
.city_txt_content p {
    color: #555;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    margin: 14px 0;
    text-align: center;
    width: 100%;
}
.state_txt_head {
    background: #e9e9e9;
    border-bottom: 1px solid #bababa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 0 #fff inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #444;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 180px;
    z-index: 10000;
    position: relative;
}
.state_txt_content {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    height: 120px;
    width: 180px;
    position: relative;
    z-index: 10000;
}
.state_txt_content p {
    color: #555;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    margin: 14px 0;
    text-align: center;
    width: auto;
    height: auto;
    padding: 5px;
}
.arrow2 {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    left: 77px;
    top: -10px;
    z-index: 0;
}
.arrow-border2 {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #bbb;
    position: absolute;
    top: -12px;
    z-index: 1000;
    left: 77px;
}
.hint_box5 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    left: -164px!important;
    position: absolute;
    top: 22px;
}
.hint_box6 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    left: -164px!important;
    position: absolute;
    top: 22px;
}
.hint_box4 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    position: absolute;
    top: -16px;
}
.hint_box_search {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    left: 16px!important;
    position: absolute;
    top: -16px;
}
.hint_box2 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    left: -44px!important;
    position: absolute;
    top: -17px;
    z-index: 0;
}
.hint_box7 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    left: -164px!important;
    position: absolute;
    top: 7px;
}
.arrow7 {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    left: 77px;
    top: -10px;
    z-index: 0;
    margin-left: 236px;
}
.arrow-border7 {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #bbb;
    position: absolute;
    top: -12px;
    z-index: 0;
    left: 77px;
    margin-left: 158px;
}
.hint_box,
.confirmbox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    left: -189px!important;
    position: absolute;
    top: -10px;
    z-index: 10;
}
.helpfull_hint_arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    left: 85px;
    top: -10px;
    z-index: 0;
}
.company_hint_box4 {
    display: none;
    background: #FFF;
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: 0 0 8px #999;
    position: absolute;
    left: -116px!important;
    top: -15px;
    z-index: 10;
}
.company_arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    left: 81px;
    top: -10px;
    z-index: 1001;
}
.company_hint_data {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: auto;
    width: 180px;
    position: relative;
    z-index: 10000;
}
.ticker_heading2 {
    width: 225px;
    height: auto;
    float: left;
    background: #ddf1fb;
    margin: 8px;
}
.ticker_heading2 p {
    color: #3c3c3c;
    font-family: Palanquin;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 6px;
    margin-right: 0;
    margin-top: 4px;
}
.ticker_loader {
    float: left;
    height: 135px;
    width: 240px;
    margin-top: 98px;
    vertical-align: middle;
    text-align: center;
}
div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}
div.ie6 {
    position: absolute;
}
div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth)+(ignoreMe2 document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px');
}
div.ie6.top-left {
    left: expression((0+(ignoreMe2 document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px');
}
div.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth)+(ignoreMe2 document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight)+(ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px');
}
div.ie6.bottom-left {
    left: expression((0+(ignoreMe2 document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight)+(ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px');
}
div.ie6.center {
    left: expression((0+(ignoreMe2 document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px');
    width: 100%;
}
div.jGrowl {
    position: absolute;
}
body>div.jGrowl {
    position: fixed;
}
div.jGrowl.top-left {
    left: 0;
    top: 0;
}
div.jGrowl.top-right {
    right: 0;
    top: 55px;
}
div.jGrowl.bottom-left {
    left: 0;
    bottom: 0;
}
div.jGrowl.bottom-right {
    right: 0;
    bottom: 50px;
}
div.jGrowl.bottom-centered {
    right: 550px;
    bottom: 50px;
}
div.jGrowl.center {
    top: 45%;
    width: 50%;
    left: 40%;
}
div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    background-color: #000;
    opacity: .80;
    -ms-filter: "alpha(opacity=85)";
    filter: alpha(opacity=85);
    zoom: 1;
    width: 200px;
    padding: 10px;
    margin-top: 55px;
    margin-bottom: 5px;
    font-family: Palanquin, Palanquin;
    font-size: 1em;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.jGrowl div.jGrowl-notification {
    min-height: 40px;
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    margin: 10px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: .85em;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}
div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}
@media print {
    div.jGrowl {
        display: none;
    }
}
div.jGrowl div.success {
    font-family: "Helvetica Neue", "Helvetica";
    font-size: 14px;
    font-weight: bold;
    background: none repeat scroll 0 0 #5ab500;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: .80;
    -ms-filter: "alpha(opacity=85)";
    filter: alpha(opacity=85);
    width: 200px;
    border-color: #5ab500;
    color: #fff;
}
div.jGrowl div.error {
    font-family: "Helvetica Neue", "Helvetica";
    font-size: 14px;
    font-weight: bold;
    background: none repeat scroll 0 0 #de1500;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: .80;
    -ms-filter: "alpha(opacity=85)";
    filter: alpha(opacity=85);
    width: 200px;
    border-color: #5ab500;
    color: #fff;
}
@font-face {
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 200;
    src: local('Palanquin ExtraLight'), local('Palanquin-ExtraLight'), url(https://themes.googleusercontent.com/static/fonts/Palanquin/v2/zuuDDmIlQfJeEM3Uf6kkpvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 300;
    src: local('Palanquin Light'), local('Palanquin-Light'), url(https://themes.googleusercontent.com/static/fonts/Palanquin/v2/GpmMKE0dnXylect5ObzLR_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 400;
    src: local('Palanquin Regular'), local('Palanquin-Regular'), url(https://themes.googleusercontent.com/static/fonts/Palanquin/v2/xIAtSaglM8LZOYdGmG1JqQ.woff) format('woff');
}
@font-face {
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 500;
    src: local('Palanquin Medium'), local('Palanquin-Medium'), url(https://themes.googleusercontent.com/static/fonts/Palanquin/v2/A4RWZsncmJ25G8iqn2EHN_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 600;
    src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'), url(https://themes.googleusercontent.com/static/fonts/Palanquin/v2/f8qltGyj2S-SS_tsOHsjgfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 700;
    src: local('Palanquin Bold'), local('Palanquin-Bold'), url(https://themes.googleusercontent.com/static/fonts/Palanquin/v2/x-7NZTw0n-ypOAaIE8uSrvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
.tooltip {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 15px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip1 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 67px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip2 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 120px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip3 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 174px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip4 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 226px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.qtip,
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
}
.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}
.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700;
}
.qtip-titlebar+.qtip-content {
    border-top-width: 0!important;
}
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
    top: 16px;
}
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
    vertical-align: middle;
}
.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Palanquin, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}
.qtip-default {
    border-width: 1px;
    border-style: solid;
    border-color: #f1d031;
    background-color: #ffffa3;
    color: #555;
}
.qtip-default .qtip-titlebar {
    background-color: #ffef93;
}
.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #f1f1f1;
    color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}
.qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545;
}
.qtip-light .qtip-titlebar {
    background-color: #f1f1f1;
}
.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
    background-color: #404040;
}
.qtip-dark .qtip-icon {
    border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}
.qtip-cream {
    background-color: #fbf7aa;
    border-color: #f9e98e;
    color: #a27d35;
}
.qtip-cream .qtip-titlebar {
    background-color: #f0de7d;
}
.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0;
}
.qtip-red {
    background-color: #f78b83;
    border-color: #d95252;
    color: #912323;
}
.qtip-red .qtip-titlebar {
    background-color: #f06d65;
}
.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0;
}
.qtip-red .qtip-icon {
    border-color: #d95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #d95252;
}
.qtip-green {
    background-color: #caed9e;
    border-color: #90d93f;
    color: #3f6219;
}
.qtip-green .qtip-titlebar {
    background-color: #b0de78;
}
.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0;
}
.qtip-blue {
    background-color: #e5f6fe;
    border-color: #add9ed;
    color: #5e99bd;
}
.qtip-blue .qtip-titlebar {
    background-color: #d0e9f5;
}
.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0;
}
.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
}
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border-width: 0;
    background: #4a4a4a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, black));
    background-image: -webkit-linear-gradient(top, #4a4a4a 0, black 100%);
    background-image: -moz-linear-gradient(top, #4a4a4a 0, black 100%);
    background-image: -ms-linear-gradient(top, #4a4a4a 0, black 100%);
    background-image: -o-linear-gradient(top, #4a4a4a 0, black 100%);
}
.qtip-youtube .qtip-titlebar {
    background-color: #4a4a4a;
    background-color: rgba(0, 0, 0, 0);
}
.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px Palanquin, sans-serif;
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
    border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}
.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, .7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid rgba(241, 241, 241, 1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}
.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
    background: transparent;
    color: #fff;
    border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
    border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333;
}
.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    background-color: #d9d9c2;
    color: #111;
    border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
    background-color: #87876a;
    color: #fff;
    border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
    border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952;
}
.qtip-tipsy_margin_top {
    margin-top: 3px!important;
}
.qtip-tipsy_nonloggedmenu {
    margin-top: -1px!important;
}
.qtip-tipsy_community {
    margin-left: 16px!important;
}
.qtip-tipsy_community .qtip-tip {
    margin-left: -19px!important;
}
.qtip-tipsy_search {
    margin-top: 2px!important;
}
.qtip-tipsy_account {
    margin-top: 7px!important;
    z-index: 0!important;
}
.qtip-tipsy_settings {
    margin-top: 29px!important;
    margin-left: -7px;
    z-index: 0!important;
}
.qtip-tipsy_filter {
    margin-top: 1px!important;
}
.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, .87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin-top: 7px;
    text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10;
    background-color: transparent;
}
.qtip-tipsy .qtip-content {
    padding: 6px 10;
}
.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}
.qtip-tipped {
    border: 3px solid #959fa9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #454545;
    font-weight: 400;
    font-family: serif;
}
.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: #fff;
    background: #3a79b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
    background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
    background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
    background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
    background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
    background-color: #fbfbfb;
    color: #555;
}
.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none;
}
.qtip-bootstrap .qtip-content {
    padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
    background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40);
}
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}
.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
    top: 0;
    left: 0;
}
.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}
#qtip-overlay {
    position: fixed;
    left: -10000em;
    top: -10000em;
}
#qtip-overlay.blurs {
    cursor: pointer;
}
#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
    position: absolute!important;
}
body {
    margin: 0;
    font-size: 12px;
    font-family: Palanquin;
    outline: 0;
    height: 100%;
    overflow-x: hidden;
}
.clear {
    clear: both;
}
.header_name {
    position: relative;
    text-align: center;
    top: 20px;
    margin: 0 auto;
    color: #4c4328;
    text-shadow: #FFF 1px 1px 0;
}
.container_fsMargin {
    width: 111%;
    padding: 20px 10px;
    margin: 26px auto auto -7%;
    border-radius: 5px;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px #333;
    background: #ddd;
    position: relative;
    border: 1px solid #999;
}
.container_fs {
    width: 111%;
    padding: 20px 10px;
    margin: 100px auto auto -7%;
    border-radius: 5px;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px #333;
    background: #ddd;
    position: relative;
    border: 1px solid #999;
}
.fs_box {
    width: 202px;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 9px 9px 30px;
}
.fs_box:hover {
    background: #EEF;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #c4c4c4;
}
.fs_left {
    width: 150px;
    float: left;
}
.fs_price {
    width: 44px;
    float: left;
    text-align: right;
    color: #9e0b0f;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
}
.fs_left span {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.fs_left span.fs_head {
    color: #003471;
    text-decoration: none;
}
.fs_left span.fs_for {
    color: #707070;
    font-style: italic;
}
.fs_left span.fs_disc {
    color: #000;
    font-style: italic;
    width: 195px;
}
.featured_services_find {
    width: 100%;
    float: center;
}
.featured_list_find a {
    text-decoration: none;
}
.sidebar_bar {
    float: left;
    width: 220px;
    margin-left: -4px;
}
.sidebar_left_find {
    float: left;
    width: 165px;
    background: #97d3ff;
    border-radius: 5px;
    padding: 10px 20px 0 20px;
    margin: 0 0 5px;
}
.sidebar_list {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sidebar_list h3 {
    color: #2a2a2a;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-left: -11px;
    text-align: left;
}
.sidebar_list ul {
    width: 100%;
    float: left;
}
.sidebar_list ul li {
    list-style: none;
    float: left;
    margin-bottom: 2px;
}
.sidebar_list ul li input {
    float: left;
}
.sidebar_list ul li span {
    float: right;
    width: 150px;
    margin: 2px 0 0 5px;
    display: inline!important;
}
.sidebar_list p {
    margin-top: 5px;
    font-weight: bold;
    float: left;
}
.sidebar_list p a {
    text-decoration: none;
    color: #004a80;
    margin-left: 25px;
}
#gmap {
    height: 300px;
    margin: 0 0 20px 20px;
}
.result_count {
    color: #222;
    text-align: center;
    font-family: 'crimson Text', serif;
    font-weight: normal;
}
.searchpulldown {
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    color: #999;
    cursor: text;
    height: auto!important;
    margin-left: -13px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 185px;
    border-radius: 5px 5px 5px 5px;
}
.searchbox {
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    color: #999;
    cursor: text;
    height: auto!important;
    margin-left: -13px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 173px;
    border-radius: 5px 5px 5px 5px;
}
.hint_image {
    width: 28px;
    height: 27px;
    float: right;
    margin: -1px -3px 0 0;
}
.update_search_btn {
    background: none repeat scroll 0 0 #0092ff;
    border: 1px solid #007bd6;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-family: Franklin Gothic Medium;
    font-size: 17px;
    height: 40px;
    margin: 9px 0 0;
    text-align: center;
    width: 165px;
    cursor: pointer;
}
.menu_list {
    margin: 0 0 1px 2px;
    width: 207px;
}
.menu_head {
    position: relative;
    margin: 1px;
    font-weight: bold;
    background: url(../images/left.png) no-repeat center right;
}
.menu_body {
    display: none;
}
.menu_body a {
    display: block;
    color: #069;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
}
.menu_body a:hover {
    color: #000;
    text-decoration: underline;
}
.menu_body h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 9px;
}
.menu_body ul {
    width: 96%;
    float: left;
}
.menu_body ul li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 2px;
}
.menu_body ul li input {
    float: left;
    margin-left: -6px;
}
.menu_body ul li span {
    display: inline!important;
    float: left;
    font-family: Palanquin;
    margin: 0 0 3px 5px;
    width: 150px;
    color: #3c3c3c;
    font-size: 12px;
}
.actionbar {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    min-height: 68px;
    background: #97d3ff;
    border-radius: 5px;
}
.left_actionbar {
    width: 24%;
    height: 69px;
    float: left;
    border-right: 1px solid #f0f0f0;
}
.left_actionbar p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 0 10px;
    width: auto;
}
.selectbox {
    width: 145px;
    height: auto;
    padding: 2px 4px;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 00px 10px;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
}
.right_actionbar {
    width: 75%;
    height: auto;
    float: left;
}
.right_actionbar2 {
    width: 75%;
    height: auto;
    float: left;
}
.right_actionbar3 {
    width: 74%;
    height: auto;
    float: left;
}
.right_actionbar4 {
    width: 74%;
    height: auto;
    float: left;
}
.bar_content {
    width: auto;
    height: auto;
    float: left;
    margin-left: 7px;
}
.right_actionbar p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 0;
    width: auto;
}
.right_actionbar2 p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 0;
    width: auto;
}
.right_actionbar3 p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 0;
    width: auto;
}
.right_actionbar4 p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 0;
    width: auto;
}
.namebox {
    width: 130px;
    height: auto;
    padding: 3px 5px;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    clear: both;
}
.share_select {
    width: auto;
    height: auto;
    padding: 2px 4px;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    clear: both;
    min-width: 99px;
    border-radius: 3px;
    color: #999;
}
.save_btn {
    background-color: #0092ff;
    border: 1px solid #007bd6;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #fff;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 31px 0 10px 65px;
    padding: 2px 10px;
    width: auto;
}
.radio_btn {
    margin: 27px 0 0 20px;
    float: left;
}
#display_results {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    margin-left: -12px;
    max-height: 200px;
    overflow-y: scroll;
    width: 184px;
}
.auto_pop {
    cursor: pointer;
    display: list-item;
    font-family: Palanquin;
    font-size: 13px;
    line-height: 15px;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
    text-align: left;
}
.auto_pop:hover {
    background-color: #3875d7;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.keep {
    line-height: 15px;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
    text-align: left;
}
#display_results_sic {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    margin-left: -12px;
    max-height: 200px;
    overflow-y: scroll;
    width: 184px;
}
#display_results_area {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    margin-left: -12px;
    max-height: 200px;
    overflow-y: scroll;
    width: 184px;
}
.tickerbar {
    width: 98%;
    height: auto;
    float: left;
    margin: -10px 0 0 0;
}
.cisco-logo {
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 7px 7px #333;
    z-index: 1;
    height: 138px;
}
.cisco-logo>img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.system {
    float: left;
    padding: 0 0 0 15px;
}
.system h1 {
    float: left;
    margin: -6px 0 0;
    float: left;
    font-weight: normal;
    margin: -6px 0 0;
    max-width: 400px;
    word-wrap: break-word;
    font-weight: normal;
    font-family: 'Palanquin', sans-serif;
    color: #000;
    font-size: 24px;
}
.system a {
    clear: both;
    color: #000;
    float: left;
}
.top_left_inner_box1>a {
    color: #0070b5;
    float: left;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    word-break: break-all;
}
.top_left_inner_box1>a:hover {
    color: #464646;
    text-decoration: underline;
}
.readmore {
    clear: both;
    float: left;
    background: 0;
    border: 0;
    color: #464646;
    font-family: ubuntu;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    padding: 2px 10px;
    width: auto;
    margin-right: 10px;
    cursor: pointer;
}
.searchbar {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    background: #ddf1fb;
    border-radius: 5px;
    border: 1px solid #8bcefd;
}
.seeMore {
    background: none repeat scroll 0 0 #464646;
    border-radius: 0 0 5px 5px;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0 0 10px;
    min-height: 68px;
    padding-bottom: 15px;
    width: 98%;
}
.read-more {
    clear: both;
    float: left;
    margin: 7px 0 10px 390px;
    width: auto;
}
.left-div {
    float: left;
    height: auto;
    width: 37%;
    padding: 10px;
}
.right-div {
    float: left;
    height: auto;
    padding: 10px;
    width: 58%;
}
.left_inner_box1 {
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 100px;
    width: 100%;
    padding: 5px;
    background: #fff;
}
.left_inner_box2 {
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 176px;
    width: 100%;
    padding: 5px;
    background: #fff;
}
.right_inner_box {
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 322px;
    width: 100%;
    margin-left: 14px;
    background: #fff;
    margin-top: -2px;
}
.rightLeftCol {
    padding: 5px;
    float: left;
    width: 45%;
    margin: 10px 0 10px 10px;
    height: auto;
}
.rightRightCol {
    border-left: 1px solid #CCC;
    padding: 5px;
    float: left;
    width: 45%;
    margin: 10px 10px 10px 0;
    height: auto;
}
.bottom-div {
    border-radius: 8px 8px 8px 8px;
    clear: both;
    float: left;
    margin-left: 10px;
    min-height: 100px;
    padding: 5px;
    width: 97.5%;
    background: #fff;
}
.bar_content_company {
    height: auto;
    float: left;
    margin-left: 10px;
}
.bar_content_company p {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    margin: 10px 0 0;
    width: auto;
}
.searchname_txtbox {
    background-color: #fff;
    background-image: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin: 13px 0 10px 20px;
    padding: 4px 5px 5px;
    width: 150px;
}
.searchname_select {
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin: 13px 0 10px 20px;
    min-width: 99px;
    padding: 2px 4px;
    width: auto;
}
.find_btn {
    clear: both;
    float: left;
    height: 30px;
    font-size: 0;
    margin: 11px 0 8px 89px;
    background: url(../images/find_tb.png) no-repeat;
    width: 100px;
    cursor: pointer;
    border: 0;
}
.show_btn {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 11px;
}
.show_all_btn {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 11px;
    background: url(../images/show_all_tb.png) no-repeat;
    cursor: pointer;
    border: 0;
    width: 132px;
    height: 30px;
    font-size: 0;
}
.left_actionbar_company {
    border-right: 1px solid #f0f0f0;
    float: left;
    height: 69px;
    width: 24%;
}
.left_actionbar_company p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 9px 0 0 11px;
    width: auto;
}
.left_actionbar_select {
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    clear: both;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin: 5px 0 0 10px;
    padding: 2px 4px;
    width: 145px;
}
.company_heading_div {
    clear: both;
    float: left;
    height: auto;
    margin: 0 0 8px 2px;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    font-family: ubuntu;
}
.company_info {
    width: auto;
    height: auto;
    font-weight: normal;
    float: left;
    margin: 7px 0 5px 35px;
    font-size: 13px;
}
.search_info {
    width: auto;
    height: auto;
    font-weight: normal;
    float: left;
}
.search_info1 {
    width: auto;
    height: auto;
    font-weight: normal;
    margin: 5px 0 0 2px;
}
.search_info2 {
    width: auto;
    height: auto;
    font-weight: normal;
    margin: 5px 0 0 2px;
}
.left_inner_boxsearch {
    background: none repeat scroll 0 0 #ddf1fb;
    border-radius: 5px;
    float: left;
    margin-bottom: 9px;
    margin-left: 9px;
    margin-top: 6px;
    min-height: 140px;
    padding: 5px;
    width: 80%;
    border: 1px solid #8bcefd;
}
.left_inner_boxsearch1 {
    float: left;
    min-height: 100px;
    width: 97%;
    padding: 1px;
    margin-left: 24px;
    margin-top: 1px;
}
.left_inner_boxsearch2 {
    float: right;
    min-height: 100px;
    width: 97%;
    padding: 1px;
    margin-left: 4px;
    margin-top: 1px;
}
.left_inner_boxsearch3 {
    background: #d9d9d9;
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 57px;
    width: 61%;
    padding: 5px;
    margin: 5px 0 3px;
}
.left_inner_box1 p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 5px 15px;
    width: auto;
    clear: both;
    min-width: 120px;
    color: #204ba6;
}
.left_inner_box2 p {
    color: #2a2a2a;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 5px 15px;
    width: auto;
    clear: both;
    min-width: 120px;
}
.left_inner_box2 ul {
    list-style: decimal;
    margin: 5px;
    padding: 0;
}
.left_inner_box2 ul li {
    display: block;
    margin: 0;
    padding: 0 10px;
    color: #204ba6;
}
.bottom-div p {
    color: #204ba6;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 5px 15px;
    width: auto;
    clear: both;
    min-width: 120px;
}
.rightLeftCol p {
    color: #204ba6;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 5px 15px;
    width: auto;
    clear: both;
    min-width: 120px;
}
.rightRightCol p {
    color: #204ba6;
    float: left;
    font-family: ubuntu;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 5px 15px;
    width: auto;
    clear: both;
    min-width: 120px;
}
.dataTables_paginate p a {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
.dataTables_wrapper {
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #2a2a2a;
    font-family: ubuntu;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
}
.employee_content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    border-radius: 5px;
}
.employee_name {
    width: auto;
    height: auto;
    float: left;
    word-wrap: break-word;
    font-family: Palanquin;
    font-size: 24px;
    font-weight: 600;
    margin: -5px 0 5px 20px;
    color: #3c3c3c;
}
.updated_date {
    width: auto;
    height: auto;
    float: right;
    clear: right;
    word-wrap: break-word;
    font-family: Palanquin;
    font-size: 11px;
    font-weight: normal;
    margin: 22px 76px 5px 0;
    color: #222;
}
.employee_record {
    clear: both;
    float: left;
    height: auto;
    margin-top: 0;
    width: auto;
}
.employee_record_heading {
    width: auto;
    min-width: 170px;
    height: auto;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2px 10px;
    color: #2c2c2c;
    word-wrap: break-word;
    clear: both;
}
.employee_record_answer {
    width: auto;
    clear: both;
    height: auto;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 10px;
    color: #464646;
    word-wrap: break-word;
}
.employee_record_title {
    clear: both;
    width: 400px;
    height: auto;
    font-family: Palanquin;
    font-size: 17px;
    font-weight: normal;
    color: #f16900;
    word-wrap: break-word;
}
.updates_link {
    float: left;
    margin: 0 0 0 10px;
    width: auto;
}
.social_links {
    clear: both;
    float: left;
    height: auto;
    margin-left: -168px;
    margin-top: -10px;
    width: auto;
}
.social_links img {
    float: left;
    margin: 9px 0 0 9px;
}
.bio_here_div {
    background: none repeat scroll 0 0 #ddf1fb;
    border-radius: 0 0 4px 4px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-weight: normal;
    height: auto;
    margin: 0 0 18px 0;
    min-height: 100px;
    padding: 5px;
    width: 950px;
    clear: both;
    border: 1px solid #8bcefd;
    border-top: 0;
    font-size: 14px;
    text-align: justify;
    word-wrap: break-word;
}
.bio_here_div>a {
    color: #0092ff;
    font-weight: normal;
}
.bio_here_div>a:hover {
    color: #0092ff;
    font-weight: normal;
    text-decoration: underline;
}
.biography_bg {
    width: 962px;
    height: 40px;
    float: left;
    margin: 20px 0 0 0;
}
.employee_contact_div {
    float: left;
    height: auto;
    margin: 0 0 0 10px;
    min-width: 400px;
    width: auto;
    font-family: Palanquin;
}
.employee_email_div {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 0 0 0 10px;
    width: auto;
    clear: both;
    word-wrap: break-word;
}
.tracking_popup_txtarea {
    background: none repeat scroll 0 0 #bde3ff;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #5b5b5b;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: normal;
    max-height: 77px;
    min-height: 77px;
    margin-bottom: 10px;
    margin-left: -4px;
    margin-top: 8px;
    padding: 5px 7px;
    max-width: 240px;
    min-width: 240px;
}
.tracking_heading {
    border-bottom: 1px solid #bde3ff;
    clear: both;
    color: #3f4168;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 5px 20px;
    padding-bottom: 5px;
    text-align: justify;
    text-transform: capitalize;
    width: 135px;
}
.tracking_popup_txtbox {
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #3c3c3c;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    padding: 5px 7px;
    width: 240px;
}
.tracking_popup_radio_btn {
    width: auto;
    height: auto;
    float: left;
    margin: 18px 0 0;
}
.tracking_yes {
    color: #3f4168;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 16px 20px 0 6px;
    padding-bottom: 5px;
    text-align: justify;
    text-transform: capitalize;
    width: auto;
}
.tracking_popup_select {
    background: none repeat scroll 0 0 #bde3ff;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #5b5b5b;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-top: 8px;
    padding: 4px 5px;
    width: 240px;
}
.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left;
    background: #bde3ff;
    border: medium none;
    margin: 6px 0 0 -2px;
    width: 240px;
}
.addtracking_btn {
    background: none repeat scroll 0 0 #0092ff;
    border: 3px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: -42px 0 0 353px;
    padding: 5px 9px 7px;
    width: auto;
}
.container_fs_company {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #333;
    float: left;
    margin: 20px auto 50px;
    padding: 20px 10px;
    position: relative;
    width: 98%;
    clear: both;
}
.employee_phone_div {
    clear: both;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 0;
    width: auto;
    word-wrap: break-word;
}
img.btn_close {
    float: right;
    margin: -20px 0 0 -21px;
    position: absolute;
}
.top_track_heading {
    background: none repeat scroll 0 0 #222;
    border-radius: 3px 3px 0 0;
    color: #fff;
    float: left;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: -5px 0 0 -1px;
    padding: 8px 13px 0;
    text-transform: capitalize;
    width: 426px;
}
.recipient_div {
    width: 450px;
    height: 45px;
    float: left;
    border-bottom: 1px solid #cfcfcf;
    clear: both;
}
.recipient_textbox {
    width: 426px;
    height: auto;
    padding: 7px 6px 8px;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: normal;
    color: #2a2a2a;
    border: 0;
    background: #fff;
    margin: 5px 0 0 5px;
}
.recipient_message_div {
    width: 450px;
    height: 346px;
    border-bottom: 1px solid #cfcfcf;
}
.recipient_textarea {
    width: 426px;
    height: auto;
    float: left;
    padding: 7px 6px 8px;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: normal;
    color: #2a2a2a;
    border: 0;
    background: #fff;
    margin: 5px 0 0 5px;
    min-height: 210px;
}
.send_mail_div {
    width: 450px;
    height: 45px;
    float: left;
    clear: both;
}
.send_mail_btn {
    background: none repeat scroll 0 0 #4a8cf8;
    border: 1px solid #3079ed;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 6px 0 5px 10px;
    padding: 5px 20px 6px;
    width: auto;
    border-radius: 3px;
}
.social_company {
    clear: both;
    float: left;
    margin-left: 16px;
    margin-top: 8px;
}
.tooltip {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 15px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip1 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 67px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip2 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 120px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip3 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 174px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.tooltip4 {
    background-color: #f3a6a6;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    font-family: Palanquin!important;
    font-size: 11px;
    margin: 226px 0 0 112px;
    opacity: .9;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    width: auto;
    display: none;
    position: absolute;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1 1px 3px #333;
}
.google_login_button {
    width: 100%;
    height: auto;
    text-align: center;
}
.slider_div_content {
    background: none repeat scroll 0 0 #fff3e6;
    border-radius: 5px 5px 5px 5px;
    color: #3b3b3b;
    float: left;
    font-size: 14px;
    height: 125px!important;
    overflow-x: hidden!important;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 380px;
    border: 1px solid #ffd2a1;
}
.slider_div_content p a {
    color: #0070b5;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    width: 100%;
    text-align: center;
}
.slider_div_content p a:hover {
    color: #3c3c3c;
}
.slider_container_border_bottom {
    border-top: 1px solid #464646;
    float: left;
    height: 1px;
    margin: 3px 0 5px;
    width: 100%;
}
.slider_div_content>p {
    float: left;
    height: auto;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    font-family: Palanquin;
    font-weight: bold;
    font-size: 13px;
}
.slider_content_heading {
    background: none repeat scroll 0 0 #38393b;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin: 0;
    min-width: 20%;
    padding: 0 8px 0 5px;
    text-align: left;
    width: 23%;
    font-family: Palanquin;
}
.slider_content_ans {
    background: none repeat scroll 0 0 #fff;
    color: #3c3c3c;
    float: left;
    height: auto;
    text-align: center;
    width: 73%;
    font-family: Palanquin;
    font-weight: normal;
    font-size: 12px;
}
.slider_content_ans>a {
    color: #0092ff;
}
.slider_content_heading_list {
    background: none repeat scroll 0 0 #0092ff;
    color: #fff;
    float: left;
    height: auto;
    margin: 0;
    min-width: 95px;
    padding: 5px 8px;
    text-align: left;
    width: auto;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}
.slider_content_ans_list {
    background: none repeat scroll 0 0 #d3d3d3;
    color: #464646;
    float: left;
    height: auto;
    min-width: 345px;
    text-align: center;
    width: auto;
    padding: 5px 8px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}
.slider_content_ans_list>a {
    color: #0092ff;
}
.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    left: 204px!important;
    top: -10px;
    z-index: 1001;
}
.arrow-border {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #bbb;
    position: absolute;
    top: -12px;
    z-index: 1000;
    left: 193px!important;
}
.search_popup_content {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #8bcefd;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 0;
    position: absolute;
    left: 21px;
    top: 93px;
    width: 185px;
    padding-bottom: 10px;
}
.saved_arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #8bcefd;
    position: absolute;
    left: 71px!important;
    top: -11px;
    z-index: 1001;
}
.search_popup_content h1 {
    color: #3c3c3c;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    padding: 4px;
    text-align: center;
    width: 100%;
}
.border_bottom {
    border-top: 1px solid #8bcefd;
    float: left;
    height: 1px;
    margin: 0 0 5px;
    width: 100%;
}
.search_textbox {
    width: 149px;
    height: auto;
    padding: 4px 3px 3px;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
    font-family: Helvetica;
    float: left;
    margin: 0 0 5px 6px;
}
.team_share {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 0 9px;
    width: auto;
}
.team_share_chkbox {
    width: auto;
    height: auto;
    float: right;
    margin: 5px 10px 0 0;
}
.saved_new_btn {
    background: none repeat scroll 0 0 #0186d8;
    border: 0;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 10px 22px;
    padding: 4px 29px 5px;
    width: auto;
}
.download_popup_content {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #8bcefd;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 0;
    position: absolute;
    right: 60px;
    top: 96px;
    width: 155px;
    padding-bottom: 10px;
}
.download_arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #8bcefd;
    position: absolute;
    left: 63px!important;
    top: -11px;
    z-index: 1001;
}
.checked_new_btn {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: Palanquin;
    padding: 4px 35px 5px;
    margin: 11px 0 10px 10px;
    background: #0186d8;
    border: 0;
    clear: both;
    border-radius: 4px;
    cursor: pointer;
}
.all_new_btn {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: Palanquin;
    padding: 4px 55px 5px;
    margin: 0 0 6px 10px;
    background: #0186d8;
    border: 0;
    clear: both;
    border-radius: 4px;
    cursor: pointer;
}
.all_new_btnPadding {
    padding: 4px 25px 5px!important;
}
.company_all_new_btnPadding {
    padding: 4px 18px 5px!important;
}
.track_popup_content {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 3px solid #000;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 0;
    position: absolute;
    left: 144px;
    top: 93px;
    width: 185px;
    padding-bottom: 10px;
}
.track_arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #e8e8e8;
    position: absolute;
    left: 83px!important;
    top: -11px;
    z-index: 1001;
}
.track_popup_content h1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
    color: #464646;
    font-family: Helvetica;
    font-weight: normal;
    margin: 5px 0 3px 0;
    float: left;
}
.right_side_bar {
    clear: both;
    float: left;
    height: 94%;
    margin: 47px 0 0 5px;
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    width: 99%;
}
.right_content {
    width: 210px;
    height: auto;
    float: left;
    margin: 7px 7px 3px 7px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 4px;
}
.right_content1 {
    width: 210px;
    height: auto;
    float: left;
    margin: 7px 7px 3px 7px;
    padding-bottom: 4px;
}
.right_content_heading {
    background: none repeat scroll 0 0 #fff3e6;
    border-radius: 3px 3px 3px 3px;
    color: #3c3c3c;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    padding: 5px 0 6px 9px;
    width: 96%;
}
.right_content_textbox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c4c4c4;
    color: #3c3c3c;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin: 3px 0 3px 2px;
    padding: 3px 0 4px 3px;
    width: 98%;
}
.hint_icon {
    width: auto;
    height: auto;
    float: right;
    margin-right: 8px;
    cursor: pointer;
}
.only_show_div {
    width: auto;
    height: auto;
    float: left;
    color: #464646;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 0 0 0;
}
.only_show_sortBy {
    width: auto;
    height: auto;
    float: left;
    color: #464646;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 0 0 0;
}
.right_side_chkbox {
    margin: 2px 0 2px 2px;
}
.update_search_btn {
    background: none repeat scroll 0 0 #464646;
    border: 1px solid #272727;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 0 0 0 -4px;
    padding: 7px 33px 6px;
    width: auto;
}
#table_wrapper {
    position: relative;
}
#table_scroll {
    height: 515px;
    overflow: auto;
    float: left;
    clear: both;
    width: 99%;
}
.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: .8;
    position: fixed;
    bottom: 50px;
    right: 45px;
    display: none;
    background: url(../images/scroll_top_image.png) right no-repeat;
    color: #000;
    font-size: 14px;
}
.popbox {
    margin: -5px;
    float: left;
    position: relative;
    width: auto!important;
}
.collapse {
    position: relative;
}
.box {
    display: block;
    position: absolute;
    right: 0!important;
    top: 22px;
    z-index: 10001;
}
.right_side_bar_arrow {
    border-bottom: 11px solid #8bcefd;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    right: 9px!important;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
}
.menu_body>ul {
    margin-top: 5px;
}
.hint_box_content {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 0;
    position: absolute;
    left: 65px;
    top: 40px;
    width: 150px;
}
.hint_box_contentDiv {
    background: none repeat scroll 0 0 #e8e8e8;
    z-index: 1;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 0;
    position: absolute;
    left: 56px;
    width: 150px;
}
.hint_box_contentDiv h1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: Helvetica;
    font-weight: bold;
    padding: 5px 0 6px 0;
    float: left;
}
.hint_arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #0181d5;
    position: absolute;
    left: 125px!important;
    top: -11px;
    z-index: 1001;
}
.hint_box_content h1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: Helvetica;
    font-weight: bold;
    padding: 5px 0 6px 0;
    float: left;
}
.hint_box_heading {
    width: 100%;
    height: auto;
    float: left;
    background: #0181d5;
    border-radius: 5px 5px 0 0;
}
.hint_box_data {
    width: 100%;
    height: auto;
    float: left;
    background: #ddf1fb;
    border-radius: 0 0 5px 5px;
}
.hint_box_data p {
    width: 90%!important;
    height: auto!important;
    text-align: center!important;
    font-size: 12px!important;
    color: #464646!important;
    font-family: Helvetica!important;
    font-weight: normal!important;
    padding: 10px 5px 6px!important;
    float: left!important;
}
.hint_box_content2 {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    position: absolute;
    left: 56px;
    margin: 3px 0 0 -2px;
    width: 150px;
    z-index: 2;
}
.hint_box_content3 {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    position: absolute;
    left: 56px;
    margin: 3px 0 0 -2px;
    width: 150px;
    z-index: 5;
}
.hint_box_content4 {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    position: absolute;
    left: 56px;
    margin: 3px 0 0 -2px;
    width: 150px;
    z-index: 4;
}
.hint_box_content5 {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    position: absolute;
    left: 56px;
    margin: 3px 0 0 -2px;
    width: 150px;
    z-index: 2;
}
.hint_box_content6 {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    position: absolute;
    left: 56px;
    margin: 3px 0 0 -2px;
    width: 150px;
    z-index: 2;
}
.hint_box_content7 {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    position: absolute;
    left: 53px;
    margin: 3px 0 0 -2px;
    width: 150px;
    z-index: 2;
}
.hint_box_content8 {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    position: absolute;
    left: 53px;
    margin: 3px 0 0 -2px;
    width: 150px;
    z-index: 4;
}
.close_filter_bar {
    width: 32px;
    height: 34px;
    float: right;
    margin: 0 14px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.right_update_btn {
    width: 100%;
    height: 34px;
    float: left;
    margin: 12px 7px 0;
    position: absolute;
}
.right_side_bar1 {
    z-index: 10;
    width: 705px;
    height: 650px;
    float: left;
    background: #ddf1fb;
    border: 3px solid #8bcefd;
    border-radius: 5px;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.right_content {
    width: 210px;
    height: auto;
    float: left;
    margin: 7px 7px 0 7px;
    padding-bottom: 4px;
    background: #fff3e6;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ffd2a1;
    position: relative;
}
.right_content_heading {
    border-bottom: 1px solid #ffd2a1;
    color: #3c3c3c;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    padding: 5px 0 6px 9px;
    width: 95%;
}
.right_content_textbox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c4c4c4;
    color: #464646;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin: 3px 0 3px 2px;
    padding: 3px 0 4px 3px;
    width: 90%;
}
.only_show_div {
    width: auto;
    height: auto;
    float: left;
    color: #3c3c3c;
    font-family: Palanquin;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 0 0 5px;
}
.right_side_chkbox {
    margin: 2px 0 2px 2px;
}
.update_search_btn {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #272727;
    border-radius: 5px 5px 5px 5px;
    color: #464646;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 8px 0 5px 12px;
    padding: 4px 25px;
    width: auto;
}
.update_search_image {
    float: left;
    cursor: pointer;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 10;
}
.reset_search_image {
    float: left;
    cursor: pointer;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 10;
}
.hint_icon_search_sb {
    float: left;
    height: auto;
    margin-left: 97px;
    margin-top: -25px;
    width: auto;
}
.hint_icon_search2 {
    float: left;
    height: auto;
    margin-left: 43px;
    margin-top: -25px;
    width: auto;
}
.hint_icon_search3 {
    float: left;
    height: auto;
    margin-left: 46px;
    margin-top: -25px;
    width: auto;
}
.hint_icon_search4 {
    float: left;
    height: auto;
    margin-left: 59px;
    margin-top: -26px;
    width: auto;
}
.hint_box_content_search_sb {
    background: none repeat scroll 0 0 #ddf1fb;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 203px;
    top: 38px;
    width: 150px;
    z-index: 2;
}
.hint_arrow_sb {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #0181d5;
    position: absolute;
    left: 67px!important;
    top: -11px;
    z-index: 1;
}
.hint_box_content_search_sb h1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: Palanquin;
    font-weight: bold;
    padding: 10px 0 6px 0;
    float: left;
}
.hint_box_content_search2 {
    background: none repeat scroll 0 0 #ddf1fb;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 37px;
    right: -39px;
    width: 150px;
    z-index: 2;
}
.hint_box_content_search3 {
    background: none repeat scroll 0 0 #ddf1fb;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 58px;
    top: 37px;
    width: 150px;
    z-index: 2;
}
.hint_box_content_search4 {
    background: none repeat scroll 0 0 #ddf1fb;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: -40px;
    top: 37px;
    width: 150px;
    z-index: 2;
}
.hint_icon_team_sb {
    width: auto;
    height: auto;
    float: right;
    margin-right: 21px;
    margin-top: -16px;
    cursor: pointer;
}
.hint_icon_bot_img {
    width: auto;
    height: auto;
    float: right;
    margin-left: 5px;
    margin-top: 9px;
    cursor: pointer;
}
.hint_box_content_team_sb {
    background: none repeat scroll 0 0 #ddf1fb;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 151px;
    top: 46px;
    width: 150px;
}
.hint_box_content_team_sb h1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: Helvetica;
    font-weight: bold;
    padding: 5px 0 6px 0;
    float: left;
}
.hint_icon_track_sb {
    width: auto;
    height: auto;
    float: right;
    margin-right: 33px;
    margin-top: -25px;
}
.hint_box_content_track_sb {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 124px;
    top: 39px;
    width: 150px;
}
.hint_box_content_track_sb h1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: Helvetica;
    font-weight: bold;
    padding: 5px 0 6px 0;
    float: left;
}
.hint_box_comapny_sb {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #999;
    left: -188px!important;
    position: absolute;
    top: -6px;
    z-index: 5;
}
.pop_company_sb {
    float: left;
}
.action_bar_container_company {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 35px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-width: 944px;
    padding: 5px 0;
    width: auto;
    border: 1px solid #8bcefd;
}
.track_company {
    float: left;
    height: auto;
    margin: 0 0 0 5px;
    width: auto;
}
.track_company a {
    cursor: pointer;
}
.download_btn_company {
    float: right;
    height: auto;
    margin: 0 5px 10px 0;
    width: auto;
}
.download_btn_company a {
    cursor: pointer;
}
.employee_record_answer>a {
    color: #0070b5;
    font-size: 18px;
    font-weight: bold;
    font-family: Palanquin;
}
.companyPress_readmore {
    clear: both;
    float: left;
    margin: 0 0 5px 0;
    width: 100%;
    cursor: pointer;
}
.conpany-right-info-social {
    float: right;
    position: relative;
    right: -105px;
    width: 375px;
}
.people_thumb {
    width: 154px;
    height: 154px;
    float: left;
}
.common_btn {
    width: auto;
    float: right;
    margin-right: 13px;
    margin-top: 60px;
}
.img_list img {
    border: 0;
}
.presstable>tbody {
    background: #fff;
}
.employee_email_div>a {
    color: #3c3c3c;
}
.employee_email_div>a:hover {
    color: #0070b5;
}
.abt_div {
    width: 320px;
    height: auto;
    float: left;
    margin-left: 30px;
}
.abt_heading {
    width: 307px;
    height: 32px;
    float: left;
}
.abt_cont {
    width: 305px;
    float: left;
    background: #ddf1fb;
    border-top: 0;
    border: 1px solid #8bcefd;
    border-radius: 0 0 5px 5px;
    border-top-width: 0;
    height: auto;
}
.abt_div p,
.abt_div span {
    clear: none;
    color: #222;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    padding: 10px 16px 16px 16px;
    text-align: justify;
}
.abt_div span {
    padding: 15px 16px 10px 16px;
    font-weight: bold;
}
.mainbody .abt_div h1 {
    margin: 0;
    margin-left: 15px;
    font-size: 18px;
    color: #000;
}
.hint_iconFilters {
    margin-right: -6px;
}
.hint_box_contentFilters {
    margin-top: 15px;
}
ui-multiselect-checkboxes li {
    width: 100%;
}
.ui-multiselect-checkboxes .checkbox {
    width: 19px;
    height: 22px;
    padding: 0 5px 0 0;
    background: url(../images/checkbox1.png) no-repeat;
    display: block;
    clear: left;
    float: left;
    margin: 0;
}
.header_topright_icons ul.ui-multiselect-checkboxes li {
    width: 90%;
}
#frm_time .ui-button-text {
    width: 122px;
}
.radio_orders .ui-button-text {
    width: 120px;
}
#box_overlay #radio_company {
    width: 176px;
    margin: 11px 0 0 4px;
}
#box_overlay #radio_results_view {
    width: 195px;
    margin: 11px 0 0 4px;
}
#box_overlay #radio_people {
    width: 176px;
    margin: 11px 0 0 4px;
}
#box_overlay #radio_results_view span {
    padding: 6px 10px!important;
}
#frm_time .ui-buttonset {
    width: 445px;
}
.radio_orders .ui-buttonset {
    width: 297px;
}
#downloads .ui-buttonset {
    width: 162px;
}
#copy_filters .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #007bd6;
    margin-top: 2px;
}
#copy_filters .ui-multiselect {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #aaa;
    color: #464646;
    font-size: 12px;
    width: 180px!important;
}
.ui-multiselect span {
    color: #000;
}
#price_slider .ui-slider-handle {
    background: #007bd6;
}
#since_date {
    border: 1px solid #c4c4c4;
    border-radius: 4px 4px 4px 4px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin: -3px 0 4px -2px;
    padding: 5px 0 5px 3px;
    width: 152px;
}
.news_date_from {
    border: 1px solid #c4c4c4;
    border-radius: 4px 4px 4px 4px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin: 7px 0 0 10px;
    padding: 5px 0 5px 3px;
    width: 185px;
}
.news_date_to {
    border: 1px solid #c4c4c4;
    border-radius: 4px 4px 4px 4px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin: 7px 0 0 10px;
    padding: 5px 0 5px 3px;
    width: 185px;
}
.stateDiv3 {
    left: 18px;
}
.dateDiv {
    left: 12px;
    position: absolute;
    top: 182px;
    width: 182px;
    z-index: 1000;
}
.dailyLeadsClearState {
    width: 20px;
    height: 24px;
    float: right;
    background: url(../images/clear_refrsh_icon.png) no-repeat;
    border: 0;
    margin: 4px 3px 0 0;
    cursor: pointer;
}
.dailyLeadsClearIndustry {
    width: 20px;
    height: 24px;
    float: right;
    background: url(../images/clear_refrsh_icon.png) no-repeat;
    border: 0;
    margin: 4px 3px 0 0;
    cursor: pointer;
}
.clearTitle {
    width: 20px;
    height: 24px;
    float: right;
    background: url(../images/clear_refrsh_icon.png) no-repeat;
    border: 0;
    margin: 6px -22px 0 0;
    cursor: pointer;
}
.clearState {
    width: 20px;
    height: 24px;
    float: right;
    background: url(../images/clear_refrsh_icon.png) no-repeat;
    border: 0;
    margin: 7px 8px 0 -30px;
    cursor: pointer;
}
.clearSinceDate {
    width: 20px;
    height: 24px;
    float: right;
    background: url(../images/clear_refrsh_icon.png) no-repeat;
    border: 0;
    margin: -2px 8px 0 -30px;
    cursor: pointer;
}
.clearTechnology {
    width: 20px;
    height: 24px;
    float: right;
    background: url(../images/clear_refrsh_icon.png) no-repeat;
    border: 0;
    margin: 7px 8px 0 -30px;
    cursor: pointer;
}
.clearIndustry {
    width: 20px;
    height: 24px;
    float: right;
    background: url(../images/clear_refrsh_icon.png) no-repeat;
    border: 0;
    margin: 7px 8px 0 -30px;
    cursor: pointer;
}
.overlay_lft_blk {
    width: 210px;
    height: auto;
    float: left;
    margin: 0 0 10px 10px;
}
.overlay_mid_blk {
    width: 210px;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
}
.overlay_rght_blk {
    width: 210px;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
}
#s2id_sortByHeader {
    margin-top: -11px;
    margin-left: 5px;
}
.hint_iconSortByDiv {
    margin-top: 13px;
}
.right_contentBottom {
    margin-bottom: 0;
}
.titleDiv {
    z-index: 12!important;
}
.hint_box_zIndex {
    z-index: 11!important;
}
@media screen and(-webkit-min-device-pixel-ratio: 0) {
    .newCl_20 #radio1 {
        width: 280px;
    }
}
@media screen and(-webkit-min-device-pixel-ratio: 0) {
    .newCl_21 #radio {
        width: 190px;
    }
}
.use_territory_image {
    cursor: pointer;
    float: left;
    margin: 0 0 0 275px;
    position: relative;
    z-index: 10;
}
.employee_record_answer a:hover {
    text-decoration: underline;
}
.employee_email_div>a:hover {
    text-decoration: underline;
}
.circle_div {
    background: #fff;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: -40px;
    border-radius: 50%;
    clear: both;
}
.textbox {
    width: 389px;
}
.google-visualization-orgchart-linebottom {
    border-bottom: 1px solid #38D!important;
}
.google-visualization-orgchart-node {
    border: 2px solid #B5D9EA!important;
}
/*!jQuery UI - v1.10.1 - 2013-02-15 * http://jqueryui.com * Includes:jquery.ui.core.css,jquery.ui.accordion.css,jquery.ui.autocomplete.css,jquery.ui.button.css,jquery.ui.datepicker.css,jquery.ui.dialog.css,jquery.ui.menu.css,jquery.ui.progressbar.css,jquery.ui.resizable.css,jquery.ui.selectable.css,jquery.ui.slider.css,jquery.ui.spinner.css,jquery.ui.tabs.css,jquery.ui.tooltip.css * Copyright(c) 2013 jQuery Foundation and other contributors Licensed MIT */

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default!important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
/*!jQuery UI - v1.10.1 - 2013-02-15 * http://jqueryui.com * Includes:jquery.ui.theme.css * Copyright 2013 jQuery Foundation and other contributors;Licensed MIT */

.ui-widget {
    font-family: Palanquin;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Palanquin;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}
.ui-widget-content a {
    color: #222;
}
.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}
button.ui-multiselect>span.ui-icon {
    width: 16px!important;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    border: 0;
    outline: 0;
}
a:hover {
    text-decoration: none;
    border: 0;
    outline: 0;
}
html {
    height: 100%;
}
img {
    border: 0 none;
    text-decoration: none;
    outline: 0;
}
.body_loggedout {
    /*background:url(../images/homepage_bodybg.jpg) repeat-x;*/
    
    height: 100%;
    min-height: 100%;
    position: relative;
}
.header {
    width: 964px;
    height: 113px;
}
.logo {
    width: 156px;
    height: 41px;
    float: left;
    margin: 0 0 0 1px;
}
.navigation {
    width: 500px;
    height: 42px;
    float: left;
    border: 0;
    outline: 0;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 42px;
    border: 0;
    outline: 0;
}
.navigation ul li {
    display: inline;
    margin: 0;
    float: left;
    height: 42px;
    background: url(../images/nav_sep.png) no-repeat right top;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 2px 0 -1px;
}
.navigation ul li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 16px;
    border: 0;
    outline: 0;
}
.navigation ul li a:hover {
    text-transform: capitalize;
    color: #585858;
    font-size: 18px;
    font-weight: normal;
    background: #faf8f8;
    padding: 10px 16px 9px;
    line-height: 42px;
    border: 0;
    outline: 0;
    -webkit-transition-property: background color;
    -webkit-transition-duration: .5s;
    -moz-transition-property: background color;
    -moz-transition-duration: .5s;
    -o-transition-property: background color;
    -o-transition-duration: .5s;
    -ms-transition-property: background color;
    -ms-transition-duration: .5s;
    transition-property: background color;
    transition-duration: .5s;
}
.navigation ul li a.select {
    text-transform: capitalize;
    color: #585858;
    font-size: 18px;
    font-weight: normal;
    background: #faf8f8;
    padding: 10px 16px 9px;
}
.search {
    width: 350px;
    float: right;
    margin: 4px 0 0 00px;
    background: url(../images/search_icon.png) no-repeat right #fff;
    border: 0;
    color: #585858;
    font-size: 15px;
    border-radius: 20px;
    background-position: 325px 5px;
    padding: 7px 12px;
    font-weight: normal;
}
.input_search {
    vertical-align: middle;
}
.top_nav {
    width: auto;
    height: 43px;
    background: url(../images/curve_bg2.png) no-repeat right top;
    float: right;
    margin: 0;
    min-width: 357px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top_nav ul {
    list-style: none;
    margin: -3px 0 0 46px;
    padding: 0;
    line-height: 34px;
    cursor: pointer;
}
.top_nav ul li {
    display: inline;
    margin: 0;
    float: left;
    height: 33px;
    background: url(../images/top_nav_sep.jpg) no-repeat right top;
    font-family: Palanquin;
    text-transform: capitalize;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0 50px 0 11px;
    letter-spacing: 1px;
}
.top_nav ul li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Palanquin;
}
.top_nav ul li a:hover {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Palanquin;
}
.top_nav ul li.display {
    background: 0;
}
.form_bg {
    float: left;
    margin-left: 4px;
    margin-top: 0;
    padding: 5px 0 0;
    width: 277px;
}
.form_bg ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 33px;
}
.form_bg ul li {
    display: block;
    margin: 0;
    float: left;
    height: 33px;
    background: url(../images/left_arrow.png) no-repeat left center;
    font-family: Palanquin;
    text-transform: capitalize;
    color: #fff;
    font-size: 1px;
    font-weight: normal;
    padding: 0 9px 0 27px;
    width: 160px;
}
.form_bg ul li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: Palanquin;
}
.form_bg ul li a:hover {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: Palanquin;
}
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .8!important;
    z-index: 999;
    filter: alpha(opacity=75);
}
.mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .8!important;
    z-index: 999;
    filter: alpha(opacity=75);
}
.login-popup {
    display: none;
    background: #fff;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0 0 20px #999;
    -moz-box-shadow: 0 0 20px #999;
    -webkit-box-shadow: 0 0 20px #999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 498px;
    height: auto;
}
.btn_close {
    float: right;
    margin: -12px -13px 0 0!important;
    position: relative!important;
    width: 27px;
    height: 29px;
    background: url("../images/main_sprite.png") no-repeat scroll 0 0;
}
.signup_form {
    width: 450px;
    height: auto;
    float: left;
    margin: 0 10px 0 24px;
}
.signup_form h1 {
    font-family: Palanquin;
    font-size: 22px;
    color: #0081d5;
    font-weight: bold;
    clear: both;
    padding: 0;
    margin: 10px 0 10px 10px;
    float: left;
    border-bottom: 1px solid #ccc;
    width: 425px;
    padding: 0 0 5px;
}
.textbox {
    width: 400px;
    float: left;
    border-radius: 5px;
    clear: both;
    border: 1px solid #CCC;
    margin: 5px 0 10px 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
}
.submit_btn {
    height: 46px;
    float: left;
    margin: 7px 0 0 146px;
    background: url(../images/submit_btn_bg.png) no-repeat;
    width: 134px;
    color: #fff;
    font-size: 16px;
    font-family: Palanquin;
    border: 0;
    padding-bottom: 15px;
    padding-left: 33px;
    text-align: left;
    cursor: pointer;
    padding-top: 12px;
    font-weight: bold;
}
.confirm_message {
    clear: both;
    color: #f00;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 0 0 0 -17px;
    width: 100%;
    word-wrap: break-word;
}
.register {
    width: 130px;
    height: 35px;
    float: right;
    background-color: #9cba58;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid #fff;
    font-size: 15px;
    padding: 0 0 4px 0;
    margin: 3px -27px 0 0;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}
.register1 {
    width: 130px;
    height: 35px;
    float: right;
    background-color: #9cba58;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid #fff;
    font-size: 15px;
    padding: 0 0 4px 0;
    margin: 12px 802px 0 0;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}
.mainbody {
    z-index: 0;
    width: 964px;
    height: 100%;
    margin: 55px auto 50px;
    font-size: 13px;
    font-family: Palanquin;
    color: #3b3b3b;
    position: relative;
}
.mainbodyMargin {
    margin: 0 auto!important;
}
.mainbody h1 {
    clear: both;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
}
.container_fs_employee {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #333;
    float: left;
    margin: 20px auto 60px;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    clear: both;
}
.container_fs_company>h2 {
    clear: left;
    color: #0183d6;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: 0;
    margin-top: 0;
    float: left;
}
#bottom_content {
    width: 100%;
    height: 180px;
    float: left;
    background: url("../images/bottom_content_bg.jpg") repeat scroll 0 0 transparent;
    *margin-bottom: -50px;
}
.footer_nav {
    width: 110px;
    height: auto;
    float: left;
    margin: 20px 0 0;
}
.footer_heading {
    width: 100%;
    float: left;
    font-family: 'Palanquin', sans-serif;
    color: #fff;
    font-size: 15px;
}
.footer_nav ul {
    color: #c4c4c4;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    list-style: none outside none;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.footer_nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    color: #c4c4c4;
    text-align: left;
    width: 100%;
}
.footer_nav ul li a {
    color: #c4c4c4;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Palanquin', sans-serif;
    -webkit-transition-property: color, background-color, opacity;
    -moz-transition-property: color, background-color, opacity;
    transition-property: color, background-color, opacity;
    -webkit-transition-duration: .2s, 0.2s, 0.2s;
    -moz-transition-duration: .2s, 0.2s, 0.2s;
    transition-duration: .2s, 0.2s, 0.2s;
    -webkit-transition-timing-function: ease-out, ease-out, ease-out;
    -moz-transition-timing-function: ease-out, ease-out, ease-out;
    transition-timing-function: ease-out, ease-out, ease-out;
}
.footer_nav ul li a:hover {
    color: #fff;
    font-family: 'Palanquin', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}
.footer {
    width: 1025px;
    height: 199px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.copyrights {
    font-family: Palanquin;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 30px 0 0 168px;
    width: auto;
    height: auto;
    text-align: right;
}
.footer_logo {
    width: 174px;
    height: 72px;
    float: right;
    margin: -35px 0 0;
    padding: 0;
}
#prifle_form {
    text-align: left;
    clear: both;
}
#message {
    background-color: #ffd600;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #333;
    display: block;
    float: left;
    font-family: Palanquin;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 96%;
}
#message>div {
    float: left;
    height: 25px;
    width: 25px;
}
#message>p {
    color: #3b3b3b;
    font-size: 12px;
}
.user_search {
    width: 100%;
    height: auto;
    float: left;
}
.user_search h1 {
    clear: both;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
}
.search_table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-weight: normal;
    border: 1px solid #8bcefd;
    position: relative;
    border-top: 0;
}
.search_table tr,
td {
    width: auto;
    border: 0;
    font-family: Palanquin;
    font-weight: normal;
    padding: 2px 0 3px;
    font-size: 12px;
    border-bottom: none!important;
}
.search_table th {
    background: url(../images/member_table_header_bg_th.png) no-repeat right;
    height: auto;
}
.search_table tr:hover {
    background: #fff6c9;
}
.press_inner_tb .alternate_loop {
    background: #f0f0f0!important;
}
.search_table .alternate_loop {
    background: #f0f0f0!important;
}
.inner_table {
    margin: 10px 0;
    width: 93%;
    height: auto;
    float: left;
    border: 0;
    font-family: Palanquin;
    font-size: 13px;
    color: #2a2a2a;
    font-weight: normal;
}
.inner_table tr {
    height: 25px;
}
.inner_table a {
    color: #0092ff;
}
.search_table h2 {
    font-family: Palanquin;
    font-size: 13px;
    color: #3c3c3c;
    font-weight: bold;
    clear: both;
    padding: 5px;
    margin: 1px 0 6px;
    width: auto;
    text-transform: capitalize;
    text-align: left;
}
.search_table p {
    font-family: Palanquin;
    font-size: 13px;
    color: #3b3b3b;
    font-weight: normal;
    clear: both;
    padding: 5px;
    margin: 3px 0 6px;
    width: auto;
    text-transform: capitalize;
    text-align: left;
}
.form_content {
    background: none repeat scroll 0 0 #fbfbfb;
    border-radius: 5px;
    float: left;
    height: auto;
    width: 500px;
    border: 1px solid #d6d6d6;
    clear: both;
    margin-top: 20px;
    margin-bottom: 50px;
}
.form_content p {
    font-family: Palanquin;
    font-size: 14px;
    color: #3f4168;
    clear: both;
    width: 200px;
    height: auto;
    margin: 0;
    font-weight: normal;
    margin: 22px 0 5px 20px;
    text-align: justify;
    text-transform: capitalize;
    float: left;
    border-bottom: 1px solid #ebebff;
    padding-bottom: 5px;
}
.pre_textbox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px 5px 5px 5px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    margin-bottom: 10px;
    margin-left: -4px;
    margin-top: 16px;
    padding: 4px 4px 5px 4px;
    width: 255px;
}
.select_box {
    border: 1px solid #c4c4c4;
    border-radius: 5px 5px 5px 5px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-top: 21px;
    padding: 4px 4px 5px 4px;
    width: 260px;
    background: #fff;
}
.address_textarea {
    border: 1px solid #c4c4c4;
    border-radius: 5px 5px 5px 5px;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: 80px;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-top: 15px;
    padding: 5px 0 0 5px;
    resize: none;
    width: 251px;
    background: #fff;
}
.input_name {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.chkbox {
    float: left;
    margin: 31px 0 0 1px;
    background-color: none;
    border: 1px solid #c4c4c4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    padding: 9px;
    position: relative;
}
.submit_button {
    border: medium none;
    clear: both;
    cursor: pointer;
    float: left;
    font-size: 0;
    background: url("../images/cancel_payment.png") no-repeat center;
    height: 31px;
    margin: 20px 0 0 160px;
    width: 87px;
}
.question_icon {
    float: left;
    margin: -27px 5px 0 -118px;
}
.question_icon_follow {
    float: left;
    margin: -27px 5px 0 -101px;
}
.arrow1 {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 44px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
    margin-left: 184px;
}
.arrow-border1 {
    border-bottom: 11px solid #bbb;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 44px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 1000;
    margin-left: 160px;
}
.arrow3 {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 60px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
}
.arrow-border3 {
    border-bottom: 11px solid #bbb;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 60px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 1000;
}
.tracking_heading {
    border-bottom: 1px solid #bde3ff;
    clear: both;
    color: #3f4168;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 10px 0 5px 20px;
    padding-bottom: 5px;
    text-align: justify;
    text-transform: capitalize;
    width: 135px;
}
.body_logged_in {
    background: 0;
}
.logged_header {
    width: 100%;
    height: 84px;
    float: left;
    background: #464646;
    position: fixed;
}
.right_header_icons img {
    margin: 0 0 0 4px;
    cursor: pointer;
}
.inner_header {
    height: 50px;
    margin: 0 auto;
    min-width: 1000px;
    width: auto;
}
.logged_header {
    width: 100%;
    height: 50px;
    float: left;
    z-index: 10;
}
.logged_header_logo {
    float: left;
    height: auto;
    margin: 10px 0 0 15px;
    width: auto;
}
.header_icons {
    width: auto;
    height: auto;
    margin: 10px 0 00px;
    clear: both;
}
.team_icons {
    width: auto;
    float: left;
    height: auto;
    cursor: pointer;
}
.header_search {
    border: medium none;
    border-radius: 5px;
    color: #585858;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin: 18px 0 0 0;
    padding: 10px 7px;
    width: 267px;
}
.user_name {
    width: auto;
    height: auto;
    float: left;
    word-wrap: break-word;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    margin: 24px 3px 0 5px;
    color: #fff;
}
.header_border {
    width: 1px;
    height: 26px;
    float: left;
    margin: 18px 10px 0 10px;
}
#header-pop {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 24px 8px 10px;
    position: absolute;
    left: 176px;
    text-align: left;
    top: 51px;
    width: auto;
    z-index: 1;
}
.hint_box_header_1 a:hover {
    padding: 2px 5px;
    font-size: 13px;
    font-family: Palanquin;
    color: #000;
}
.hint_box_header_1 a {
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
    margin: 4px 10px;
    padding: 4px 5px!important;
    font-family: Palanquin;
    text-shadow: 0 0 0 #fff;
}
.header_popup_arrow {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 65px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1001;
}
.header_popup_arrow_border {
    border-bottom: 11px solid #bbb;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 65px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1000;
}
#header-pop-settings {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 18px 8px 10px;
    position: absolute;
    right: 311px;
    text-align: left;
    top: 51px;
    width: auto;
    z-index: 1;
}
.hint_box_header_2 li {
    list-style: none outside none;
    background: url(../images/header_li.png) no-repeat left center;
    padding-left: 10px;
}
.setting_popup_arrow {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 60px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1001;
}
setting_popup_arrow_border {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 52px;
    position: absolute;
    top: -19px;
    width: 0;
    z-index: 1001;
}
.close_image_search {
    float: right;
    height: 33px;
    left: 100px;
    position: absolute;
    top: -34px;
    width: 33px;
    z-index: 10000;
}
.close_image_search:hover {
    background: none!important;
}
.close_image_settings {
    float: right;
    height: 33px;
    left: 123px;
    position: absolute;
    top: -30px;
    width: 33px;
    z-index: 10000;
}
.hint_box_header_1 li {
    min-width: 98px;
    list-style: none;
    background: url(../images/header_li.png) no-repeat left center;
}
.hint_box_header_2 a {
    background: none repeat scroll 0 0 transparent;
    color: #FFF;
    line-height: 18px;
    margin: 4px 6px;
    padding: 2px 0!important;
    font-family: Palanquin;
    font-size: 13px;
    text-shadow: 0 0 0 #fff;
}
.hint_box_header_2 a:hover {
    color: #000;
    font-family: Palanquin;
    font-size: 13px;
    line-height: 18px;
    margin: 4px 6px;
    padding: 2px 0!important;
}
.close_image_settings:hover {
    background: none!important;
}
.right_header_icons {
    width: auto;
    height: auto;
    float: right;
}
.top_username {
    float: right;
    height: auto;
    margin: 0 10px 0 5px;
    width: auto;
}
.setting_icon {
    width: auto;
    height: auto;
    float: left;
    margin: 24px 10px 0 4px;
    cursor: pointer;
}
.top_menus {
    float: left;
    height: auto;
    margin: 19px 0 0 13px;
    width: auto;
}
.top_icons {
    float: left;
    height: auto;
    width: auto;
}
.team_icons>a {
    margin: 0 0 0 5px;
}
.shopping_cart_icon {
    float: left;
    height: auto;
    margin: 21px 3px 0 13px;
    width: auto;
}
.second_icons {
    float: left;
    height: auto;
    margin: 28px 10px 0 0;
    width: auto;
}
a.tooltip {
    outline: 0;
}
a.tooltip strong {
    line-height: 30px;
}
a.tooltip:hover {
    text-decoration: none;
}
a.tooltip span {
    display: none;
    line-height: 16px;
    margin-left: -55px;
    margin-top: 30px;
    padding: 10px;
    visibility: visible;
    width: auto;
    z-index: 10;
}
a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffaf0;
}
.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}
a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
.full_login_header {
    width: 100%;
    height: 153px;
}
.login_header {
    width: 964px;
    height: 160px;
    margin: 0 auto;
    z-index: 998;
}
.login_logo {
    width: 360px;
    height: auto;
    float: left;
    margin: 4px 0 0 0;
}
.login_navigation {
    width: 964px;
    height: 48px;
    float: left;
    outline: 0;
    margin: 6px 0 0 0;
    background: url(../images/navigation_bg.jpg) repeat-x;
    border-radius: 7px;
}
.login_navigation ul {
    list-style: none;
    margin: 0;
    padding: 14px 0 0 0;
    width: auto;
    float: left;
}
.login_navigation ul li {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.login_navigation ul li a {
    font-family: Palanquin;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px 17px;
}
.login_navigation ul li a:hover {
    color: #fff;
    font-weight: bold;
    background: url(../images/nav_hover.jpg) repeat-x;
    padding: 17px 20px 18px;
}
.login_navigation ul li a.active {
    color: #fff;
    font-weight: bold;
    background: url(../images/nav_hover.jpg) repeat-x;
    padding: 17px 20px 18px;
    border-radius: 5px 0 0 5px;
    line-height: 20px;
}
.login_search {
    width: auto;
    height: auto;
    float: right;
    margin: 7px 7px 0 0;
    position: relative;
}
.login_search_textbox_top {
    margin-top: 0!important;
}
.login_search_icon_top {
    margin-top: 0!important;
}
.login_search_textbox {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 5px 0 0 5px;
    color: #808e92;
    float: left;
    font-family: Palanquin;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    margin-top: 1px;
    padding: 9px 5px 9px;
    width: 296px;
    *margin-left: 185px;
}
.login_search_icon {
    width: 34px;
    height: 34px;
    float: left;
    margin: 0;
}
.login_div {
    float: right;
    height: auto;
    margin: 0 0 0!important;
    width: auto;
}
div.hoverBtn {
    position: relative;
    float: left;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background: url(../images/login_nav_bg.jpg) no-repeat left;
    border-radius: 6px 0 0 6px;
}
div.hoverBtn a {
    text-decoration: none!important;
    position: relative;
    z-index: 2;
    display: block;
    width: 100px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    color: #000;
    background: transparent none repeat-x 0 0 scroll;
    font-family: Palanquin;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
div.hoverBtn div {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    background: url(../images/navHover.png) repeat-x 0 0 scroll;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
#select {
    background: url(../images/navHover.png) repeat-x 0 0 scroll;
    border-radius: 6px 0 0 6px;
}
.input_submit {
    background: url("../images/login_search_icon.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    height: 34px;
    margin-left: -3px;
    margin-top: 18px;
    width: 34px;
}
.floating_div {
    background: url(../images/floating_div_bg.png) repeat-x;
    border-radius: 5px 0 0 5px;
    float: right;
    height: auto;
    position: fixed;
    right: 0;
    top: 220px;
    width: 25px;
    z-index: 10;
    padding-bottom: 8px;
}
.right_socialicons {
    width: 30px;
    height: 30px;
    float: left;
    margin: 8px 0 0 8px;
    clear: both;
    cursor: pointer;
}
.top_left_inner_box1 {
    font-size: 14px;
    clear: both;
    color: #222;
    float: left;
    font-weight: normal;
    margin-left: 17px;
    margin-top: 9px;
    padding: 5px;
    width: auto;
    padding: 0;
    min-width: 150px;
}
.top_left_inner_box1 a {
    color: #000;
}
.top_left_inner_box1 a:hover {
    color: #0070b5;
}
.top_left_inner_box1 .company_info {
    float: left;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 0;
    width: auto;
    min-width: 130px;
    font-family: Palanquin;
}
.top_left_inner_box1 p {
    clear: both;
    color: #204ba6;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    margin: 5px 0 5px 7px;
    min-width: 77px;
    width: auto;
}
.bottom_inner_box1 {
    background: none repeat scroll 0 0 #fff;
    border-radius: 8px 8px 8px 8px;
    float: left;
    margin-bottom: 7px;
    margin-left: 10px;
    min-height: 100px;
    padding: 5px;
    width: 900px;
}
ul.img_list {
    display: inline;
    float: left;
    height: 54px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}
ul.img_list li {
    float: left;
    margin: 0 0 0 9px;
}
li.image_one a,
li.image_two a,
li.image_three a,
li.image_four a {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
}
li.image_four {
    margin-right: 10px;
}
li.image_one {
    margin-left: -5px;
}
li.image_one a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll -104px -278px;
}
li.image_two a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll 1px -278px;
}
li.image_three a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll -34px -278px;
}
li.image_four a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll -69px -278px;
}
.copyrights2 {
    clear: both;
    color: #c4c4c4;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    text-align: left;
    width: auto;
}
.footer_icons {
    float: right;
    height: auto;
    margin: 20px 0 0;
    width: 174px!important;
    *margin-top: 20px;
}
.mainfooter {
    width: 964px;
    height: auto;
    margin: 0 auto;
}
.copyrights2 ul li {
    list-style-type: none;
}
.copyrights2 ul li a {
    list-style-type: none;
    color: #fff;
    font-size: 11px;
    margin-left: 2px;
}
.copyrights2 ul li a:hover {
    list-style-type: none;
    color: #0081d5;
    font-size: 11px;
}
.copyrights2 ul li span {
    clear: both;
    float: left;
    font-size: 13px;
    font-weight: bold;
    min-width: 85px;
}
.billing {
    clear: both;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 16px;
    margin-top: 17px;
    text-transform: uppercase;
    float: left;
    width: 98%;
}
.update_button {
    border: medium none;
    cursor: pointer;
    float: left;
    height: 31px;
    margin: 20px 0 0 20px;
    width: auto;
}
#update_button {
    background: url("../images/buy_upgrade_tb.jpg") no-repeat;
    width: 117px;
}
.personal {
    clear: both;
    float: left;
    font-family: Palanquin;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 12px;
    color: #3c3c3c;
}
.form_content_left {
    float: left;
    width: 46%;
}
.form_content_right {
    float: left;
    width: 54%;
}
.form_content_span {
    clear: both;
}
.form_content_heading {
    color: #0183d6;
    float: left;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    margin-left: 18px;
    margin-top: 12px;
    text-align: left;
    width: 100%;
}
.form_content_bottom {
    background: #fff3e6;
    border: 1px solid #ffd2a1;
    border-radius: 4px;
    clear: both;
    float: left;
    height: auto;
    margin: 10px 12px 5px;
    width: 97%;
}
.cart_update {
    margin-bottom: 0;
    float: right;
    height: auto;
    margin-right: 14px;
    width: auto;
}
.footer_wrapper {
    width: 100%;
    height: 37px;
    float: left;
    background: #464646;
    margin: 5px 0 0 0;
    position: fixed;
    bottom: 0;
}
.footer_container {
    width: auto;
    height: 37px;
    margin: 0 auto;
    min-width: 900px;
}
.footer_menu_icons {
    width: auto;
    height: auto;
    float: left;
    margin: 10px 0 0 12px;
}
.footer_menu_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.footer_menu_icons ul li {
    display: inline;
    margin: 0 5px 0 0;
    float: left;
}
.footer_social_icons {
    width: auto;
    height: auto;
    float: right;
    margin: 5px 50px 0 0;
}
.footer_social_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.footer_social_icons ul li {
    display: inline;
    margin: 0 5px 0 0;
    float: left;
}
.more_text_footer {
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: Palanquin;
    font-size: 13px;
    height: auto;
    margin: 11px 21px 0 0;
    text-transform: uppercase;
    width: auto;
}
.more_text_footer a {
    color: #fff;
    font-weight: bold;
}
.more_text_footer a:hover {
    color: #8bcefd;
    font-weight: bold;
}
a#footer_trigger {
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 10px;
    width: 35px;
    height: 37px;
    background: url(../images/footer_button_up.png) right no-repeat #464646;
    display: block;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
a.trigger_fixed {
    margin: 0 auto;
    left: 50%;
    margin-left: 447px;
}
a#footer_trigger.trigger_active {
    background: url(../images/footer_button_down.png) right no-repeat #868686;
}
li.image_five a,
li.image_six a,
li.image_seven a,
li.image_eight a {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
}
li.image_eight {
    margin-right: 10px;
}
li.image_five {
    margin-left: -5px;
}
li.image_five a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_facebook_hover.png);
    background-repeat: no-repeat;
}
li.image_six a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_twitter_hover.png);
    background-repeat: no-repeat;
}
li.image_seven a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_linked_hover.png);
    background-repeat: no-repeat;
}
li.image_eight a .rollover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../images/footer_google_hover.png);
    background-repeat: no-repeat;
}
.signup_popup_content {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: -49px;
    top: 43px;
    width: 137px;
    z-index: 2;
}
.sign_arrow {
    border-bottom: 11px solid #e8e8e8;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 62px!important;
    position: absolute;
    top: -11px;
    width: 0;
    z-index: 1001;
}
.sign_up_img {
    margin: 21px 34px 0;
}
.signup_content_div {
    font-family: Palanquin;
    font-size: 13px;
    padding: 11px 0 0 14px;
}
.sign-window {
    background-color: #0092ff;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    height: auto;
    margin: 11px 0 0 19px;
    padding: 7px 18px;
    width: auto;
}
.sign-window a {
    background-color: #0092ff;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #fff;
    height: auto;
    width: auto;
}
.sign-window:hover {
    background-color: #0092ff;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #fff;
    height: auto;
    width: auto;
}
.logged_off_filter {
    float: right;
    margin: 0 0 0 -2px;
}
#popbox_more_links_footer {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    bottom: 144px;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 18px 8px 10px;
    position: relative;
    right: -87px;
    text-align: left;
    width: auto;
    z-index: 1;
}
#popbox_more_igniva_footer {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    bottom: 144px;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 18px 8px 10px;
    position: relative;
    right: -87px;
    text-align: left;
    width: auto;
    z-index: 1;
}
.more_popup_arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #00a7ec;
    bottom: -19px;
    height: 0;
    left: 48px;
    position: absolute;
    width: 0;
    z-index: 1001;
}
.more_links_footer li {
    background: url("../images/header_li.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 15px;
    line-height: 18px;
    cursor: pointer;
}
.more_links_footer li a {
    color: #fff;
    text-shadow: 0 0 0 #fff;
}
.more_links_footer li a:hover {
    color: #000;
    text-shadow: 0 0 0 #fff;
}
.contact_border_bottom {
    width: 100%;
    height: 1px;
    float: left;
    border-bottom: 1px dashed #3c3c3c;
    clear: both;
    margin-bottom: 20px;
}
.sales_office_div {
    width: 450px;
    height: auto;
    float: left;
    margin: 0;
}
.sales_office_div h3 {
    clear: both;
    color: #0070b5;
    float: left;
    font-family: Palanquin;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    width: auto;
}
.sales_office_div p {
    clear: both;
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0;
    width: auto;
}
.google_contact_map {
    width: 450px;
    height: 225px;
    float: right;
    margin: 10px 0 0 0;
    border: 1px solid #3c3c3c;
}
.arrow_track {
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 44px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
    margin-left: 169px;
}
#time_frame {
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    margin: 12px 0 10px 35px;
    padding: 4px 4px 5px 4px;
    height: auto;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    width: 150px;
    color: #3c3c3c;
}
.action_bar_container_logout {
    height: 35px;
    margin: 20px auto 9px;
    width: 964px;
    border-radius: 4px;
    background: none repeat scroll 0 0 #ddf1fb;
    border: 1px solid #8bcefd;
}
.result_found_div_logout {
    color: #000;
    float: left;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    padding: 7px 0 10px;
    text-align: center;
    width: 100%;
}
.result_found_div_logout a {
    color: #0092ff;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    height: auto;
}
.result_found_div_logout a:hover {
    color: #000;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    text-decoration: underline;
}
.readmore_wrapper {
    width: 100%;
    height: 40px;
    float: left;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}
.companyPress_wrapper {
    float: left;
    height: 32px;
    width: 100%;
}
#amount_div>span {
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
}
#total_amount_div_content {
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
}
.download_heading2 {
    clear: both;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    text-align: center;
    width: 100%;
}
.download_div_content {
    float: left;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 2px;
    margin-top: 8px;
}
.download_heading {
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    margin: 5px 6px 0 0;
}
.cart_items_header {
    color: #fff;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    margin: 3px 6px 0 -2px;
}
.qtp_tooltip img {
    float: left;
}
.notification-message a {
    font-weight: bold;
    color: #0092ff;
}
#notification-bar {
    margin: 50px 0 -50px 0;
    background-color: #f4e0e1;
    border-bottom: 1px solid #a42732;
    color: #a42732;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    position: relative;
    width: 100%;
    z-index: 1;
}
#close_bar {
    cursor: pointer;
    margin-right: 12px;
}
.mainfooter>ul {
    color: #fff;
    float: left;
    font-family: Palanquin;
    font-size: 15px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 20px;
    width: 280px;
}
.mainfooter li {
    float: left;
    margin-bottom: 5px;
}
.mainfooter span {
    float: left;
    width: 100%;
}
.mainfooter a {
    color: #c4c4c4;
    font-size: 12px;
}
.mainfooter a:hover {
    color: #fff;
    font-size: 12px;
}
.social_heading {
    width: 100%;
    float: left;
    font-family: 'Palanquin', sans-serif;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 11px;
    font-size: 15px;
}
.footer_nav_list {
    float: right;
    width: 278px;
    margin-top: 18px
}
.footer_nav_list>ul {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.footer_nav_list li {
    color: #fff;
    display: inline;
    float: left;
    font-family: Palanquin;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    text-transform: capitalize;
}
.footer_nav_list li a {
    color: #c4c4c4;
    float: left;
    font-size: 15px;
}
.footer_nav_list li a:hover {
    color: #fff;
    float: left;
    font-size: 15px;
}
.right_border_cmp {
    width: 1px;
    margin: 39px 0 0 1px;
    height: 102px;
    background: url("../images/right_border_cmp.jpg") no-repeat;
    float: left;
}
#press_company_div {
    float: left;
    background: #ddf1fb;
    padding: 5px;
    width: 98.6%;
    border: 1px solid #8bcefd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.company_tb_row {
    color: #4f9fa6;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
}
.odd_div {
    font-family: Palanquin;
    font-size: 11px;
    font-weight: normal;
}
.configure_leads a {
    cursor: pointer;
}
.subcription_text {
    clear: both;
    color: #0070b5;
    float: left;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
}
.export_range {
    width: 60px;
    background: #fff;
    border: 1px solid #c4c4c4;
    height: auto;
    color: #3c3c3c;
    font-size: 12px;
    padding: 2px 0 1px 0;
    float: left;
    text-align: center;
}
.my_icon {
    float: left;
    margin: 0 0 0 12px;
}
.my_icon_plus {
    float: left;
}
.team_hidden_form {
    width: auto;
    float: left;
}
.team_save_tb {
    border: none!important;
    cursor: pointer;
    float: left;
    margin-top: 0!important;
}
.my_team_membr_table a {
    color: #0092ff;
    cursor: pointer;
}
.turn_on_tb {
    margin-bottom: -4px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -4px;
}
#track_frm_time>select {
    width: 150px;
    padding: 3px;
    height: auto;
    font-family: Palanquin;
    font-size: 13px;
    float: left;
    margin: 10px 10px 10px 0;
}
#event_form>select {
    width: 150px;
    padding: 3px;
    height: auto;
    font-family: Palanquin;
    font-size: 13px;
    float: left;
    margin: 10px 10px 10px 0;
}
.lead_heading {
    width: 100%;
    float: left;
    clear: both;
    font-family: Palanquin;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
}
.lead_subheading {
    width: 100%;
    float: left;
    clear: both;
    font-family: Palanquin;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
}
.lead_heading>a {
    color: #0092ff;
}
.lead_heading>a:hover {
    color: #3c3c3c;
    text-decoration: underline;
}
.tracking_filter_wrapper {
    width: 100%;
    float: left;
    background: #ddf1fb;
    margin: 5px 0 0;
    border: 1px solid #8bcefd;
    border-radius: 4px;
}
.tracking_filter_wrapper>p {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
}
.tracking_filter_wrapper>select {
    width: 150px;
    border: 1px solid #c4c4c4;
    height: auto;
    float: left;
    border-radius: 4px;
    font-family: Palanquin;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 5px 4px 3px;
    margin: 10px 5px 10px 0;
}
#from_date {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
#to_date {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
#sub_go {
    width: 53px;
    height: 26px;
    float: left;
    border: 0;
    font-size: 0;
    background: url("../images/go_btn.jpg") no-repeat right center;
    margin-left: 7px;
    margin-top: 10px;
    cursor: pointer;
}
.no_rec_div {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background: #ddf1fb;
    margin: 5px 0 0;
    border: 1px solid #8bcefd;
    line-height: 24px;
    border-radius: 4px;
}
.no_rec_div>a {
    color: #0092ff;
    text-decoration: underline;
}
.no_rec_div>a:hover {
    color: #3c3c3c;
    text-decoration: none;
}
#frm_time {
    float: left;
    margin: -10px 10px 0 31px;
}
.sign_up_new {
    float: right;
}
.configure_leads {
    float: right;
    margin-top: 2px;
}
#main_wrapper {
    min-height: 100%;
    position: relative;
    width: 100%;
    height: 100%;
}
#top_wrapper {
    height: auto;
    min-height: 95%;
    position: relative;
    width: 100%;
}
.google_ads {
    clear: both;
    float: left;
    height: 120px;
    margin-bottom: 18px;
    margin-left: 120px;
    margin-top: -20px;
    text-align: center;
}
.google_ads_top {
    height: 90px;
    margin-left: 115px;
    margin-top: 0;
    text-align: center;
}
#from_date1 {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
#to_date1 {
    color: #3c3c3c;
    float: left;
    font-family: Palanquin;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 4px;
    width: 157px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
.top_nav ul li div.watch_demo {
    float: left;
    font-family: Palanquin;
    font-weight: 600;
    margin-left: -15px;
    text-transform: none;
    width: 150px;
}
.top_nav ul li div.watch_demo a {
    color: #0081d5;
    font-size: 18px;
    font-weight: 600!important;
    text-transform: capitalize;
    margin: 0!important;
    padding: 0!important;
}
#account_name {
    cursor: pointer;
    color: #fff;
}
#downloadFrm .ui-buttonset {
    float: left;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 0;
    min-width: 94px;
    width: 146px;
}
.action_bar_container_company .ui-buttonset {
    float: left;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 7px;
    min-width: 94px;
    width: 143px;
}
.updates_link .ui-buttonset {
    float: left;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 7px;
    min-width: 94px;
    width: 143px;
}
#email_text {
    color: #0081d5;
    float: left;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 10px;
    text-transform: none;
    width: 80%;
}
.search_popup {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #8bcefd;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 200px;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 369px!important;
    top: 96px!important;
    width: 610px;
    overflow-x: hidden;
}
.search_first_tr th {
    height: 30px;
    width: 97px;
}
.search_popup_class {
    float: left;
    width: 100%;
}
.search_table_popup_heading {
    float: left;
    width: 100%;
    position: fixed;
}
.search_table_popup_heading th {
    background: url("../images/table_header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
    float: left;
    height: 22px;
    padding-left: 9px;
    padding-top: 8px;
    text-align: center;
    width: 110px;
}
.search_altername {
    background: none repeat scroll 0 0 #e6e6e6;
}
.search_popup_class p {
    color: #464646;
    font-family: Palanquin;
    font-size: 12px;
    padding: 0;
}
#submitForgotButton {
    width: 99px;
    height: 36px;
    float: right;
    background: url("../images/main_sprite.png") no-repeat scroll 0 -411px;
}
.login_search_a {
    float: left;
    height: 34px;
    margin: 0;
    width: 34px;
    background: url("../images/main_sprite.png") no-repeat scroll 0 -204px;
}
#open_loggedout_filter {
    float: left;
    height: 34px;
    margin: 0;
    width: 33px;
    background: url("../images/main_sprite.png") no-repeat scroll 0 -167px;
}
#feedback_content_links a {
    color: #464646;
}
#feedback_content_links a:hover {
    color: #0081d5;
}
.search_first_tr {
    background: url("../images/table_header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
}
#apply_coupon {
    background: url("../images/apply.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
}
#invalid_token_error {
    color: #f00;
    float: left;
    margin: 22px 0 0 10px;
}
.buy_orange {
    color: #ffb24b!important;
    font-weight: bold;
    text-shadow: inherit!important;
    cursor: pointer;
}
a.buy_orange:hover {
    color: #000!important;
    cursor: pointer;
}
.whats_new_count {
    background: none repeat scroll 0 0 #e04c4c;
    border-radius: 2px;
    color: #fff;
    font-family: Palanquin;
    left: -14px;
    padding: 0 4px;
    position: relative;
    top: -15px;
}
.animated_tour_footer {
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: Palanquin;
    font-size: 13px;
    height: auto;
    margin: 11px 21px 0 62px;
    text-transform: uppercase;
    width: auto;
}
.animated_tour_footer a {
    color: #fff;
    font-weight: bold;
}
.social_login {
    clear: both;
    float: left;
    margin-left: 13px;
}
.privacy_wrap {
    float: left;
}
.privacy_wrap h1 {
    border-bottom: 1px dashed;
    color: #0092ff;
    font-family: Palanquin;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0 10px;
    padding-bottom: 10px;
    width: 98%;
}
.privacy_wrap>p {
    color: #464646;
    font-family: Palanquin;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px 10px;
    width: 98%;
    float: left;
    text-align: justify;
}
.privacy_wrap>h2 {
    color: #000;
    float: left;
    font-family: Palanquin;
    font-size: 16px;
    margin: 7px 0 5px 11px;
    width: 100%;
}
.privacy_wrap ul {
    float: left;
    margin: 0 0 0 27px;
    width: 100%;
}
.privacy_wrap li {
    line-height: 20px;
    width: 98%;
    color: #000;
}
.container_privacy_wrap {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 2px 5px #333;
    clear: both;
    float: left;
    margin: 10px;
    padding: 20px 10px;
    position: relative;
    width: 96%;
}
.mainbody_privacy_wrap {
    color: #3b3b3b;
    font-family: Palanquin;
    font-size: 13px;
    height: 100%;
    position: relative;
    width: 99%;
    z-index: 0;
}
#topnotify img {
    cursor: pointer;
}
.notify_socail {
    float: right;
    margin-right: 267px;
    margin-left: 5px;
    margin-top: -3px;
}
.privacy_wrap a {
    color: #0092FF;
    padding-left: 10px;
}
.privacy_wrap p a {
    color: #0092FF;
    padding-left: 0;
}
.privacy_wrap li a {
    color: #0092FF;
    padding-left: 0;
}
#topnotify>ul {
    float: left;
    margin-right: 9px;
    width: 100%;
}
.signup_form_header {
    border-bottom: 1px solid #CCC;
    clear: both;
    color: #0081D5;
    float: left;
    font-family: Palanquin;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 10px 10px;
    padding: 0 0 5px;
    width: 425px;
}
#ignivaimg {
    float: left;
    margin-right: 3px;
    margin-top: -3px;
}
.customize_home a {
    color: #0187D8;
    font-family: Palanquin;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.customize_home a:hover {
    text-decoration: underline;
}
#clicks_views>a {
    color: #0070B5;
    margin-left: -3px!important;
}
#clicks_views>a:hover {
    text-decoration: underline;
}
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 6px;
    width: 6px;
    height: 100%;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: #fff;
    position: relative;
}
.jspDrag {
    background: #8bcefd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
    width: 0!important;
}
.jspArrow {
    background: #0186d8;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #0186d8;
}
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus {
    outline: 0;
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
* html .jspCorner {
    margin: 0 -3px 0 0;
}
.ui-tooltip,
.arrow:after {
    background: #fffaf0;
}
.ui-tooltip {
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: Palanquin;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: 0;
    color: #2a2a2a;
    font-family: Palanquin;
    font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0;
}
#header-pop-settings {
    background: none repeat scroll 0 0 #00a7ec;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #2a2a2a;
    float: right;
    margin: 0;
    padding: 8px 18px 8px 10px;
    position: absolute;
    right: 282px;
    text-align: left;
    top: 50px;
    width: auto;
    z-index: 1;
}
.input_submit {
    margin-left: 0;
    margin-top: -5px;
}
#header-pop {
    left: 184px;
    top: 52px;
}
.dataTables_wrapper {
    margin-bottom: 1px!important;
}
.dataTables_processing {
    margin-top: 57px;
}
.collapse {
    top: 21px;
}
#s2id_e2_2 {
    clear: both;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 3px!important;
}
.select2-container-multi .select2-choices {
    min-height: 21px!important;
    width: 91%!important;
}
.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    zoom: 1;
    margin-left: -12px;
    *display: inline;
}
.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 29px;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 1010;
    width: 184px!important;
}
.chzn-container-single .chzn-single {
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 23px;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}
.chzn-container-single .chzn-default {
    color: #999;
}
.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
    background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}
.chzn-container-single .chzn-single div b {
    background: url('../images/chosen-sprite.png') no-repeat 0 2px;
    display: block;
    width: 100%;
    height: 100%;
}
.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
}
.chzn-container-single .chzn-search input {
    background: #fff url('../images/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eee 1%, #fff 15%);
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eee 1%, #fff 15%);
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
}
.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
}
.chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 0 solid #aaa;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto!important;
    height: 1%;
    position: relative;
    width: 183px;
    border-radius: 5px 5px 5px 5px;
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
    width: auto!important;
}
.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent!important;
    border: 0!important;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
    color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    border: 1px solid #aaa;
    line-height: 13px;
    padding: 1px 1px 3px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: pointer;
    width: 39%;
}
.chzn-container-multi .chzn-choices .search-choice span {
    width: auto;
    padding: 0 16px 0 2px;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
    border: 1px solid #ccc;
    padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
}
.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
    text-align: left;
}
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}
.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
    background: transparent;
}
.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}
.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold;
}
.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}
.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1;
}
.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
}
.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
    background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
    background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
}
.chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background-color: #eee;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(top, #eee 20%, #fff 80%);
    background-image: -o-linear-gradient(top, #eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
    color: #111!important;
}
.chzn-disabled {
    cursor: default;
    opacity: .5!important;
}
.chzn-disabled .chzn-single {
    cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
}
.chzn-rtl {
    text-align: right;
}
.chzn-rtl .chzn-single {
    padding: 0 8px 0 0;
    overflow: visible;
}
.chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl;
}
.chzn-rtl .chzn-single div {
    left: 3px;
    right: auto;
}
.chzn-rtl .chzn-single abbr {
    left: 26px;
    right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
    direction: rtl;
}
.chzn-rtl .chzn-choices li {
    float: right;
}
.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 4px;
    right: auto;
}
.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: 0;
}
.chzn-rtl .chzn-search input {
    background: #fff url('../images/chosen-sprite.png') no-repeat -30px -20px;
    background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eee 1%, #fff 15%);
    background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eee 1%, #fff 15%);
    padding: 4px 5px 4px 20px;
    direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
    background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
    background-position: -12px 2px;
}
@media only screen and(-webkit-min-device-pixel-ratio: 2),
only screen and(min-resolution: 144dpi) {
    .chzn-rtl .chzn-search input,
    .chzn-container-single .chzn-single abbr,
    .chzn-container-single .chzn-single div b,
    .chzn-container-single .chzn-search input,
    .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
    .chzn-container .chzn-results-scroll-down span,
    .chzn-container .chzn-results-scroll-up span {
        background-image: url('../images/chosen-sprite@2x.png')!important;
        background-repeat: no-repeat!important;
        background-size: 52px 37px!important;
    }
}
.select2-container {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 4px \9;
    zoom: 1;
    display: inline;
    vertical-align: top;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    margin: 7px 0 0;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eee 0, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0, white 50%);
    background-image: -o-linear-gradient(bottom, #eee 0, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr '#ffffff', endColorstr '#eeeeee', GradientType 0);
    background-image: linear-gradient(top, #fff 0, #eee 50%);
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eee 0, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0, white 90%);
    background-image: -o-linear-gradient(bottom, #eee 0, white 90%);
    background-image: -ms-linear-gradient(top, #eee 0, #fff 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0, #fff 90%);
}
.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('../images/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 10000000;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-container .select2-choice div {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0, #eee 60%);
    background-image: -ms-linear-gradient(top, #ccc 0, #eee 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr '#eeeeee', endColorstr '#cccccc', GradientType 0);
    background-image: linear-gradient(top, #ccc 0, #eee 60%);
}
.select2-container .select2-choice div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/select2.png') no-repeat 0 1px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}
.select2-search-hidden {
    display: block;
    position: absolute;
    left: -10000px;
}
.select2-search input {
    width: 100%;
    height: auto!important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('../images/select2.png') no-repeat 100% -22px;
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eee));
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eee));
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, white 0, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0, #eee 50%);
    background-image: -o-linear-gradient(bottom, white 0, #eee 50%);
    background-image: -ms-linear-gradient(top, #fff 0, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0, #eee 50%);
}
.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
    margin: 0;
}
.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}
.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
    float: left;
    width: 100%;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: white;
    color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
.select2-container-multi .select2-choices {
    height: auto!important;
    height: 1%;
    margin: 3px 0 3px 7px;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    font-size: 11px;
}
.select2-locked {
    padding: 3px 5px 3px 5px!important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    width: 156px!important;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent!important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100%!important;
}
.select2-default {
    color: #999!important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: 0;
    background: url('../images/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen {
    position: absolute;
    left: -10000px;
}
@media only screen and(-webkit-min-device-pixel-ratio: 1.5),
only screen and(min-resolution: 144dpi) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice div b {
        background-image: url('select2x2.png')!important;
        background-repeat: no-repeat!important;
        background-size: 60px 40px!important;
    }
    .select2-search input {
        background-position: 100% -21px!important;
    }
}
div.checker span {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
div.checker {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
div.checker:focus {
    outline: 0;
}
div.checker,
div.checker * {
    margin: 0;
    padding: 0;
}
.highContrastDetect {
    background: url("../images/bg-input.png") repeat-x 0 0;
    width: 0;
    height: 0;
}
div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}
div.checker {
    position: relative;
}
div.checker,
div.checker span,
div.checker input {
    width: 19px;
    height: 19px;
}
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px;
    width: 19px!important;
}
div.checker span.checked {
    background-position: -76px -260px;
}
div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: 0;
    background: 0;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
div.checker.active span {
    background-position: -19px -260px;
}
div.checker.active span.checked {
    background-position: -95px -260px;
}
div.checker.hover span,
div.checker.focus span {
    background-position: -38px -260px;
}
div.checker.hover span.checked,
div.checker.focus span.checked {
    background-position: -114px -260px;
}
div.checker.hover.active span,
div.checker.focus.active span {
    background-position: -57px -260px;
}
div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
    background-position: -133px -260px;
}
div.checker.disabled,
div.checker.disabled.active {
    background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
    background-position: -171px -260px;
}
div.checker {
    margin-right: 5px;
    float: left;
}
#indeed_company_div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #DDF1FB;
    border-color: -moz-use-text-color #8BCEFD #8BCEFD;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    float: left;
    padding: 5px;
    width: 98.6%;
}
.indeed_inner_div {
    max-height: 500px;
    margin-top: -9px;
    overflow-x: hidden;
}
.indeed_date_div {
    padding: 5px 0 10px;
    text-align: right;
}
.new_index_content {
    margin: 0px 0px 20px 0px;
}
.new_index_content .services_div {
    text-align: center;
    width: 31% !important;
    margin: 0% 1%;
}
.new_index_content .services_div img {
    margin: 30px 0px;
}
.new_index_content .services_div .services_title {
    font-family: "Palanquin";
    font-size: 21px;
    font-weight: bold;
}
.new_index_content .services_div p {
    font-family: "Palanquin";
    color: #4d5256;
    font-size: 14px;
    width: 100% !important;
    text-align: center;
    line-height: 22px;
}
.logo_badge {
    margin-left: 20px;
}
.confirmbar {
    border-top: 1px solid #cbdbe6;
    bottom: 0;
    float: left;
    margin: 9px 0 0 -28px;
    padding: 10px 50px;
    width: 88.5%;
}
#submitButton {
    background: url("../images/Get-Access-Now.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    clear: both;
    float: left;
    height: 58px;
    margin: 0 0 0 100px;
    width: 245px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .login_header {
        width: 98%;
    }
    .login_navigation {
        width: 100%;
    }
    div.hoverBtn {
        width: 85px !important;
    }
    div.hoverBtn a {
        width: 85px !important;
    }
    .login_search_textbox {
        width: 215px !important;
    }
    .mainbody {
        width: 98%;
    }
    .image_slider {
        width: 100% !important;
    }
    #image_area {
        width: 100% !important;
    }
    .slides_container {
        width: 100% !important;
    }
    #slides .slide {
        width: 100% !important;
    }
    .slide_content {
        width: 60% !important;
    }
    .slide_content>div {
        /*margin:0px 0px;*/
        
        margin-left: 0px !important;
    }
    .slide_content iframe {
        width: 100%;
    }
    .slider_try_btn {
        width: auto;
        height: 47px !important;
        position: relative;
        top: 6px;
        left: 0px;
    }
    .slider_try_btn img {
        width: auto;
        height: 100%;
    }
    .watch_the_demo {
        width: auto;
        height: 47px;
        position: relative;
        top: 20px;
        left: 218px;
    }
    .watch_the_demo img {
        width: auto;
        height: 100%;
    }
    .right_people_image {
        width: 35% !important;
        margin: 8px 0px 0px 0px !important;
        position: relative;
    }
    .right_people_image > img {
        width: 100%;
        height: auto !important;
        position: absolute;
        bottom: 0px;
    }
    .services_div {
        width: 31.4% !important;
    }
    .service_heading {
        width: 105% !important;
        /*width:100% !important;*/
        
        overflow: hidden;
    }
    .service_heading img {
        width: 96%;
    }
    .service_cont {
        width: 100% !important;
        position: relative;
    }
    .services_thumb {
        width: 95px !important;
        height: 76px !important;
    }
    .services_thumb img {
        width: 100%;
        height: auto;
    }
    .services_div p {
        width: 49% !important;
    }
    .readmore_btn {
        position: absolute;
        right: -2px;
        bottom: 7px;
    }
    .featured_image {
        width: 100% !important;
    }
    .featured_image img {
        width: 100%;
        height: auto;
    }
    .mainfooter {
        width: 98%;
    }
    .copyrights2,
    .footer_nav_list {
        margin: 18px 0px 0px 0px;
    }
    .top_prod_nav {
        width: 30% !important;
    }
    .top_prod_wrap {
        width: 64% !important;
    }
    .grid_wrap img {
        margin: 0px 0px 20px 0px;
    }
    .grid1 {
        width: 100% !important;
    }
    .grid2 {
        width: 100% !important;
    }
    .grid2 img {
        margin: 20px 0px 10px 0px;
    }
    .video_wrap {
        width: 100% !important;
        margin: 10px 0px !important;
    }
    .wistia_playlist {
        width: 98% !important;
    }
    #frm {
        margin: 15px 0px !important;
    }
    .contactform_a {
        width: 98% !important;
    }
    .prod_headingg {
        margin: 5px 0px 0px 0px !important;
    }
    .contact_pre_textbox,
    .contact_pre_textarea {
        margin-top: 0px !important;
    }
    #frm p {
        margin: 10px 0px 5px 20px !important;
    }
    .contact_chkbox_wrap {
        margin: 0px 0px 10px 144px !important;
    }
    .contactform_a .contact_update_button {
        margin: 15px 0px 20px 166px !important;
    }
    #top_wrapper {
        min-height: inherit !important;
    }
    #bottom_content {
        position: inherit !important;
    }
    .about_us_image {
        width: 56% !important;
        height: 670px !important;
    }
    .about_us_image img {
        width: 100%;
        height: auto;
    }
    .AboutUsWrapper .right_aboutus_div {
        width: 42% !important;
    }
    .abt_div {
        margin: 0px 0px;
    }
    .index_content {
        width: 100% !important;
    }
    .a_smallDiv,
    .a_smallDiv_last {
        width: 44% !important;
        margin: 12px 10px 0px 0px !important;
        min-height: 345px !important;
    }
    .comDiv_a {
        width: 30% !important;
        margin: 0px 4% 0px 0px;
    }
    .comDiv_a:last-child {
        margin: 0px 0px !important;
    }
    .testimonialDiv {
        width: 100% !important;
        margin: 12px 16px 0px 0px !important;
    }
    .testiHeader {
        width: 100% !important;
    }
    .a_smallDiv2,
    .a_smallDiv2_last {
        padding: 0px 4% 20px 4% !important;
        width: 92% !important;
    }
    .testimonials_comma {
        width: 100% !important;
        margin: 10px 0px 6px 0px !important;
    }
    .testimonials_txt {
        width: 100% !important;
        margin: 0px 0px 0px 0px !important;
    }
    h3.title_a4 {
        margin: 10px 0px 0px 0px !important;
    }
    #left {
        width: 60% !important;
    }
    #right {
        width: 35% !important;
    }
    .sales_office_div {
        width: 35%;
    }
    .google_contact_map {
        width: 60%;
    }
    .price_content_outer {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0px 0px 20px 0px;
    }
    .price_content_outer .index_content {
        width: 964px !important;
    }
    .price_content_outer .index_content .watch_the_demo {
        position: inherit;
    }
    .maintable_wrapper {} .maintable_wrapper .maintable_container {
        width: 100% !important;
    }
}
.add_cart_new {
    background: none repeat scroll 0 0 #0186d8;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #fff !important;
    cursor: pointer;
    float: left;
    font-family: Palanquin;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 11px 0 10px 10px;
    max-height: 38px;
    min-width: 41px !important;
    width: auto;
}
.cart_icon {
    margin: 4px 0 3px -10px !important;
}
@media only screen and (min-width: 768px) and (max-width: 960px) and (orientation: portrait) {
    .contact_mainbody {
        min-height: 530px !important;
    }
}
.buy-ent-pack {
    color: #0092ff;
    margin-top: 20px;
    float: left;
    font-family: Palanquin;
    font-size: 16px;
    font-weight: 600;
}
.btn_new_green {  background-color: #4f9fa6;  color: #ffffff;  display: inline-block;  font-family: Palanquin;  font-size: 17px;  font-stretch: normal;  font-style: normal;  font-weight: normal;  line-height: 37px;  padding: 3px 21px; text-align: right; text-transform:capitalize; cursor:pointer;border: none;}
.btn_new_green.btn_layout_new1 {  font-size: 20px;  line-height: 31px;  padding: 1px 16px 3px;  border:1px solid #4f9fa6;}
.btn_new_green.btn_layout_new2 { font-size: 15px;  line-height: 30px;  margin-top: 6px;  padding: 2px 21px;}
.btn_new_green.btn_layout_new3{ line-height: 30px;  padding: 3px 21px;font-size: 15px;}
.btn_new_green.btn_layout_new4{ line-height: 25px;  padding: 3px 15px;font-size: 14px;}
.btn_new_green.btn_layout_new5{ line-height: 22px;  padding: 0px 10px;font-size: 12px; font-weight: bold;}